Skip to content

☄️ Integration of supernova (Haskell client) and neutron (Scala client)

License

Notifications You must be signed in to change notification settings

cr-org/pulsar-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

☄️ Integration of supernova (Haskell client) and neutron (Scala client)

Resources

License

Stars

Watchers

Forks