forked from LREN-CHUV/woken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
17 lines (11 loc) · 779 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* End to end testing:
https://orrsella.com/2014/09/24/integration-and-end-to-end-test-configurations-in-sbt-for-scala-java-projects/
https://github.com/pawelkaczor/ddd-leaven-akka-v2/tree/master/e2e-tests
* Check good ideas in https://github.com/softwaremill/bootzooka : Flyway integration, Akka HTTP...
also https://github.com/waylayio/kairosdb-scala/blob/master/build.sbt
https://github.com/ArchDev/akka-http-rest/blob/master/src/main/scala/me/archdev/restapi/Main.scala
* Proper typed configuration
https://github.com/iheartradio/ficus
* Put the list of available algorithms in a repository, eg Elasticsearch
* Create a template to configure the Docker container only with environment variables
see https://github.com/mhamrah/akka-docker-cluster-example