GitHub user imbajin added a comment to the discussion: [ospp] Can we provide a command line terminal (CLI)?
> Okay, thank you very much. I think the two options you mentioned above are > good, and there are more clients that can be supported. I think it only > supports java clients at present, and it may support clients in mainstream > languages such as python, go, and c++. end, so that users have more choices, > and can also expand more users who are familiar with other languages. yep, also add some context for the `multi-language-client` support: 1. If the user use `gremlin` as their major graph query way, `Tinkerpop Gremlin` (our graph query language) provided a string of official [gremlin-client ](https://tinkerpop.apache.org/community.html) (python/go/js/scala/groovy...)to use 2. HugeGraph also provides some **directly**-called [RESTful API](https://hugegraph.apache.org/docs/clients/restful-api/) for some useful OLTP & OLAP algorithms, however `gremlin-client` can't call them directly, now they have to use `HTTP/Websocket` way to attach them 3. Although **Way1** & **Way2** could provide a possible way to use HG, the best way as u said we should better provide the relative **client/SDK** for users(for the perf & compatibility), but we lack enough devs to maintain them 😢 (so we need & welcome the [hg-python-client](https://github.com/apache/incubator-hugegraph/issues/79#issuecomment-1465396843)) GitHub link: https://github.com/apache/incubator-hugegraph/discussions/2192#discussioncomment-5542412 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
