init ingestion

This commit is contained in:
2026-05-24 22:59:24 +07:00
commit 4e8c11d545
80 changed files with 5639 additions and 0 deletions

12
ingestion/bulker/go.mod Normal file
View File

@@ -0,0 +1,12 @@
module github.com/dbiz/cdp/ingestion/bulker
go 1.22
require (
github.com/ClickHouse/clickhouse-go/v2 v2.30.0
github.com/caarlos0/env/v11 v11.2.2
github.com/go-chi/chi/v5 v5.1.0
github.com/stretchr/testify v1.9.0
github.com/twmb/franz-go v1.17.1
go.uber.org/zap v1.27.0
)