- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Can I use Java API's in Apache NiFi
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
Created ‎09-15-2016 05:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎09-15-2016 09:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
If you are talking about API exposed by NiFi, NiFi exposes a REST API:
https://nifi.apache.org/docs/nifi-docs/rest-api/index.html
If you want to develop your own processor in Java, this is easy and you may find interesting the following:
https://nifi.apache.org/docs/nifi-docs/html/developer-guide.html
Created ‎09-15-2016 09:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
If you are talking about API exposed by NiFi, NiFi exposes a REST API:
https://nifi.apache.org/docs/nifi-docs/rest-api/index.html
If you want to develop your own processor in Java, this is easy and you may find interesting the following:
https://nifi.apache.org/docs/nifi-docs/html/developer-guide.html
