Lorem Ipsum Web service based on Akka-HTTP
The lorem-ipsum-server-akkahttp github opensource project :
- An akka-http based web service
- which generates random Lorem Ipsum paragraphs.
- Based on this lorem-ipsum library which also support customizable corpus.
- Deployed on my own infrastructure (https://mapland.fr/lorem)
This project is using those great libraries :
- akka http : Actor based http framework.
- pure config : Great library for easy and powerful configuration.
- scalate : Multi-language page templating (mustache selected).
- webjars : Managing client-side libraries as maven dependencies !
- scalatest : Great unit testing framework with a powerful DSL.
- json4s : Powerful and multi-purpose JSON processing.
So why this project :
- For learning purposes,
- Have a modern example web application,
- Find new approaches for software configuration,
- Collect real world data (elasticsearch and kafka is used behind the scene),
- Experiment various CI solutions, …