Difference between revisions of "Apache Nifi"

From air
Jump to navigation Jump to search
(Created page with "Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic. https://nifi.apache.org https://community.hortonwork...")
 
Line 5: Line 5:
   
 
https://community.hortonworks.com/articles/46258/iot-example-in-apache-nifi-consuming-and-producing.html
 
https://community.hortonworks.com/articles/46258/iot-example-in-apache-nifi-consuming-and-producing.html
  +
  +
=Déploiement avec [[Docker]]=
  +
  +
<pre>
  +
docker run -d -p 8080:8080 -p 8081:8081 -p 8443:8443 xemuliam/nifi
  +
docker-machine ls
  +
</pre>
  +
  +
Browse http://localhost:8080/nifi

Revision as of 11:48, 26 February 2017

Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic. https://nifi.apache.org


https://community.hortonworks.com/articles/46258/iot-example-in-apache-nifi-consuming-and-producing.html

Déploiement avec Docker

docker run -d -p 8080:8080 -p 8081:8081 -p 8443:8443 xemuliam/nifi
docker-machine ls

Browse http://localhost:8080/nifi