truflation / marketplace

MIT License
2 stars 3 forks source link

Goal: scale up real time system to handle multiple blockchains with pub/sub #21

Open joequant opened 5 months ago

joequant commented 5 months ago

The current REST interface to feed updater will not scale to large numbers of consumers. Right now we have a small number of users but this will not work with more than a handful of users. This should be replaced by a zeromq pub/sub interface in which each blockchain has its own feed updater, and each feed updater can pull from different servers to have redunancy.