Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrudolph/scala-world-2015
Source code for the scala.world 2015 talk about akka-stream / akka-http
https://github.com/jrudolph/scala-world-2015
Last synced: 9 days ago
JSON representation
Source code for the scala.world 2015 talk about akka-stream / akka-http
- Host: GitHub
- URL: https://github.com/jrudolph/scala-world-2015
- Owner: jrudolph
- Created: 2015-09-25T08:14:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T11:22:21.000Z (about 9 years ago)
- Last Synced: 2024-10-14T06:09:53.066Z (24 days ago)
- Language: Scala
- Size: 1.66 MB
- Stars: 66
- Watchers: 8
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sources for the akka-stream / akka-http scala.world 2015 conference talk
To test, run this in sbt:
```
log-service/re-start
backend/runMain example.repoanalyzer.Step6
```Then, open the browser at [http://localhost:8080](http://localhost:8080). All the other steps should work as well.
Geo IP resolution uses the server at http://freegeoip.net/ which only allows a certain quota of free requests per period
(though requests will be cached between runs, see `Cache` and the `ip-cache` folder). Also, we experienced some downtime
of this free server so we included part of the cache with the source code.The sources contain an example log file to replay which contains a big amount of nonsense data in the right format.
Here's the output of running Step5:
![Step 5 output screencast](https://raw.githubusercontent.com/jrudolph/scala-world-2015/master/screencast.gif)