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
347 stars 54 forks source link

GraphQL UI #1816

Closed ricopinazo closed 1 month ago

ricopinazo commented 1 month ago

What changes were proposed in this pull request?

This PR adds a basic graphical user interface besides the GraphQL server that is served for GET queries at /. The playground path was changed to /playground. Also, all the CDN dependencies were removed from the playground page.

Why are the changes needed?

This new basic UI allows users to search entities among the loaded graphs and visualise them in a graph view.

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

Yes, but not library-wise.

How was this patch tested?

This has been manually tested

Are there any further changes required?

No