chart data loading

This commit is contained in:
2026-03-24 21:37:49 -04:00
parent f6bd22a8ef
commit c76887ab92
65 changed files with 6350 additions and 713 deletions

View File

@@ -23,7 +23,7 @@ kafka_topics_file: "/topics-dev.yaml" # Use topics-dev.yaml for single broker d
# Iceberg catalog
iceberg_catalog_uri: "http://iceberg-catalog:8181"
iceberg_warehouse: "s3://trading-warehouse/"
iceberg_warehouse: "s3://warehouse/"
iceberg_namespace: "trading"
iceberg_table_prefix: "market"
hadoop_conf_dir: "/etc/hadoop/conf"

View File

@@ -31,7 +31,7 @@ data:
kubernetes:
namespace: dexorder-agents
in_cluster: true
agent_image: ghcr.io/dexorder/agent:latest
agent_image: ai-client-py:latest
sidecar_image: lifecycle-sidecar:latest
storage_class: standard
@@ -48,6 +48,8 @@ data:
iceberg:
catalog_uri: http://iceberg-catalog:8181
namespace: gateway
ohlc_catalog_uri: http://iceberg-catalog:8181
ohlc_namespace: trading
s3_endpoint: http://minio:9000
# Event router (ZeroMQ)