You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hugegraph.apache.org by "izliang (via GitHub)" <gi...@apache.org> on 2023/11/03 08:54:33 UTC

Re: [PR] feature(client): support go client for hugegraph [incubator-hugegraph-toolchain]

izliang commented on PR #514:
URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/514#issuecomment-1792069724

   At present, it is necessary to explore implementation solutions for the design of file directories and responsibilities for various APIs. There are currently several design options available:
   1. In the form of one API per file, this solution references the design of ElasticSerach.  [Code library address:](https://github.com/elastic/go-elasticsearch/tree/main/esapi)
   2. Using all one file and API formats, this solution references the design of Prometheus. [Code library address:](https://github.com/prometheus/client_golang/blob/main/api/prometheus/v1/api.go)
   3. By aggregating some APIs into a single file, this solution refers to the design of Influxdb. [Code library address:](https://github.com/influxdata/influxdb-client-go/blob/master/api/query.go)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org