2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 19:17:33 +01:00
Files
dockerfiles_vimagick/nifi/README.md
2020-01-10 11:24:28 +08:00

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