(Sorry for the cross post, realized this is the proper forum.)
I'd like to take my data feed (preferably both historical and real time) and dump it into an SQL database as quickly and painlessly as possible.
If I could get something that automatically wrote to CSV or even some proprietary garbled-looking (but consistent) format, I'd still be happy. I don't mind coding up some string manipulation from scratch, but I do not want to have to worry about convoluted class structures, error message handling and maintaining a robust connection, having the API suddenly change on me, etc. Ideally, I want to worry about my own code and only my own code.
Does such a product exist?
I'd like to take my data feed (preferably both historical and real time) and dump it into an SQL database as quickly and painlessly as possible.
If I could get something that automatically wrote to CSV or even some proprietary garbled-looking (but consistent) format, I'd still be happy. I don't mind coding up some string manipulation from scratch, but I do not want to have to worry about convoluted class structures, error message handling and maintaining a robust connection, having the API suddenly change on me, etc. Ideally, I want to worry about my own code and only my own code.
Does such a product exist?