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 1
1
# STAC FastAPI Elasticsearch
2
2
3
3
## Elasticsearch backend for stac-fastapi
4
- -----
5
-
4
+
6
5
### Join our [ Gitter] ( https://gitter.im/stac-fastapi-elasticsearch/community ) page
7
6
8
7
### Check out the public Postman documentation [ Postman] ( https://documenter.getpostman.com/view/12888943/2s8ZDSdRHA )
9
8
10
9
### For changes, see the [ Changelog] ( CHANGELOG.md )
11
- -----
10
+
12
11
13
12
## Development Environment Setup
14
13
@@ -27,14 +26,14 @@ Prior to commit, run:
27
26
``` shell
28
27
pre-commit run --all-files
29
28
```
30
- -----
29
+
31
30
32
31
## Building
33
32
34
33
``` shell
35
34
docker-compose build
36
35
```
37
- -----
36
+
38
37
## Running API on localhost:8080
39
38
40
39
``` shell
@@ -61,24 +60,24 @@ curl -X "POST" "http://localhost:8080/collections" \
61
60
62
61
Note: this "Collections Transaction" behavior is not part of the STAC API, but may be soon.
63
62
64
- ------
63
+
65
64
## Testing
66
65
67
66
``` shell
68
67
make test
69
68
```
70
- -----
69
+
71
70
## Ingest sample data
72
71
73
72
``` shell
74
73
make ingest
75
74
```
76
- -----
75
+
77
76
## Elasticsearch Mappings
78
77
79
78
Mappings apply to search index, not source.
80
79
81
- -----
80
+
82
81
## Managing Elasticsearch Indices
83
82
84
83
This 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