curl http://stream.twitter.com/1/statuses/sample.json -u<user>:<pass> | mongoimport -c twitter_live One thing that you can do with mongo is have 1 streaming master and 1 read/write master server A: ./mongod âmaster âdbpath /tmp/a server B ./mongod âdbpath /tmp/b âmaster âslave âsource localhost:27017 âport 9999 You can then pipe the stream into server a, and it will only process the live stream. S
{{#tags}}- {{label}}
{{/tags}}