Consuming JSON stream into AWS Database on the cheap

Posted by wjl on Programmers See other posts from Programmers or by wjl
Published on 2013-02-28T00:23:22Z Indexed on 2013/07/03 11:17 UTC
Read the original article Hit count: 284

Filed under:
|

I'm working on a project that needs to consume a JSON stream (approximately 1MB / minute), and parse and insert objects into a database. Amazon's DynamoDB or SimpleDB seem like attractive options for this.

Is there a web service that can run a very simple script to eat the data and put it in a database? I could use a worker on Heroku or Elastic Beanstalk, or even pure EC2, but I'd like to find a service that's much cheaper, due to the very low amount of bandwidth and CPU required.

(Sorry for the crappy tags. I'm not even sure where to categorize this question.)

© Programmers or respective owner

Related posts about JSON

Related posts about PAAS