Skip to content

apache/nifi-python-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Apache NiFi Python Extensions

license build Hatch Ruff

The Apache NiFi Python Extensions repository contains Processors implemented in Python for deployment in Apache NiFi 2.

Building

This project uses Hatch to build distribution packages.

hatch build

The build command creates a source distribution in the dist directory.

The source distribution contains an extensions directory can be copied into Apache NiFi to use the packaged Processors.

Developing

The Apache NiFi Python Developer's Guide provides the API and implementation guidelines for Python Processors.

The Hatch format command supports evaluating Python Processors against configured rules.

hatch fmt --check

Documentation

The Apache NiFi Documentation includes reference information for project capabilities.

Contributing

The Apache NiFi Contributor Guide describes the process for getting involved in the development of this project.

Issues

This project uses Jira for tracking bugs and features.

Licensing

This project is released under the Apache License, Version 2.0.