Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PARTION Matching Engine

C++ Kafka matching engine for PARTION trading orders.

Local Run

Run Kafka and the matching engine together:

docker compose up --build

The engine consumes order commands from partion.order.commands and publishes trade events to partion.trade.events.

Environment Variables

  • KAFKA_BOOTSTRAP_SERVERS: Kafka bootstrap servers. Defaults to localhost:9092.
  • KAFKA_GROUP_ID: Kafka consumer group id. Defaults to partion-matching-engine.

Build

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages