Pometry / Raphtory

Scalable graph analytics database powered by a multithreaded, vectorized temporal engine, written in Rust
https://raphtory.com
GNU General Public License v3.0
336 stars 54 forks source link

Fix server issue in docker #1743

Closed miratepuffin closed 4 weeks ago

miratepuffin commented 4 weeks ago

What changes were proposed in this pull request?

Found an issue in the server where creating a client at Sever creation causes the server to die in Docker. Added Ipywidgets as a dependency as its required for the loading bars.

Why are the changes needed?

Docker graphql server dies

Does this PR introduce any user-facing change? If yes is this documented?

No

How was this patch tested?

Unit tests

Issues

fixes #1728

Are there any further changes required?

Need to add some docker tests