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
- Our Api core library can be used to create custom backends. See [stac-fastapi-mongo](https://github.com/Healy-Hyperspatial/stac-fastapi-mongo) for a working example.
23
24
- Reach out on our [Gitter](https://app.gitter.im/#/room/#stac-fastapi-elasticsearch_community:gitter.im) channel or feel free to add to our [Discussions](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/discussions) page here on github.
24
25
- There is [Postman](https://documenter.getpostman.com/view/12888943/2s8ZDSdRHA) documentation here for examples on how to run some of the API routes locally - after starting the elasticsearch backend via the docker-compose.yml file.
25
-
- The `/examples` folder shows an example of running stac-fastapi-elasticsearch from PyPI in docker without needing any code from the repository. There is also a Postman collection here that you can load into Postman for testing the API routes.
26
+
- The `/examples` folder shows an example of running stac-fastapi-elasticsearch from PyPI in docker without needing any code from the repository. There is also a Postman collection here that you can load into Postman for testing the API routes.
27
+
28
+
- For changes, see the [Changelog](CHANGELOG.md)
29
+
- We are always welcoming contributions. For the development notes: [Contributing](CONTRIBUTING.md)
30
+
26
31
27
32
### To install from PyPI:
28
33
@@ -33,10 +38,6 @@ or
33
38
```
34
39
pip install stac_fastapi.opensearch
35
40
```
36
-
37
-
#### For changes, see the [Changelog](CHANGELOG.md)
38
-
39
-
#### Development notes: [Contributing](CONTRIBUTING.md)
0 commit comments