-
Get your API credentials from https://developer.twitter.com/
-
Copy
credentials.properties.example
tocredentials.properties
and update it with your API credentials -
docker-compose up -d
-
See https://www.confluent.io/blog/stream-processing-twitter-data-with-ksqldb/ for details.
ksqlDB CLI:
docker exec -it ksqldb bash -c 'ksql http://ksqldb:8088'
Postgres CLI:
docker exec -it postgres bash -c 'psql -U $POSTGRES_USER $POSTGRES_DB'
Neo4j GUI:
http://localhost:7474/browser/