-
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 <blog> for details.
ksqlDB CLI:
docker exec -it ksqldb-cli bash -c 'ksql http://ksqldb-server:8088'
Postgres CLI:
docker exec -it ksqldb-twitter_postgres_1 bash -c 'psql -U $POSTGRES_USER $POSTGRES_DB'
Neo4j GUI:
http://localhost:7474/browser/