Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 741 Bytes

File metadata and controls

29 lines (16 loc) · 741 Bytes

Event-sourced systems with Kafka, Clojure, and Jackdaw

This repository is part of a Clojure meetup talk, walking through building event-sourced systems with Kafka.

Slides

You can walk through the slides here.

Try it out

You'll first want to set up kafka on your local machine.

git clone git@github.com:confluentinc/cp-docker-images.git
cd cp-docker-images/examples/kafka-single-node
docker-compose up -d

Next, fire up a REPL and walk through the commented sections in core.clj.

License

Copyright © 2019 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.