rody / elastweet

Quick Node/Docker/ElasticSearch demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elastweet

This is a quick demo using Twitter's streaming API to insert tweets to Elasticsearch.

Starting the app

With Docker

First, copy .env.example to .env at the root of the project and fill in your twitter credentials and search terms.

Make sure you have docker and docker-compose installed and simply run

docker-compose up

This should build/pull the images and start all teh needed containers.

About

Quick Node/Docker/ElasticSearch demo


Languages

Language:CoffeeScript 100.0%