mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:34 +02:00
20 lines
331 B
Markdown
20 lines
331 B
Markdown
nifi
|
|
====
|
|
|
|
[Apache nifi][1] is an easy to use, powerful, and reliable system to process
|
|
and distribute data.
|
|
|
|
![](https://nifi.apache.org/assets/images/flow-th.png)
|
|
|
|
|
|
## up and running
|
|
|
|
```bash
|
|
$ docker-compose up -d
|
|
$ chown -R 1000:1000 data
|
|
$ docker-compose restart
|
|
$ curl http://127.0.0.1:8080
|
|
```
|
|
|
|
[1]: https://nifi.apache.org
|