lenra-io/lenra_cli

[EPIC] Adapt Troy to use Mongo database

オープン

#62 opened on 2022/09/14

 (1 件のコメント) (0 件のリアクション) (1 人の担当者)Rust (2 件のフォーク)auto 404
Epichacktoberfest

Repository metrics

Stars
 (16 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド