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.

Show HN: IaSQL beta – cloud infra as data in PostgreSQL

36 pointsby pomboover 2 years ago

5 comments

conqrrover 2 years ago
Among all the ways to represent infrastructure, code, config, SQL etc I always wonder why visualization or no-code isnt preferred. To me infra is complex enough yet has lots of interdepencies that are very well represented visually like a system design diagram. Unlike code, there isn't much conditional logic. There's a lot of edges cases and state manipulation which can also be represented visually. I'm hoping your SQL approach also paves some way as SQL is nothing but tabular visualization in that sense.
评论 #34911141 未加载
评论 #34908470 未加载
mdanielover 2 years ago
By &quot;cloud infra&quot; you mean <i>AWS</i> cloud infra, right? <a href="https:&#x2F;&#x2F;github.com&#x2F;iasql&#x2F;iasql&#x2F;blob&#x2F;v0.1.1&#x2F;package.json#L75-L103">https:&#x2F;&#x2F;github.com&#x2F;iasql&#x2F;iasql&#x2F;blob&#x2F;v0.1.1&#x2F;package.json#L75-...</a>
评论 #34910680 未加载
franciscomelloover 2 years ago
This looks pretty interesting. How does IaSQL&#x27;s approach to managing cloud infrastructure compare to traditional Infrastructure as Code (IaC) tools like Pulumi and Terraform, and what benefits can developers expect to see when using IaSQL?
评论 #34900802 未加载
评论 #34901056 未加载
torrmalover 2 years ago
this is pretty cool, can I connect to it with any Postgres client?
评论 #34902463 未加载
juanignacioover 2 years ago
Promising!