https://github.com/almogtavor/zookeeper-toolkit
zkt lets you download and upload files & dirs to Zookeeper 🫎
https://github.com/almogtavor/zookeeper-toolkit
Last synced: about 1 month ago
JSON representation
zkt lets you download and upload files & dirs to Zookeeper 🫎
- Host: GitHub
- URL: https://github.com/almogtavor/zookeeper-toolkit
- Owner: almogtavor
- License: apache-2.0
- Created: 2023-05-28T20:31:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-08T19:13:27.000Z (4 months ago)
- Last Synced: 2025-06-08T20:25:43.745Z (4 months ago)
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zkt - Zookeeper Toolkit 🫎
An API with Swagger to let you download and upload files & dirs to Zookeeper.
## Routes
- **downloadConfDirs**: This endpoint should accept a list of directories and create a ZIP file containing each directory's contents.
- **uploadConfDirs**: This endpoint should accept a ZIP file and extract its contents into the specified directories in ZooKeeper.
- **transferConfDirs**: This endpoint should copy directories from a source ZooKeeper to a target ZooKeeper.