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!
- Host: GitHub
- URL: https://github.com/jgwoolley/nf2t-web
- Owner: jgwoolley
- License: apache-2.0
- Created: 2023-11-04T14:22:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T23:55:23.000Z (7 months ago)
- Last Synced: 2025-04-01T00:28:55.770Z (7 months ago)
- Topics: nifi, reactjs, typescript, vitejs
- Language: TypeScript
- Homepage: https://www.nf2t.net/
- Size: 828 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
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[]