File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1- # STAC FastAPI Elasticsearch (sfes )
1+ # stac-fastapi-elasticsearch-opensearch (sfeos )
22
3- ## Elasticsearch backend for stac-fastapi
3+ ## Elasticsearch and Opensearch backends for the stac-fastapi project
44
5- #### Join our [ Gitter] ( https://gitter.im/stac-fastapi-elasticsearch/community ) page
65
7- #### Check out the public Postman documentation [ Postman] ( https://documenter.getpostman.com/view/12888943/2s8ZDSdRHA )
8-
9- #### Check out the examples folder for deployment options, ex. running sfes from pip in docker
106
117#### For changes, see the [ Changelog] ( CHANGELOG.md )
128
@@ -19,6 +15,13 @@ To install the classes in your local Python env, run:
1915pip install -e ' stac_fastapi/elasticsearch[dev]'
2016```
2117
18+ or
19+
20+ ``` shell
21+ pip install -e ' stac_fastapi/opensearch[dev]'
22+ ```
23+
24+
2225### Pre-commit
2326
2427Install [ pre-commit] ( https://pre-commit.com/#install ) .
You can’t perform that action at this time.
0 commit comments