Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janm399/akka-patterns
Demonstration of the common Akka patterns
https://github.com/janm399/akka-patterns
Last synced: 5 days ago
JSON representation
Demonstration of the common Akka patterns
- Host: GitHub
- URL: https://github.com/janm399/akka-patterns
- Owner: janm399
- License: apache-2.0
- Fork: true (eigengo/akka-patterns)
- Created: 2013-04-13T15:36:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T14:36:06.000Z (over 11 years ago)
- Last Synced: 2024-07-11T15:51:51.118Z (4 months ago)
- Language: C++
- Size: 5.01 MB
- Stars: 83
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#Akka patterns
This repository contains code that demonstrates large-scale Akka applications. My aim is to share my experience & the pains so that you don't have to re-invent the wheel yourself.
Check out the API in the application at [Akka Patterns API](http://docs.akkapatterns.apiary.io/).
Follow me on Twitter [@honzam399](https://twitter.com/honzam399); submit your requests for the next topic to cover by adding an issue [Issues](https://github.com/eigengo/akka-patterns/issues).
The topics I shall cover include:
* [Building (Maven and SBT)](../../../akka-patterns/wiki/Building)
* [Composing features](../../../akka-patterns/wiki/Composing)
* [Configuration](../../../akka-patterns/wiki/Configuration)
* Testing (unit, integration and white-box), including BDD
* Data access (relational, document, key-value and graph databases)
* Transactional behaviour
* Proper application of purely functional code & patterns (Shapeless and Scalaz)
* Authentication and authorisation
* [User interface](../../../akka-patterns/wiki/UserInterface)
* [Comparison with Spring Framework](../../../akka-patterns/wiki/Spring)
* Data access--the "old school" in Scala 2.9.2 and the slick new one in 2.10 in #SlickSee the [Wiki](../../../akka-patterns/wiki/Home) for documentation of the various patterns; and please do share your ideas!