webguybit / Large_Dataset_ServerSide_Processing

Demonstration of how you can easily handle extremely large dataset. Client-side processing is slow and consumes a lot of resources. Server-side processing if extremely fast and suitable for large dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Large Dataset Server-side Processing

Here is a Demonstration of how you can easily handle extremely large dataset. Client-side processing is slow and consumes a lot of resources. Server-side processing if extremely fast and suitable for large dataset.

Required commands to run the project

pip install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

python manage.py runserver

If you have any queries, send me an email or send message on facebook.

About

Demonstration of how you can easily handle extremely large dataset. Client-side processing is slow and consumes a lot of resources. Server-side processing if extremely fast and suitable for large dataset.

License:MIT License


Languages

Language:Python 57.0%Language:HTML 43.0%