mirror of https://github.com/apache/nifi.git
NIFI-783
This commit is contained in:
parent
712d60700c
commit
106d5dbdc5
|
@ -16,8 +16,8 @@
|
||||||
//
|
//
|
||||||
NiFi System Administrator's Guide
|
NiFi System Administrator's Guide
|
||||||
=================================
|
=================================
|
||||||
Apache NiFi Team <dev@nifi.incubator.apache.org>
|
Apache NiFi Team <dev@nifi.apache.org>
|
||||||
:homepage: http://nifi.incubator.apache.org
|
:homepage: http://nifi.apache.org
|
||||||
|
|
||||||
System Requirements
|
System Requirements
|
||||||
-------------------
|
-------------------
|
||||||
|
|
|
@ -16,13 +16,13 @@
|
||||||
//
|
//
|
||||||
NiFi Developer's Guide
|
NiFi Developer's Guide
|
||||||
======================
|
======================
|
||||||
Apache NiFi Team <dev@nifi.incubator.apache.org>
|
Apache NiFi Team <dev@nifi.apache.org>
|
||||||
:homepage: http://nifi.incubator.apache.org
|
:homepage: http://nifi.apache.org
|
||||||
|
|
||||||
|
|
||||||
== Introduction
|
== Introduction
|
||||||
|
|
||||||
The intent of this Developer Guide is to provide the reader with the information needed to understand how Apache NiFi (incubating)
|
The intent of this Developer Guide is to provide the reader with the information needed to understand how Apache NiFi
|
||||||
extensions are developed and help to explain the thought process behind developing the components. It provides an introduction to
|
extensions are developed and help to explain the thought process behind developing the components. It provides an introduction to
|
||||||
and explanation of the API that is used to develop extensions. It does not, however, go into great detail about each
|
and explanation of the API that is used to develop extensions. It does not, however, go into great detail about each
|
||||||
of the methods in the API, as this guide is intended to supplement the JavaDocs of the API rather than replace them.
|
of the methods in the API, as this guide is intended to supplement the JavaDocs of the API rather than replace them.
|
||||||
|
@ -2163,7 +2163,7 @@ and attaching that patch to a ticket, or by generating a Pull Request.
|
||||||
|
|
||||||
=== Contact Us
|
=== Contact Us
|
||||||
|
|
||||||
The developer mailing list (dev@nifi.incubator.apache.org) is monitored pretty closely, and we tend to respond pretty
|
The developer mailing list (dev@nifi.apache.org) is monitored pretty closely, and we tend to respond pretty
|
||||||
quickly. If you have a question, don't hesitate to shoot us an e-mail - we're here to help! Unfortunately, though, e-mails
|
quickly. If you have a question, don't hesitate to shoot us an e-mail - we're here to help! Unfortunately, though, e-mails
|
||||||
can get lost in the shuffle, so if you do send an e-mail and don't get a response within a day or two, it's our fault - don't
|
can get lost in the shuffle, so if you do send an e-mail and don't get a response within a day or two, it's our fault - don't
|
||||||
worry about bothering us. Just ping the mailing list again.
|
worry about bothering us. Just ping the mailing list again.
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
//
|
//
|
||||||
Apache NiFi Expression Language Guide
|
Apache NiFi Expression Language Guide
|
||||||
=====================================
|
=====================================
|
||||||
Apache NiFi Team <dev@nifi.incubator.apache.org>
|
Apache NiFi Team <dev@nifi.apache.org>
|
||||||
:homepage: http://nifi.incubator.apache.org
|
:homepage: http://nifi.apache.org
|
||||||
|
|
||||||
[[overview]]
|
[[overview]]
|
||||||
Overview
|
Overview
|
||||||
|
@ -543,8 +543,8 @@ Each of the following functions manipulates a String in some way.
|
||||||
*Return Type*: [.returnType]#String#
|
*Return Type*: [.returnType]#String#
|
||||||
|
|
||||||
*Examples*: We can URL-Encode an attribute named "url" by using the Expression `${url:urlEncode()}`. If
|
*Examples*: We can URL-Encode an attribute named "url" by using the Expression `${url:urlEncode()}`. If
|
||||||
the value of the "url" attribute is "https://nifi.incubator.apache.org/some value with spaces", this
|
the value of the "url" attribute is "https://nifi.apache.org/some value with spaces", this
|
||||||
Expression will then return "https://nifi.incubator.apache.org/some%20value%20with%20spaces".
|
Expression will then return "https://nifi.apache.org/some%20value%20with%20spaces".
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -561,8 +561,8 @@ Each of the following functions manipulates a String in some way.
|
||||||
*Return Type*: [.returnType]#String#
|
*Return Type*: [.returnType]#String#
|
||||||
|
|
||||||
*Examples*: If we have a URL-Encoded attribute named "url" with the value
|
*Examples*: If we have a URL-Encoded attribute named "url" with the value
|
||||||
"https://nifi.incubator.apache.org/some%20value%20with%20spaces", then the Expression
|
"https://nifi.apache.org/some%20value%20with%20spaces", then the Expression
|
||||||
`${url:urlDecode()}` will return "https://nifi.incubator.apache.org/some value with spaces".
|
`${url:urlDecode()}` will return "https://nifi.apache.org/some value with spaces".
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
//
|
//
|
||||||
Apache NiFi Overview
|
Apache NiFi Overview
|
||||||
====================
|
====================
|
||||||
Apache NiFi Team <dev@nifi.incubator.apache.org>
|
Apache NiFi Team <dev@nifi.apache.org>
|
||||||
:homepage: http://nifi.incubator.apache.org
|
:homepage: http://nifi.apache.org
|
||||||
|
|
||||||
What is Apache NiFi?
|
What is Apache NiFi?
|
||||||
--------------------
|
--------------------
|
||||||
|
|
|
@ -16,13 +16,13 @@
|
||||||
//
|
//
|
||||||
Apache NiFi User Guide
|
Apache NiFi User Guide
|
||||||
======================
|
======================
|
||||||
Apache NiFi Team <dev@nifi.incubator.apache.org>
|
Apache NiFi Team <dev@nifi.apache.org>
|
||||||
:homepage: http://nifi.incubator.apache.org
|
:homepage: http://nifi.apache.org
|
||||||
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
||||||
Apache NiFi (Incubating) is a dataflow system based on the concepts of flow-based programming. It supports
|
Apache NiFi is a dataflow system based on the concepts of flow-based programming. It supports
|
||||||
powerful and scalable directed graphs of data routing, transformation, and system mediation logic. NiFi has
|
powerful and scalable directed graphs of data routing, transformation, and system mediation logic. NiFi has
|
||||||
a web-based user interface for design, control, feedback, and monitoring of dataflows. It is highly configurable
|
a web-based user interface for design, control, feedback, and monitoring of dataflows. It is highly configurable
|
||||||
along several dimensions of quality of service, such as loss-tolerant versus guaranteed delivery, low latency versus
|
along several dimensions of quality of service, such as loss-tolerant versus guaranteed delivery, low latency versus
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<div id="nf-about-content">
|
<div id="nf-about-content">
|
||||||
<span id="nf-version"></span>
|
<span id="nf-version"></span>
|
||||||
<p>
|
<p>
|
||||||
Apache NiFi (incubating) is a framework to support highly scalable and flexible dataflows.
|
Apache NiFi is a framework to support highly scalable and flexible dataflows.
|
||||||
It can be run on on laptops up through clusters of enterprise class servers.
|
It can be run on on laptops up through clusters of enterprise class servers.
|
||||||
Instead of dictating a particular dataflow or behavior it empowers you to design your own
|
Instead of dictating a particular dataflow or behavior it empowers you to design your own
|
||||||
optimal dataflow tailored to your specific environment.
|
optimal dataflow tailored to your specific environment.
|
||||||
|
|
Loading…
Reference in New Issue