feat(boc): v1.0 - Complete Business Operations Center

- Go backend API with full CRUD for all modules
- Rust analytics service with parallel processing
- C runtime with POSIX shared memory IPC
- PostgreSQL schema with 30+ tables
- Redis cache, Kafka event streaming
- WebSocket hub, automation engine
- PDF generation, Resend email integration
- JWT auth, multi-tenant
- Docker Compose deployment
- Nginx reverse proxy

Refs: BOC-001
This commit is contained in:
Bernt (LandveX AI)
2026-07-12 13:21:10 +00:00
commit 67a69ab073
1130 changed files with 18263 additions and 0 deletions
@@ -0,0 +1,14 @@
/home/bernt/.openclaw/workspace/boc/rust-service/target/release/deps/boc_rust.d: src/lib.rs src/analytics.rs src/reports.rs src/ipc.rs
/home/bernt/.openclaw/workspace/boc/rust-service/target/release/deps/libboc_rust.so: src/lib.rs src/analytics.rs src/reports.rs src/ipc.rs
/home/bernt/.openclaw/workspace/boc/rust-service/target/release/deps/libboc_rust.a: src/lib.rs src/analytics.rs src/reports.rs src/ipc.rs
/home/bernt/.openclaw/workspace/boc/rust-service/target/release/deps/libboc_rust.rlib: src/lib.rs src/analytics.rs src/reports.rs src/ipc.rs
src/lib.rs:
src/analytics.rs:
src/reports.rs:
src/ipc.rs:
# env-dep:CARGO_PKG_VERSION=0.1.0