From b544f23d40ed2cda629a2509b8e2df04ec8c39b7 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 15 Jun 2025 16:31:22 +0200 Subject: [PATCH] README.md: Clarify that Clickhouse TCP is supported which is different from Clickhouse HTTP & Clickhouse gRPC, see https://clickhouse.com/docs/interfaces/tcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 878b78c7..8cdd524c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Currently, Nebula supports the following networks: You can run `nebula networks` to get a list of all supported networks -Nebula supports the following storage backends: JSON, Postgres, ClickHouse +Nebula supports the following storage backends: JSON, Postgres, ClickHouse ([TCP](https://clickhouse.com/docs/interfaces/tcp) protocol) The crawler was: