Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattzh72/sframe-compressor
Internal tool to compress SFrames into the .TEJAS format.
https://github.com/mattzh72/sframe-compressor
Last synced: 18 days ago
JSON representation
Internal tool to compress SFrames into the .TEJAS format.
- Host: GitHub
- URL: https://github.com/mattzh72/sframe-compressor
- Owner: mattzh72
- License: mit
- Created: 2019-06-29T03:55:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T19:45:53.000Z (over 5 years ago)
- Last Synced: 2024-01-30T01:35:15.944Z (10 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sframe-compressor
This is an internal tool to compress SFrames into the .TEJAS format.## Getting Started
Download the repo.
```bash
git clone https://github.com/vitae-gravitas/sframe-compressor.git
```To **compress**, run `compress.py` with the required options. Note that the input directory should include SFrames only.
```bash
python compress.py -s [INPUT DIRECTORY PATH] -o [OUTPUT DIRECTORY PATH]
```To **decompress**, run `dcompress.py` with the required options. Note that the input directory should include .TEJAS files only.
```bash
python compress.py -t [INPUT DIRECTORY PATH] -o [OUTPUT DIRECTORY PATH]
```## Tips
Don't try to further compress the .TEJAS folder! This will not aid in further downsizing.