Digital Transformation IRDR Data
The Texas Department of Information Resources (DIR) has established a digital transformation guide to assist agencies with modernizing agency operations and services with respect to electronic data and converting agency information into electronic data.
The purpose of the guide is to help Texas government take the next steps to advance digital transformation and improve the customer experience, no matter where the organization is on its digital journey.
Data source contains select information from 2020 Information Resources Deployment Review.
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 \"texas-gov/digital-transformation-irdr-data-y7wk-dk9k\".\"digital_transformation_irdr_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.