Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alantech/iasql
Cloud Infrastructure as data in PostgreSQL
https://github.com/alantech/iasql
aws cloud infrastructure postgresql sql
Last synced: 3 months ago
JSON representation
Cloud Infrastructure as data in PostgreSQL
- Host: GitHub
- URL: https://github.com/alantech/iasql
- Owner: alantech
- License: mit
- Created: 2021-09-15T19:57:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T17:18:00.000Z (8 months ago)
- Last Synced: 2024-07-04T09:30:37.367Z (4 months ago)
- Topics: aws, cloud, infrastructure, postgresql, sql
- Language: TypeScript
- Homepage: https://iasql.com
- Size: 26.2 MB
- Stars: 582
- Watchers: 12
- Forks: 24
- Open Issues: 146
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Docs](https://img.shields.io/badge/docs-docusaurus-blue)](https://iasql.com/docs)
---
# Cloud infrastructure as data in PostgreSQL
[IaSQL](https://iasql.com) is an open-source developer tool to inspect and provision cloud infrastructure via SQL by maintaining a 2-way connection between an unmodified PostgreSQL database and your AWS account. The rows in the database tables represent the infrastructure in your cloud account.
## ⚡️ Try out IaSQL
To get started with IaSQL using our documentation. Visit [iasql.com/docs](https://iasql.com/docs)
## 🔨 Use cases
- [Quickly setup ECR+ECS+ELB using our ejectable abstraction for those services](https://iasql.com/blog/ecs-simplified)
- [Save on AWS by deleting untagged ECR images](https://iasql.com/blog/ecr-save)
- [Deploy a static website](https://iasql.com/blog/deploy-static-website)
- [Save $ on public S3 buckets using VPC endpoints via SQL](https://iasql.com/blog/save-s3-vpc)
- [Securely connect to an Amazon RDS via PrivateLink](https://iasql.com/blog/rds-privatelink)## ☁️ Cloud Providers
AWS is our main focus at the moment, but we plan to support GCP, Azure, and other cloud providers soon. Let us know if you need a specific AWS service and we might be able to prioritize it!
### AWS coverage
An IaSQL module roughly maps to an AWS service. Check out our supported modules in this [part](https://iasql.com/docs/modules/) of our docs.
AWS services that are going to be added next can be found [here](https://github.com/alantech/iasql/issues?q=is%3Aissue+is%3Aopen+label%3A%22cloud+coverage%22). Let us know if you would like to see one that is not listed!
## 🚀 Contribute
To contribute, visit [Contributing.md](https://github.com/alantech/iasql/blob/main/CONTRIBUTING.md)