Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General Requirements For Each Exchange #3

Open
gmanroney opened this issue Dec 29, 2017 · 0 comments
Open

General Requirements For Each Exchange #3

gmanroney opened this issue Dec 29, 2017 · 0 comments

Comments

@gmanroney
Copy link
Owner

  1. Connect to websocket api interface (using native library, if exists);
  2. Read JSON-config file with Redis connection settings as list of symbols (symbo usually consist of coin and currenct);
  3. Subscribe to trade data on given symbols
  4. Push all trades to the Redis to queue named Exchange:Symbol as array of [timestamp, trade_id(if exists), price, amount, side(buy/sell)]
  5. Application will reconnect on connection fail and be optimized for speed / throughput.
@gmanroney gmanroney self-assigned this Dec 29, 2017
@gmanroney gmanroney added this to To Do in Cryptoboard Product Roadmap via automation Dec 29, 2017
@gmanroney gmanroney moved this from To Do to Backlog in Cryptoboard Product Roadmap Jan 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant