MongoDB: Twitter Stream as Input Data
A bit old, but cool way to get test data into MongoDB:
curl http://stream.twitter.com/1/statuses/sample.json -u<user>:<pass> | mongoimport -c twitter_live
Original title and link for this post: MongoDB: Twitter Stream as Input Data (published on the NoSQL blog: myNoSQL)
via: http://eliothorowitz.com/post/459890033/streaming-twitter-into-mongodb