You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SQLAlchemy](https://www.sqlalchemy.org/) backend for [stac-fastapi](https://github.com/stac-utils/stac-fastapi), the [FastAPI](https://fastapi.tiangolo.com/) implementation of the [STAC API spec](https://github.com/radiantearth/stac-api-spec)
3
9
The SQLAlchemy backend requires **PostGIS>=3**.
10
+
11
+
## Overview
12
+
13
+
**stac-fastapi-sqlalchemy** is an HTTP interface built in FastAPI.
14
+
15
+
## Contributing
16
+
17
+
See [CONTRIBUTING](https://github.com/stac-utils/stac-fastapi-sqlalchemy/blob/main/CONTRIBUTING.md) for detailed contribution instructions.
Use Github [Pull Requests](https://github.com/stac-utils/stac-fastapi-sqlalchemy/pulls) to provide new features or to request review of draft code, and use [Issues](https://github.com/stac-utils/stac-fastapi-sqlalchemy/issues) to report bugs or request new features.
34
+
35
+
### Documentation
36
+
37
+
To build the docs:
38
+
39
+
```shell
40
+
make docs
41
+
```
42
+
43
+
Then, serve the docs via a local HTTP server:
44
+
45
+
```shell
46
+
mkdocs serve
47
+
```
48
+
49
+
## History
50
+
51
+
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>).
0 commit comments