container lifecycle management

This commit is contained in:
2026-03-12 15:13:38 -04:00
parent e99ef5d2dd
commit b9cc397e05
61 changed files with 6880 additions and 31 deletions

15
AGENT.md Normal file
View File

@@ -0,0 +1,15 @@
We're building an AI-first trading platform by integrating user-facing TradingView charts and chat with an AI assistant that helps do research, develop indicators (signals), and write strategies, using the Dexorder trading framework we provide.
This monorepo has:
bin/ scripts, mostly build and deploy
deploy/ kubernetes deployment and configuration
doc/ documentation
flink/ Apache Flink application mode processes data from Kafka
iceberg/ Apache Iceberg for historical OHLC etc
ingestor/ Data sources publish to Kafka
kafka/ Apache Kafka
protobuf/ Messaging entities
relay/ Rust+ZeroMQ stateless router
web/ Vue 3 / Pinia / PrimeVue / TradingView
See doc/protocol.md for messaging architecture