kuzudb / explorer

Browser-based user interface for Kùzu graph database
https://hub.docker.com/r/kuzudb/explorer
MIT License
29 stars 5 forks source link

Kuzu Explorer only updates data after restarting docker #154

Closed alew3 closed 1 month ago

alew3 commented 2 months ago

I'm on a Mac, running Kuzu Explorer via docker. I'm making inserts / deletes on the db via jupyter notebook outside the docker.

I need to restart the docker to see changes reflect on the data within Kuzu Explorer. It never updates on the same docker session.

mewim commented 2 months ago

This is a know issue (see #69).

alew3 commented 1 month ago

A quickfix if realtime db updates are not so simple would be to add a refresh data button from the UI.

mewim commented 1 month ago
Screenshot 2024-07-08 at 11 18 49 PM

I have implemented the button to reset the database connection in settings.

alew3 commented 1 month ago

Just tested and it is working perfectly!

mewim commented 1 month ago

Closing this for now. If we figured out a way to handle this in the kernel without requiring manual resetting, I will let you know. Further discussions about this issue can continue in #69.