8383c20c
feat(ingest): NDJSON ingest with chunked transactions and partial-accept
Eugene Blikh <bigbes@gmail.com> — 2026-04-25 20:21:31 UTC
Commit 8383c20c8ccfc2f64ad0987140d6536ccaf8d7ff —
view raw patch
Parent(s):
80b1c095
| File | Status | + | − |
|---|---|---|---|
internal/domain/ingest/handler.go
|
M | +83 | -11 |
internal/domain/ingest/handler_test.go
|
A | +170 | |
internal/domain/ingest/repository.go
|
A | +147 | |
internal/domain/ingest/repository_test.go
|
A | +306 | |
internal/domain/ingest/service.go
|
A | +235 | |
internal/domain/ingest/service_test.go
|
A | +424 | |
internal/pkg/apierror/apierror.go
|
M | +3 |