docs consolidation
This commit is contained in:
@@ -776,7 +776,7 @@ excititor:
|
||||
postgres:
|
||||
connectionString: "Host=postgres;Port=5432;Database=excititor;Username=stellaops;Password=stellaops"
|
||||
s3:
|
||||
endpoint: http://minio:9000
|
||||
endpoint: http://rustfs:8080
|
||||
bucket: stellaops
|
||||
policy:
|
||||
weights:
|
||||
@@ -858,7 +858,7 @@ Run the ingestion endpoint once after applying migration `20251019-consensus-sig
|
||||
* **Scaling:**
|
||||
|
||||
* WebService handles control APIs; **Worker** background services (same image) execute fetch/normalize in parallel with rate‑limits; PostgreSQL writes batched; upserts by natural keys.
|
||||
* Exports stream straight to S3 (MinIO) with rolling buffers.
|
||||
* Exports stream straight to S3 (RustFS) with rolling buffers.
|
||||
|
||||
* **Caching:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user