Versions Compared

Key

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


Panel
titleOverview

Image ModifiedThis page explain how data / objects are organized in spinalcore, how to create your own objects, and how to use the standard API to create, modify or remove objects.

Spinalcore do not only help you to synchronize objects between the "organs" of the system. Spialcore defines a programming language based on standard containers (the atomic objects) that map the standard containers of standard programming languages (C++ and Javascript by now) and transform them into "nativelly synchronized" containers. This means that all objects created with the spinalcom framework (objects that extend from Spinalcore Model class) :

  • are nativelly collaborative
  • will be nativelly synchronized in a spinalcore system
  • will be automatically "recomposed" of Spinalcore atomic objects 
  • will be automatically stored in the spinalhub object database after each modification by any connected organ
  • can be observed by any connected organ (with respect to its authorizations)
  • will automatically generate events after each modification on all organs that observe it...


Spinalcore offer you a easy way to build native distributive systems where data/objects/contexts... are automatically synchronized and distributed processes are nativelly managed !