coderzc commented on PR #514: URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/514#issuecomment-1805461183
> 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) > > @zyxxoo @hankwenyx @javeme @coderzc @Radeity could choose one I also think 3nd is better. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
