socrata / soda-ruby

A RubyGem for the Socrata Open Data API

Home Page:http://socrata.github.io/soda-ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation: Updating metadata

chrismetcalf opened this issue · comments

This would be great to have.

Any progress on this? It'd be really useful to be able to manage the metadata on datasources. We're looking to have a mechanism to update datasets and use the metadata to track update timestamps and other data points, but without the API access this isn't viable.

@warmfusion Some temporary solutions:

If you need pieces of the API that aren't available to the Ruby client, what I've been doing is reading the soda-java code and figuring out what I need from there.

You could also try using JRuby with soda-java.