marketstore icon indicating copy to clipboard operation
marketstore copied to clipboard

one marketstore, several feeders

Open berlinguyinca opened this issue 6 years ago • 5 comments

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

berlinguyinca avatar Aug 17 '18 18:08 berlinguyinca

hi,

any feedback possible?

berlinguyinca avatar Aug 24 '18 20:08 berlinguyinca

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.

umitanuki avatar Aug 24 '18 21:08 umitanuki

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 .

berlinguyinca avatar Aug 24 '18 22:08 berlinguyinca

Sure, it would be much better to have a configurable flexibility to add exchange prefix for each background feeder, I agree.

umitanuki avatar Aug 24 '18 22:08 umitanuki

I just added an exchange prefix works fine. Take from my fork if you need

danny408 avatar Sep 17 '18 03:09 danny408