Skip to content

ForEx trading engine using Apache NiFi, Storm, and Phoenix/HBase

Notifications You must be signed in to change notification settings

CHATTG1/TradingEngine

Repository files navigation

IN PROGRESS: not yet complete

Build the topology

cd TradingEngine
mvn clean package

Create the Phoenix/HBase tables

/usr/hdp/current/phoenix-client/bin/psql.py zk_server:2181:/hbase-unsecure ddl/quotes.ddl
/usr/hdp/current/phoenix-client/bin/psql.py zk_server:2181:/hbase-unsecure ddl/orders.ddl

Run topology

storm jar target/TradingEngine-SNAPSHOT.jar com.github.randerzander.TradingTopology topology.props

About

ForEx trading engine using Apache NiFi, Storm, and Phoenix/HBase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published