File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 11# STAC FastAPI Elasticsearch
22
33## Elasticsearch backend for stac-fastapi
4- -----
5-
4+
65### Join our [ Gitter] ( https://gitter.im/stac-fastapi-elasticsearch/community ) page
76
87### Check out the public Postman documentation [ Postman] ( https://documenter.getpostman.com/view/12888943/2s8ZDSdRHA )
98
109### For changes, see the [ Changelog] ( CHANGELOG.md )
11- -----
10+
1211
1312## Development Environment Setup
1413
@@ -27,14 +26,14 @@ Prior to commit, run:
2726``` shell
2827pre-commit run --all-files
2928```
30- -----
29+
3130
3231## Building
3332
3433``` shell
3534docker-compose build
3635```
37- -----
36+
3837## Running API on localhost:8080
3938
4039``` shell
@@ -61,24 +60,24 @@ curl -X "POST" "http://localhost:8080/collections" \
6160
6261Note: this "Collections Transaction" behavior is not part of the STAC API, but may be soon.
6362
64- ------
63+
6564## Testing
6665
6766``` shell
6867make test
6968```
70- -----
69+
7170## Ingest sample data
7271
7372``` shell
7473make ingest
7574```
76- -----
75+
7776## Elasticsearch Mappings
7877
7978Mappings apply to search index, not source.
8079
81- -----
80+
8281## Managing Elasticsearch Indices
8382
8483This section covers how to create a snapshot repository and then create and restore snapshots with this.
You can’t perform that action at this time.
0 commit comments