An open API service indexing awesome lists of open source software.

https://github.com/jgwoolley/nf2t-web

A little helper website for packing and unpacking Apache Nifi Flow Files in the browser!
https://github.com/jgwoolley/nf2t-web

nifi reactjs typescript vitejs

Last synced: 6 months ago
JSON representation

A little helper website for packing and unpacking Apache Nifi Flow Files in the browser!

Awesome Lists containing this project

README

          

= Nifi FlowFile Tools (NF2T)

image::https://github.com/jgwoolley/Nifi-Flow-File-Helper/actions/workflows/pages.yml/badge.svg[]

This is a simple react client app that will allow you to package and unpackage Apache Nifi Flow Files.

Production Site: link:https://www.nf2t.net/#/[]
NPM Library: link:https://www.npmjs.com/package/@nf2t/flowfiletools-js[]

== Required Software

- NodeJS
- Git
- Bash Environment

== Scripts

If your testing the tar.gz functionality:

[,shell]
----
tar -czvf test.tar.gz README.asciidoc data.flowfilev3
----

== TODO

include::./TODO.asciidoc[]