The opt-in real-engine program now backs databases, cache, functions, VMs, containers, and object storage. Query services like Athena — and Firehose delivery into a queryable store — still return control-plane responses only.
What to build
- An opt-in engine that runs real SQL over data held in object storage (an embedded SQL engine), so
StartQueryExecution / GetQueryResults return real results.
- Wire it through the existing engine seam (
config.With<X>Engine(...)), Docker-free where possible.
Where
A new service handler + engine (see contrib/realengine), building on the object-storage engine (#433). Related: #428.
The opt-in real-engine program now backs databases, cache, functions, VMs, containers, and object storage. Query services like Athena — and Firehose delivery into a queryable store — still return control-plane responses only.
What to build
StartQueryExecution/GetQueryResultsreturn real results.config.With<X>Engine(...)), Docker-free where possible.Where
A new service handler + engine (see
contrib/realengine), building on the object-storage engine (#433). Related: #428.