Fleet - Mechanic Utilization by Shop
This dataset shows a comparison direct vs indirect hours per shop. Direct hours are hours spend working on repair and maintenance and inspection tasks within Fleet that are billable.
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 \"stat-stpete/fleet-mechanic-utilization-by-shop-3er7-3zj8\".\"fleet_mechanic_utilization_by_shop\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.