You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
昨日のエントリで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
このエントリでは、Twitter Streaming APIの使い方について解説してみたいと思います。 Twitter StreamingとはTwitter Streaming APIとは、通常のTwitterクライアントやボットで利用されるREST APIとは異なり、データ解析などで大量のデータを必要とする開発者のために用意されたAPIです。一度接続するとHTTP接続を保ったまま自動的にデータを流し続けてくれます。Streaming API Documentation | dev.twitter.comGoogleなどの一部の企業はStreamを使って全Tweetのデータを取得するAPI(firehose)を使う権限を持っていますが、個人ではもちろん権限もありませんしあったとしても処理できませんので、firehoseの約1%以下のデータからサンプリングされたデータがストリームされるAPI
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く