mirror of https://github.com/apache/nifi.git
3c9d8a7007
- Refactored nifi-stateless to make use of nifi-framework-components - Removed requirement for nifi-framework-nar to be provided. - Refactored stateless nifi into api, engine, nar, and bootstrap modules, with a parent 'bundle' module - Creation of nifi-stateless-system-tests - Added unit tests and logging - Changed flow configuration to use properties file instead of json - Allow for -p parameter to specify parameters on command line - Moved implementations of Authorizer, NiFiUser, and UserGroupProviders to new module named nifi-framework-authorization-providers so that those that depend on nifi-framework-authorization don't have to bring in the providers. This way, we can have stateless not bring in those providers, as we otherwise get warnings on startup about the provider already being registered. Additionally, it avoids needing dependencies on spring-security-core - Updated bin/nifi.sh script to run new stateless bootstrap - Added Reporting Tasks to stateless. - Download bundles as necessary on stateless nifi startup NIFI-7897: Addressing review feedback NIFI-7897: Fixed typos in README and also addressed issue that caused parameters with spaces not to be parsed properly This closes #4669. Signed-off-by: Bryan Bende <bbende@apache.org> |
||
---|---|---|
.. | ||
docker-compose | ||
dockerhub | ||
dockermaven | ||
dockermaven-stateless | ||
README.md | ||
pom.xml |
README.md
Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic. Some of the high-level capabilities and objectives of Apache NiFi include:
- Web-based user interface
- Seamless experience between design, control, feedback, and monitoring
- Highly configurable
- Loss tolerant vs guaranteed delivery
- Low latency vs high throughput
- Dynamic prioritization
- Flow can be modified at runtime
- Back pressure
- Data Provenance
- Track dataflow from beginning to end
- Designed for extension
- Build your own processors and more
- Enables rapid development and effective testing
- Secure
- SSL, SSH, HTTPS, encrypted content, etc...
- Multi-tenant authorization and internal authorization/policy management