GitHub user imbajin added a comment to the discussion: [ospp] Can we provide a command line terminal (CLI)?
Good idea, 2 points to discuss: 1. execute `gremlin/cypher` to query/add/delete data could be done in the [hubble](https://hugegraph.apache.org/docs/quickstart/hugegraph-hubble/), and it supports view `graph schema` now & **will** support view DB info and cluster info **soon**. (**Option 1** is to expand the visualization **capability**) 2. `Tinkerpop` already support query graph data in `gremlin-console`, and HG also supports this mode, however it does not support overall graph information or specific API query for some algorithms. (We could consider extending based on it, it's **Option 2**) Wonder to know in what scenario would normal users prefer to use a separate command line for queries? GitHub link: https://github.com/apache/incubator-hugegraph/discussions/2192#discussioncomment-5538665 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
