【Elasticsearch】stream2es
[root@hfelkcld0001 elasticsearch]# pwd
/usr/share/elasticsearch
[root@hfelkcld0001 elasticsearch]# curl -O download.elasticsearch.org/stream2es/stream2es; chmod 777 stream2es
[root@hfelkcld0001 elasticsearch]# chown elasticsearch:elasticsearch stream2es
[root@hfelkcld0001 elasticsearch]# ll
total 28764
drwxr-xr-x 2 elasticsearch elasticsearch 4096 Apr 7 01:39 bin
drwxr-xr-x 2 elasticsearch elasticsearch 4096 Apr 7 01:39 lib
-rw-r--r-- 1 elasticsearch elasticsearch 11358 Jan 27 12:53 LICENSE.txt
drwxr-xr-x 5 elasticsearch elasticsearch 4096 Apr 7 01:39 modules
-rw-r--r-- 1 elasticsearch elasticsearch 150 Jan 27 12:53 NOTICE.txt
drwxr-xr-x 3 elasticsearch elasticsearch 4096 Apr 11 06:14 plugins
-rw-r--r-- 1 elasticsearch elasticsearch 8700 Jan 27 12:53 README.textile
-rwxrwxrwx 1 elasticsearch elasticsearch 29408864 Apr 29 02:01 stream2es
2. stream2es for elasticsearch
http://blog.florian-hopf.de/2013/11/reindexing-content-in-elasticsearch_27.html
3. stream2es for twitter
https://github.com/elastic/stream2es
step1:
트위터 스트리밍을 사용하려면 트위터 앱을 먼저 만들어야 합니다(https://dev.twitter.com/apps/new ).consumer key 및consumer secret 가져오기
step2:
앱 확인
[root@hfelkcld0001 elasticsearch]# pwd
/usr/share/elasticsearch
[root@hfelkcld0001 elasticsearch]# ./stream2es twitter --authorize --key ${CONSUMER_KEY} --secret ${CONSUMER_SECRET}
...
... ==> , ==> , .authinfo.stream2es
[root@hfelkcld0001 elasticsearch]# ll ~/.authinfo.stream2es
-rw------- 1 root root 286 Apr 29 02:12 /root/.authinfo.stream2es
step3.1:
최신 트윗을 무작위로 가져오기
[root@hfelkcld0001 elasticsearch]# ./stream2es twitter --target http://hfelkcld0001:9200/twitter/status
step3.2
특정 키워드를 가져오는 tweets
[root@hfelkcld0001 elasticsearch]# ./stream2es twitter --track webex --target http://hfelkcld0001:9200/twitter/status
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
다양한 언어의 JSONJSON은 Javascript 표기법을 사용하여 데이터 구조를 레이아웃하는 데이터 형식입니다. 그러나 Javascript가 코드에서 이러한 구조를 나타낼 수 있는 유일한 언어는 아닙니다. 저는 일반적으로 '객체'{}...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.