A language agnostic neard
real time/historical data source, it can currently produce to Kafka and AMQP clients (such as RabbitMQ).
This project has become more a utility to source data into many different transport layers, mostly queue and topic based. What should we call it?
Any ideas?!
- Clone the repository:
git clone git@github.com:pseudo-exchange/nymdex.git
- For now your NEAR configuration should be at
~/.near/config.json
or can be set with theNEAR_CONFIG_PATH
environment variable.
- For now your NEAR configuration should be at
- Change directories into the repository:
cd nymdex
- Create a
.env
file, you must specify aPRODUCER_TYPE
andPRODUCER_URL
, see.env.example
- Run the alpha producer setup:
cargo run
- Run:
make docs
- OR:
make docs-view
to open locally in the browser
- OR: