Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j14159/akka-jdbc-post

Companion project to my "Akka and JDBC to Services" blog post.
https://github.com/j14159/akka-jdbc-post

Last synced: 3 months ago
JSON representation

Companion project to my "Akka and JDBC to Services" blog post.

Awesome Lists containing this project

README

        

akka-jdbc-post
====
This is the supporting example project for my [blog post on Akka and JDBC](http://noisycode.com/blog/2014/07/27/akka-and-jdbc-to-services/) that follows the promise + circuit breaker approach.

The [Vagrantfile](http://vagrantup.com) provided will boot the PostgreSQL instance required by the tests, e.g.

$ vagrant up
$ sbt test