Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that a technical ‘user’ as used here (someone who uses SIC to run an application) should not be confused with an ‘end-user’ (someone who interacts with such an application). As there is no definite cloud node in place at this time (though initial tests have been succesfully completed), we support Local Installation of SIC. The entire framework is open-source and available at: https://bitbucket.org/socialroboticshub/workspace/projects/SIC .

Internal workings

The main ‘node' of SIC is a Redis server. Redis is a high-performance data store that can be used as a database, cache, and message broker. It has built-in support for replication, persistance and access control.

...