Skip to content

Syslifters/split-bloodhound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Split Bloodhound files

Bloodhound often fails to load large input files.
Existing tools to split those files into chunks often fail due to MemoryErrors (they load the entire input file to memory at once).

This tool uses ijson which loads accessed items to memory only.

Usage

git clone https://github.com/Syslifters/split-bloodhound.git
pip3 install -r requirements.txt
python3 split-bloodhound.py input.json
python3 split-bloodhound.py input.json --output-dir out/
python3 split-bloodhound.py input.json --chunksize 2  # Chunksize 2 GB; default 10% of the filesize

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages