Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeroae/nifi-7zip-bundle
7ZipBinding NiFi Processor
https://github.com/zeroae/nifi-7zip-bundle
7zip nifi nifi-custom-processor
Last synced: 3 days ago
JSON representation
7ZipBinding NiFi Processor
- Host: GitHub
- URL: https://github.com/zeroae/nifi-7zip-bundle
- Owner: zeroae
- Created: 2022-03-19T22:14:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T13:25:47.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T14:13:01.296Z (2 months ago)
- Topics: 7zip, nifi, nifi-custom-processor
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nifi-7zip-bundle
NiFi Processors based on [7zipBinding](http://sevenzipjbind.sourceforge.net)## Usage
```
mvn clean install
cp nifi-7zip-nar/target/*.nar $NIFI_HOME/extensions
```## TODO
- Support [multi-part unpacking](http://sevenzipjbind.sourceforge.net/extraction_snippets.html#open-multipart-archives)
- Convert `mime.type` to [7ZipBinding ArchiveFormat](http://sevenzipjbind.sourceforge.net/javadoc/net/sf/sevenzipjbinding/ArchiveFormat.html)---