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
Is there any option to persist data other than the embedded database?
I would like to scale diffy to more than a single instance and the main reason I can't is that the data can't be shared between multiple instances with the embedded database.
Forgive me if I missed something obvious in the docs.
The text was updated successfully, but these errors were encountered:
@puneetkhanduri@khanduri
Just our team running into same issue trying to extract the data, the in memory database + the reactive java+scala code is quite a challenge to figure out how to get those data...
Will there be any plan to allow us to connect opendiffy to some persistent database? Many thanks
@puneetkhanduri@khanduri Just our team running into same issue trying to extract the data, the in memory database + the reactive java+scala code is quite a challenge to figure out how to get those data... Will there be any plan to allow us to connect opendiffy to some persistent database? Many thanks
It was very simple to setup the persistent database, just a very basic mongodb setup for springboot applications and setting the flapdoodle mongodb to only be used for tests in the pom of the application.
Is there any option to persist data other than the embedded database?
I would like to scale diffy to more than a single instance and the main reason I can't is that the data can't be shared between multiple instances with the embedded database.
Forgive me if I missed something obvious in the docs.
The text was updated successfully, but these errors were encountered: