Query playground (EQL-S)
Interactive fixture graph run canned EQL-S-style queries and highlight matches.
Trellis exposes the workspace as a queryable graph (EQL-S, compiled to Datalog). The full engine runs in the CLI and Studio; this page uses a small fixture so you can see matches light up without a local repo.
Try it
Use the preset dropdown or edit the query text. Run highlights matching nodes. Add ?autoplay=1 on the embed URL for a scripted tour (landing page uses this).
Production examples:
trellis query 'SELECT ?issue WHERE { [?issue "type" "Issue"] [?issue "status" "open"] }'
See Architecture EQL-S for the full language.