Awesome
stac-fastapi-sqlalchemy
SQLAlchemy backend for stac-fastapi, the FastAPI implementation of the STAC API spec The SQLAlchemy backend requires PostGIS>=3.
Overview
stac-fastapi-sqlalchemy is an HTTP interface built in FastAPI.
Contributing
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.
Documentation
To build the docs:
make docs
Then, serve the docs via a local HTTP server:
mkdocs serve
History
In April of 2023, it was removed from the core stac-fastapi repository and moved to its current location (http://github.com/stac-utils/stac-fastapi-sqlalchemy).