Skip to content

Instantly share code, notes, and snippets.

@tuttinator
Last active August 29, 2015 14:11
Show Gist options
  • Save tuttinator/9ad0ccccc7ed9e7de377 to your computer and use it in GitHub Desktop.
Save tuttinator/9ad0ccccc7ed9e7de377 to your computer and use it in GitHub Desktop.
CSV dumping ground?
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