An open API service indexing awesome lists of open source software.

https://github.com/romchela/db-query-implementation

Own implementation of complex database query on huge amount of data
https://github.com/romchela/db-query-implementation

database query

Last synced: about 2 months ago
JSON representation

Own implementation of complex database query on huge amount of data

Awesome Lists containing this project

README

        

# db-query-implementation

Given two csv files Donors.csv and Donations.csv. The task is to calculate overall amount of donations for each USA state.
Calculations cannot be done in-memory because files are too large.

Donors.csv - https://www.kaggle.com/hanselhansel/donorschoose?select=Donors.csv

Donations.csv - https://www.kaggle.com/hanselhansel/donorschoose?select=Donations.csv