From e001bf4ebc7f5de00a13bee19c3e6f2cfb0496e9 Mon Sep 17 00:00:00 2001 From: yuanbohan Date: Wed, 7 Feb 2024 10:29:44 +0800 Subject: [PATCH] redirect to ingester-go --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 326c780..c8b3361 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Provide API for using GreptimeDB client in Go. +NOTE: This repository is deprecated. Please visit [ingester-go][ingester-go] for detail. + ## Installation ```sh @@ -43,3 +45,4 @@ between open contributions and allowing you to use the software however you want [document]: https://pkg.go.dev/github.com/GreptimeTeam/greptimedb-client-go [metric_doc]: https://pkg.go.dev/github.com/GreptimeTeam/greptimedb-client-go#Metric +[ingester-go]: https://github.com/GreptimeTeam/greptimedb-ingester-go