Query, provision, secure & operate cloud resources using SQL ↦
StackQL allows you to create, modify and query the state of services and resources across all three major public cloud providers (Google, AWS and Azure) using a common, widely known DSL…SQL.
I have to admit, it does look pretty darn simple:
SELECT * FROM google.compute.instances
WHERE zone = 'australia-southeast1-b'
AND project = 'my-project';
Discussion
Sign in or Join to comment or subscribe