1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/nifi/README.md

20 lines
331 B
Markdown
Raw Normal View History

2016-07-06 17:57:13 +00:00
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)
2019-05-23 08:24:27 +00:00
## up and running
2020-01-10 03:24:28 +00:00
```bash
2019-05-23 08:24:27 +00:00
$ docker-compose up -d
$ chown -R 1000:1000 data
$ docker-compose restart
2020-01-10 03:24:28 +00:00
$ curl http://127.0.0.1:8080
2019-05-23 08:24:27 +00:00
```
2016-07-06 17:57:13 +00:00
[1]: https://nifi.apache.org