s-kostyuk / everpl

The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0 stars 1 forks source link

Introduce DB for configuration of Things, Placements and so on #30

Closed s-kostyuk closed 6 years ago

s-kostyuk commented 6 years ago

Introduce a database for storing of configurations of all Things in the system. Replace current config-file configurations of Things with DB alternatives

So, the subtasks:

s-kostyuk commented 6 years ago

Changed title.

Actually, at least three tables in the DB is needed:

And, with some reservations, SQL databases fit good to store this data. Considering this and an absence of mature embedded document-oriented databases, SQLite will be used for this task.

New status: In progress

s-kostyuk commented 6 years ago

Blocked by #32

s-kostyuk commented 6 years ago

OK, the last subtask ("set up Services to use corresponding repos") will not be implemented in version v0.2 and is postponed to the next version of everpl. The reason for that is a need to review Thing and Connection process for one more time before the final implementation will be created