TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cloudquery: Easily ask questions about your cloud infrastructure

75 pointsby yevpatsover 4 years ago

6 comments

luizfelbertiover 4 years ago
Damn this looks really good. Data-first SQL integrated interfaces always get a +1 from me, managing resources without unified abstractions is always painful, especially when you have to do this at scale, standard CLIs always end up falling short in some way<p>Also, relevant tool for similar applications (albeit not SQL based): <a href="https:&#x2F;&#x2F;github.com&#x2F;cloud-custodian&#x2F;cloud-custodian" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cloud-custodian&#x2F;cloud-custodian</a>
评论 #25434271 未加载
mdanielover 4 years ago
Obviously a quite popular project given the number of times it&#x27;s been submitted this month: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;from?site=github.com&#x2F;cloudquery" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;from?site=github.com&#x2F;cloudquery</a>
brodouevencodeover 4 years ago
This is very interesting. If you&#x27;re managing hundreds of accounts pulling data even from Config from the master payer level is tedious and time consuming. If that data can be pulled out and queried with a real query language (config ql just doesn&#x27;t cut it) it would make mass management so much easier.
leg100over 4 years ago
Looks like there are two steps to this tool:<p><pre><code> 1) Fetch data and put into a sql db 2) Query sql db </code></pre> Wouldn&#x27;t it be better, performance aside, if there was just one step, i.e. querying the cloud with SQL, essentially an SQL-to-cloud-APIs interface. Otherwise you&#x27;re always operating on out-of-date data.
评论 #25434506 未加载
评论 #25436897 未加载
评论 #25437751 未加载
StratusBenover 4 years ago
I work on a product named <a href="http:&#x2F;&#x2F;vantage.sh&#x2F;" rel="nofollow">http:&#x2F;&#x2F;vantage.sh&#x2F;</a> that provides something similar as a managed service specifically for AWS. I respect the effort that went into this!
评论 #25438917 未加载
ianpurtonover 4 years ago
Really cool.<p>If I could create resources with INSERT statements, even better.
评论 #25434743 未加载
评论 #25434289 未加载
评论 #25435206 未加载