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
@@ -6,6 +6,8 @@ ROOT="${AW_1C_ROOT:-/opt/activitywatch/clickhouse-1c}"
mkdir -p \
"${ROOT}/landing/documents" \
"${ROOT}/landing/postings" \
"${ROOT}/landing/business_events" \
"${ROOT}/landing/document_changes" \
"${ROOT}/landing/companies" \
"${ROOT}/landing/registry" \
"${ROOT}/landing/reglog" \
@@ -13,6 +15,8 @@ mkdir -p \
"${ROOT}/landing/host" \
"${ROOT}/archive/documents" \
"${ROOT}/archive/postings" \
"${ROOT}/archive/business_events" \
"${ROOT}/archive/document_changes" \
"${ROOT}/archive/companies" \
"${ROOT}/archive/registry" \
"${ROOT}/archive/reglog" \