-
Notifications
You must be signed in to change notification settings - Fork 0
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
SODA API - Create new dataset with columns? #1
Comments
I think this is possible but it as not documented anywhere. The Java client See code/comments here: https://github.com/socrata/soda-java I've not reverse engineered the protocol yet though and can't find any docs L.
|
Interesting, I've been scraping the AJAX calls from the website and found you might be able to GET/POST/PUT on https://data.bathhacked.org/views//columns.json For example, when I added a test column, the following was POSTed to columns.json
|
Creating a new view through the website POST https://data.bathhacked.org/views.json Data:
Response
|
Good work on this guys. I'd assumed that there was no mechanism for manipulating datasets. I'll have a dive into this & see if we can find something interesting. |
It looks like we may also be able to automatically snapshot, create working copies and publish datasets through the API too, which might be useful for bulk updates. |
I started work on some ruby SODAClient extensions last night to try and expand the available methods to incorporate some of these newly scraped behaviours. My target is to effectively solve my open issue on socrata/soda-ruby#13 |
Anyone found how to create new datasets from the API such that I don't have to manually create columns and configuration properties?
The text was updated successfully, but these errors were encountered: