16 lines
746 B
Markdown
16 lines
746 B
Markdown
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
|