marincounty/behind-the-scenes-videos-ccui-r4jw
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 4 years ago
Indexed 3 hours ago

"Behind the Scenes" Videos

Short videos showing delivery, testing and training on new voting system equipment.

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 \"marincounty/behind-the-scenes-videos-ccui-r4jw\".\"behind_the_scenes_videos\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • behind_the_scenes_videos
     
     
     
     
     
Upstream Metadata