Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Missouri Department of Agriculture - feed sample testing results
Information from Missouri Department of Agriculture about the feed sampling results.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"mo-gov/missouri-department-of-agriculture-feed-sample-y9w9-qkg2\".\"missouri_department_of_agriculture_feed_sample\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.