You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short:
In order to provide an flexible approach for answering geo-related queries, the backend should be able to integrate and request different database-instances at the same time.
Details:
Quering multiple database at the same time make the backend more flexible. There might be the use case, that the service-instance provider hosts the service-instance for multiple customers, where each customer organises the the data in a separate database. Those databases could have a different databasesystem, datamodels and could be hosted in another datacenter or even cloud service.
ToDo:
Please evaluate the the integration of multiple database(systems). This includes:
Connection-Parametes. Is it possible to define ConnectionPools separately?
Please note some information how a configuration could be set up.
This is needed because a unique identifier between "topic" and database table is needed.
dschlarmann
changed the title
[Backend] Allow integration of different databases at the same time
[Backend] Evaluierung - Integration von mehreren Datenbanken
Oct 24, 2023
we can use the integrated possibilites of our ORM-framework typeORM or sequelizer to realize multiple database connections, multiple connection pool, timeouts and other common connection parameters. Nest databases
Short:
In order to provide an flexible approach for answering geo-related queries, the backend should be able to integrate and request different database-instances at the same time.
Details:
Quering multiple database at the same time make the backend more flexible. There might be the use case, that the service-instance provider hosts the service-instance for multiple customers, where each customer organises the the data in a separate database. Those databases could have a different databasesystem, datamodels and could be hosted in another datacenter or even cloud service.
ToDo:
Some (random) reading:
The text was updated successfully, but these errors were encountered: