Skip to content

Demonstrates a way to load (large) data to a DB quickly with Python using Threading and Multi-Row Inserts

Notifications You must be signed in to change notification settings

andrewvillazon/quickly-load-data-db-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use Python to quickly load lots of data to a Database

Uses Threading, Queues, and Multi-Row Inserts to demonstrate a way of quickly loading large volumes of data to a Database.

The code is explained in greater detail here.

About

Demonstrates a way to load (large) data to a DB quickly with Python using Threading and Multi-Row Inserts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages