-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[newsletter] Mira, simple HTTP APIs for your CSV files #382
Comments
Thanks for your submission! Will definitely get this in. 😄 |
@davbre looking at this again, three things come to mind:
|
Sure, I'll add the project, perhaps over the weekend. When I find some time On 19 November 2015 at 16:14, Daniel Fowler notifications@github.com
|
@davbre this is awesome :-) |
https://github.com/davbre/mira
This is a small application developed using Ruby-on-Rails. You upload a datapackage.json file to it along with the corresponding CSV files and it gives you a read-only HTTP API. It's pretty simple - it uses the metadata in the datapackage.json file to import each CSV file into its own database table. Once imported, various API endpoints become available for metadata and data. You can perform simple queries on the data, controlling the ordering, paging and variable selection. It also talks to the DataTables jQuery plug-in.
The text was updated successfully, but these errors were encountered: