A service to parse raw stock price changes into gRPC compatible OHLC objects with support for Kafka.
Kafka API.
Redis client.
Protocol for the server.
Protocol buffer serialization
git clone https://github.com/rishit-singh/OHLCService.git;
cd OHLCService;
cmake -Bbuild;
cd build;
make;
./OHLCProducer <config> <data dir>
./OHLCServer <config> <redis address>
./OHLCClient <address> <redis address>
./OHLCClient <server address> <stock code>