lukashornych / evitalab

Official web-based GUI client for evitaDB e-commerce database. It is built to help developers who use evitaDB with exploring and debugging their domain structure and data. Besides standard query executing, it also supports multiple no-code tools to quickly navigate through domain structure, docs and data without needing to write any queries.
https://github.com/lukashornych/evitalab
Apache License 2.0
7 stars 1 forks source link

Reloading connection data #145

Open lukashornych opened 1 week ago

lukashornych commented 1 week ago

Currently, there is no way to reload the evitaDB connection data (catalogs, collections, schemas, etc) when new catalog or collection is created.

We need to allow manual reloading (button in context menu of connection) as well as internal API for automated reloading.

novoj commented 1 week ago

This should be integrated with CDC process.

lukashornych commented 1 week ago

Yeah, you are right, we should wait for that with implementation.