An open API service indexing awesome lists of open source software.

https://github.com/battermann/akka-streams-example


https://github.com/battermann/akka-streams-example

Last synced: 8 months ago
JSON representation

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

![alt-text](akka-streams-example.png "overview")