昨日のエントリでTwitter Streaming APIの使い方を紹介しました。 Twitter Streaming APIの使い方 - nokunoの日記今日は、溜めたデータをMongoDBに突っ込んで検索してみます。なお、MongoDBはインストール済みとします。MongoDBを使ってみたメモ - nokunoの日記$ ./mongod --dbpath twitter &$ ./mongoimport -h localhost -c twitter --type json --file twitter.json$ ./mongo> show dbs;adminlocaltest> show collections;system.indexestwitter> use twitter;switched to db twitter> db.twitter.findOne(){ "_id