How to save high frequency data in mongodb
Are you looking for ways how to save real time, high frequency data taken from Interactivebrokers.com API ? I built an example in C++ which saves all incoming data in Mongodb. Check this link if you are interested:
https://github.com/kafka399/TwsMongo
unsown said,
September 4, 2012 @ 4:14
Thanks for sharing these codes. I wondered if this application is able to store level II bid ask depth data?