feat(1c): scaffold business event extraction layer

This commit is contained in:
igor04091968
2026-05-22 21:47:52 +03:00
parent 6b246aaa14
commit 61770c1658
8 changed files with 420 additions and 2 deletions
+4
View File
@@ -8,6 +8,8 @@ clickhouse:
landing:
documents: ./landing/documents
postings: ./landing/postings
business_events: ./landing/business_events
document_changes: ./landing/document_changes
companies: ./landing/companies
reglog: ./landing/reglog
audit: ./landing/audit
@@ -17,6 +19,8 @@ formats:
default: jsonl
documents: jsonl
postings: jsonl
business_events: jsonl
document_changes: jsonl
companies: jsonl
reglog: jsonl
audit: jsonl