Epichacktoberfest
倉庫指標
- 星標
- (16 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
With the migration of data management, from postgres to mongoDB, we have some changes to make in Troy to be compatible.
Here are the main changes:
- Change of api routes
- The "Datastore" doesn't need to be created anymore, it's now a mongo collection created automatically at document creation.
- DataReference has been removed because mongo does not have a reference between documents, we have to store the document id in another document.
Troy
https://github.com/lenra-io/app-troy
- https://github.com/lenra-io/app-troy/issues/7
- https://github.com/lenra-io/app-troy/issues/8
- https://github.com/lenra-io/app-troy/issues/9
- https://github.com/lenra-io/app-troy/issues/10
- https://github.com/lenra-io/app-troy/issues/11
- https://github.com/lenra-io/app-troy/issues/12
- https://github.com/lenra-io/app-troy/issues/13
- https://github.com/lenra-io/app-troy/issues/14
- https://github.com/lenra-io/app-troy/issues/15