tweag / nixpkgs-graph-explorer

Explore the nixpkgs dependency graph
MIT License
15 stars 0 forks source link

Allow user to query a graph using a custom Gremlin query #44

Closed GuillaumeDesforges closed 1 year ago

GuillaumeDesforges commented 1 year ago

After #37, the UI does not have a way to make a custom query.

A query is a text in the Gremlin language. The user should be able to write it, execute the query and display the result.

If we could use a rich text editor (syntax highlighting, autoindent) it could be more delightful. ✨