Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 558 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 558 Bytes

pulsar-demo

Integration of a producer written in Haskell (using the supernova library) and a consumer written in Scala (using the neutron library), both created and maintained by Chatroulette.

Run it

Start a Pulsar instance using docker-compose.

docker-compose up

Run the consumer.

cd consumer
nix-shell --run "sbt run"

Run the producer.

cd producer
nix-shell --run "cabal new-run"