kriston-burnstein / iasql

Infrastructure as data in PostgreSQL

Home Page:https://iasql.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 

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 make sure docker is installed and run:

docker run -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 to:

  • Get help with errors you encounter using IaSQL
  • Ask about general problems with databases or infrastructure
  • Discuss database and infrastructure best practices
  • Share what you built

📄 Documentation

For full documentation, visit iasql.com/docs

🚀 Contribute

To contribute, visit Contributing.md

☁️ 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!

About

Infrastructure as data in PostgreSQL

https://iasql.com

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 94.2%Language:JavaScript 2.1%Language:PLpgSQL 2.0%Language:Shell 1.1%Language:CSS 0.5%Language:Dockerfile 0.2%