Last active
August 29, 2015 14:11
-
-
Save tuttinator/9ad0ccccc7ed9e7de377 to your computer and use it in GitHub Desktop.
CSV dumping ground?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How's this for an idea - we build a crowd sourced community sandbox to upload | |
a CSV using a web form. Using a NoSQL database like MongoDB we could read the | |
header row of the CSV to create a collection with those fields. This means we | |
can get a basic JSON API for free (maybe paginated, etc) and with format | |
specifiers be able to download the original CSV again too. This would be | |
a set of URLs with a unique ID. | |
Maybe someone has already done something similar? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment