hyperledger / identus-cloud-agent

Identus Cloud Agent
https://identus.io/
Apache License 2.0
79 stars 21 forks source link

Optimize Postgres database usage in the cloud-agent #1335

Open yshyn-iohk opened 2 weeks ago

yshyn-iohk commented 2 weeks ago

Proposed feature

Currently, the agent uses the connect, agent, and pollux databases. The problem with having this architecture is the following:

Feature description

As the solution, all these data bases can be merged into one. This will help us to maintain the consistency and optimize resource allocation (might be required in the scope of the scalability epic)

Anything else?

No response