Skip to content

Commit 3c1151b

Browse files
committed
update readme
1 parent aeabc34 commit 3c1151b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
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:
1915
pip 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

2427
Install [pre-commit](https://pre-commit.com/#install).

0 commit comments

Comments
 (0)