Aurora Backend for TiPG.
Documentation:
Source Code: https://github.com/developmentseed/tipg-aurora
git clone https://github.com/developmentseed/tipg-aurora.git
cd tipg-aurora
python -m pip install -e .
To be able to work, the application will need access to the database. tipg-aurora
uses Starlette's configuration pattern, which makes use of environment variables or a .env
file to pass variables to the application.
An example of a .env
file can be found in .env.example
# you need to define the DATABASE_URL directly
DATABASE_URL=postgresql://username:[email protected]:5432/postgis
$ pip install uvicorn
# Set your PostGIS database instance URL in the environment
$ export DATABASE_URL=postgresql://username:[email protected]:5432/postgis
$ uvicorn tipg-aurora.main:app
See CONTRIBUTING.md
See LICENSE
Created by Development Seed
See CHANGES.md.