Push price service for multi custodians

Issue #134 resolved
Desrever Nu created an issue

No description provided.

Comments (15)

  1. Benjamin Cordes

    This is my big ticket. There is a fair amount of functionality in the feature/134 branch. StreamingService implement a collector task, which NuBots can subscribe to. So the framework is set. An open question to me is who runs the server. Ben Rossi said we can arrange something with VPS.

  2. Benjamin Cordes

    What I implemented so far:

    Nuservice is a new package which runs on a server. the service runs several tasks, i.e. collectorTasks. these query different exchanges. prices get saved in a file, and published.

    the package nubot.connector, subscribes to the publisher. that is: the nubot receives realtime updates from the service.

    the publications can take place on several channels. currently there is only one publisher on one port.

  3. Log in to comment