Skip to content

Commit

Permalink
chore: update client to ingester
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Mar 21, 2024
1 parent 6ceb182 commit 7f070e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
greptimedb-client-erl
greptimedb-ingester-erl
=====
![Tests](https://github.com/GreptimeTeam/greptimedb-client-erl/workflows/Erlang%20CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/GreptimeTeam/greptimedb-client-erl/badge.svg?branch=main)](https://coveralls.io/github/GreptimeTeam/greptimedb-client-erl?branch=main)
![Tests](https://github.com/GreptimeTeam/greptimedb-ingester-erl/workflows/Erlang%20CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/GreptimeTeam/greptimedb-ingester-erl/badge.svg?branch=main)](https://coveralls.io/github/GreptimeTeam/greptimedb-ingester-erl?branch=main)

An Erlang client library for [GreptimeDB](https://github.com/GreptimeTeam/greptimedb).

Expand Down Expand Up @@ -168,7 +168,7 @@ Write each row by `greptimedb:write/3` function. Every row contains:
* `tags`: the metric tags, the default type is `STRING`.
* `timestamp`: the metric timestamp, the default type is `TIMESTAMP_MILLISECOND`.

Of course, you can write other types by using functions in [greptimedb_values](https://github.com/GreptimeTeam/greptimedb-client-erl/blob/main/src/greptimedb_values.erl).
Of course, you can write other types by using functions in [greptimedb_values](https://github.com/GreptimeTeam/greptimedb-ingester-erl/blob/main/src/greptimedb_values.erl).


## Build and test
Expand Down

0 comments on commit 7f070e2

Please sign in to comment.