ackintosh / webhook-prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webhook Prototype

Setup

$ docker-compose run --rm consumer bundle install
$ echo '' > log/events.log

Run

$ docker-compose up

Create a topic

$ docker-compose exec kafka kafka-topics --zookeeper localhost:2181 --create --replication-factor 1 --partitions 1 --topic events

Emit new event

$ echo '{"foo":"bar"}' >> log/events.log

Open Web UI

We can check the records via Web UI included in Landoop/fast-data-dev.

http://localhost:3030/

About


Languages

Language:Ruby 75.7%Language:HTML 18.2%Language:JavaScript 3.7%Language:CSS 2.3%