Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 2.93 KB

README.md

File metadata and controls

68 lines (44 loc) · 2.93 KB

 

Integration Tests Dashboard Tests Docs Discord Twitter


Cloud infrastructure as data in PostgreSQL

IaSQL is open-source software that treats infrastructure as data by maintaining a 2-way connection between a cloud account and a PostgreSQL database.

⚡️ Try out IaSQL

To connect your AWS account to a PostgreSQL database running locally generate AWS credentials, make sure docker is installed, and run:

docker run --pull=always -p 9876:9876 -p 5432:5432 --name iasql iasql/iasql

Alternatively, use a hosted version of IaSQL at app.iasql.com

💬 Community, Support, and Questions

Reach out on Discord

🔨 Use cases

📄 Documentation

To get started with IaSQL our documentation. Visit iasql.com/docs

☁️ 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 of our docs.

AWS services that are going to be added next can be found here. Let us know if you would like to see one that is not listed!

🚀 Contribute

To contribute, visit Contributing.md