Apache NiFi Python Extensions

Clone this repo:
  1. 6b6b566 NIFI-13825 Add property for custom certificates to OpenSearch processors (#10) by Mark Bathori · 6 months ago main
  2. bcad79a NIFI-13759 Fixed QueryQdrant Filter Definition Handling (#13) by Zoltán Kornél Török · 6 months ago
  3. ef0d85a NIFI-13764 Embedding model name property is ignored in multiple vector db processor (#9) by Mark Bathori · 7 months ago
  4. afe8b3c NIFI-13628 Set NumPy 1.26.4 for Chroma Processors (#5) by krisztina-zsihovszki · 9 months ago
  5. c4a8860 NIFI-13495 Fixed PutChroma unexpected keyword argument error (#4) by krisztina-zsihovszki · 10 months ago

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.