SQLAlchemy backend for stac-fastapi, the FastAPI implementation of the STAC API spec The SQLAlchemy backend requires PostGIS>=3.
stac-fastapi-sqlalchemy is an HTTP interface built in FastAPI.
See CONTRIBUTING for detailed contribution instructions.
To install:
git clone https://github.com/stac-utils/stac-fastapi-sqlalchemy
cd stac-fastapi-sqlalchemy
pip install -e ".[dev,server,docs]"
To test:
make test
Use Github Pull Requests to provide new features or to request review of draft code, and use Issues to report bugs or request new features.
To build the docs:
make docs
Then, serve the docs via a local HTTP server:
mkdocs serve
In April of 2023, it was removed from the core stac-fastapi repository and moved to its current location (http://github.com/stac-util/stac-fastapi-sqlalchemy).