A platform that accepts CSV or JSON large files, and breaks them into smaller bits - must be the right format.
Go-Chunk is a non-profit, open-source project launched in 2022 by Zuri Team powered by Ingressive for Good APIs. Having worked with data scientists and analysts all over the world, Go-Chunk aims to offer solutions to the stress of going through so many processes to break down data files and also the loss of files on any device.
* Signup/Login on our website
* Upload your file
* Specify Number of chunks
* Click on the split button
* The file will be chunked and saved as .zip and, ready for download
git clone https://github.com/zuri-training/Chunk_file_team_48.git
cd Chunk_file_team_48
python -m venv venv
venv\scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Tech Stack
Our site was built using the following tools:
* HTML
* CSS BOOTSTRAP
* jAVASCRIPT
* PYTHON(Django)