Welcome to openaq-engine’s documentation!¶
The documentation is build up in the following parts: first, there is the quickstart tutorial which aims at getting you started with openaq-engine as quickly as possible. This is the right place for you if you just want get a feel for the library or if you never used openaq-engine before.
In case this does not suffice, we also have an API reference, the Module Index.
If you want to develop for openaq-engine and contribute, check out our guidelines in: Contributing
Our license is in: BSD 3-Clause License
Our code of conduct is in: Code of Conduct
Our community statement is in: Community Statement
Quick answer:
$ git clone git@github.com:AQ-AI/openaq-engine.git
$ poetry install
Remember to define your psql environment variables and export them using:
$ source .env
Long answer: We keep more detailed installation instructions (including dependencies) up-to-date below
If at any point the documentation does not suffice, you can always get help by mailing at info@aqai.xyz
Contents:
- BSD 3-Clause License
- Contributing
- Code of Conduct
- Community Statement
- AWS Prerequisites
- Connecting to EC2
- Terraform Setup for AWS EC2 Instance
- Local Postgres setup
- Docker setup
- Environment Variables
- Local Environment Setup
- How To Install Grafana
- AQAI Pipeline
- AQAI Database Schema
- Mlflow Experiment Implementation
- Building and Deploying Sphinx Documentation from Scratch
we also have an API reference, the Module Index.