https://github.com/battermann/akka-streams-example
https://github.com/battermann/akka-streams-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/battermann/akka-streams-example
- Owner: battermann
- Created: 2019-04-10T08:16:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T08:18:57.000Z (about 7 years ago)
- Last Synced: 2025-02-04T21:20:28.710Z (over 1 year ago)
- Language: Scala
- Size: 90.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Akka Streams Example
## Using Invoke
Install Invoke:
```
pip3 install Invoke
```
### List tasks
```
invoke --list
```
### Show help
```
invoke --help
```
### Run all
```
invoke up
```
## Test Data
More test data can be downloaded from [here](http://jmcauley.ucsd.edu/data/amazon/).
## Overview
