Commit Graph

164 Commits

Author SHA1 Message Date
yuanbohan fd18fe5ca3 feat: promql service (#26)
* feat: promql service

* feat: promql service

* feat: prometheus service, and common.proto, prom.proto

* feat: add header in prom request/response

* docs: include new proto files in readme
2023-04-21 14:29:48 +08:00
Weny Xu 59afacdae5 feat: add engine field for CreateTableExpr (#25) 2023-04-03 12:38:22 +08:00
shuiyisong 9ec91aa19f chore: add BatchDelete to Store api (#21) 2023-03-27 15:24:03 +08:00
Ning Sun ff8c55bed0 feat: add dbname and health check api (#18)
* feat: add dbname field in proto

* feat: add health check service

* fix: enum must start from 0

* chore: check in generated go sources

* refactor: remove health check response content

* chore: generate go sources
2023-03-26 23:01:54 +08:00
Bohan Wu 9eaf95eb91 fix: fix github action to check untracked files (#19)
* fix: fix github action to check untracked files

* feat: generate database_grpc to support unary calls

* refactor: more brief
2023-03-24 09:37:38 +08:00
LFC dcf253314a feat: add GRPC client stream service to our GreptimeDB (#16) 2023-03-20 17:55:32 +08:00
LFC 0a7b790ed4 feat: add GRPC unary call service to our GreptimeDB (#15)
* feat: add GRPC unary call service to our GreptimeDB

* feat: add GRPC unary call service to our GreptimeDB

* feat: add GRPC unary call service to our GreptimeDB
2023-03-17 16:29:30 +08:00
Ning Sun 3a71515056 feat: add promql query support (#13)
* feat: add promql query support

* feat: add go sources

* refactor: rename promql to prom_range_query

* fix: lint issue
2023-03-13 11:34:53 +08:00
Weny Xu ad01872950 feat: add FlushTableExpr to DdlRequest (#12) 2023-03-01 15:21:16 +08:00
Weny Xu 8365873e83 feat: add FlushTableExpr (#11) 2023-02-28 15:59:18 +08:00
shuiyisong 1599ae2a0d chore: seperate auth header to a message (#10) 2023-02-22 11:06:47 +08:00
shuiyisong 789620919c chore: add grpc auth header (#9) 2023-02-21 18:47:32 +08:00
fys 38dde5ca2a feat: add BatchGet method in Store service (#7)
* feat: add BatchGet method in Store service

* generated go code
2023-02-20 17:24:19 +08:00
zyy17 36147379c3 feat: add go protobuf generation (#6)
* feat: add go protobuf generation

* ci: check go protbuf generation

* refactor: use 'namely/protoc-all:1.51_1' to compile the proto instead of locally binary

* refactor: no need to add the 'bin/' igore

* chore: modify code format

* refactor: add some comments to describe our modification
2023-02-15 15:10:17 +08:00