Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/j14159/akka-jdbc-post
- Owner: j14159
- Created: 2014-07-27T23:03:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T07:39:49.000Z (over 8 years ago)
- Last Synced: 2023-03-22T20:36:14.161Z (almost 2 years ago)
- Language: Scala
- Size: 113 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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