Open repository in Console
Readme
Updated 8 months ago
‧ Indexed 3 hours ago
County Archives Collections Catalog
This catalog of Collections at the County Archives includes a listing of records and materials housed and available for research and viewing in our reading room by appointment. Please contact us to book an appointment. Please visit the Clerk-Recorder’s Office website for records indicating to contact their office.
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 \"sccgov/county-archives-collections-catalog-ef9w-6efa\".\"county_archives_collections_catalog\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.