marketstore
marketstore copied to clipboard
one marketstore, several feeders
hi is it possible,
to populate 1 market store, with say data for for
USDT/BTC from binance
and
USDT/BTC from gdax
and query these separately?
By utilizing the feeder plugins?
Or do you have to run several market store instances?
thanks
hi,
any feedback possible?
You can add prefix or suffix to symbol as a workaround, but if you are using the background worker from this repository, you need to tweak the code so the written symbol includes exchange name.
i was afraid of this and just looks like a huge oversight. I mean more people than me must have had the same issue
On Fri, Aug 24, 2018, 2:59 PM Hitoshi Harada [email protected] wrote:
You can add prefix or suffix to symbol as a workaround, but if you are using the background worker from this repository, you need to tweak the code so the written symbol includes exchange name.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alpacahq/marketstore/issues/111#issuecomment-415892941, or mute the thread https://github.com/notifications/unsubscribe-auth/AAA_7G0zZdDVhhf9I95stSi6Oi-tM4KTks5uUHc3gaJpZM4WB_p3 .
Sure, it would be much better to have a configurable flexibility to add exchange prefix for each background feeder, I agree.
I just added an exchange prefix works fine. Take from my fork if you need