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

15
ingestion/ingest/go.mod Normal file
View File

@@ -0,0 +1,15 @@
module github.com/dbiz/cdp/ingestion/ingest
go 1.22
require (
github.com/caarlos0/env/v11 v11.2.2
github.com/go-chi/chi/v5 v5.1.0
github.com/go-playground/validator/v10 v10.22.1
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.6.0
github.com/redis/rueidis v1.0.45
github.com/stretchr/testify v1.9.0
github.com/twmb/franz-go v1.17.1
go.uber.org/zap v1.27.0
)