Skip to content

yonglehou/streams-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streams-playground

A Playground for Akka-Streams.

Setup

You'll need a running RabbitMq server. The simplest way is to launch a docker container:

docker run --name rmq -p 15672:15672 -p 5672:5672 dockerfile/rabbitmq

Then tweak the reference.conf file to point to your docker host. (I have an /etc/hosts entry that points my docker host's ip to the docker alias).

Finally, create a a queue named streams-playground.

Notes

I dislike the maven directory layout, and prefer Go's simplified path model with tests next to classes. This project modifies build.sbt to search for source files in different places than the default.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 74.3%
  • HTML 12.8%
  • JavaScript 9.9%
  • CSS 3.0%