We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f90a34 commit 491496bCopy full SHA for 491496b
Makefile
@@ -104,7 +104,3 @@ install-es: pybase-install
104
.PHONY: install-os
105
install-os: pybase-install
106
pip install -e ./stac_fastapi/opensearch[dev,server]
107
-
108
-.PHONY: ingest
109
-ingest:
110
- python3 data_loader/data_loader.py
README.md
@@ -117,12 +117,6 @@ Test against Elasticsearch only
117
make test-elasticsearch
118
```
119
120
-## Ingest sample data
121
122
-```shell
123
-make ingest
124
-```
125
126
## Elasticsearch Mappings
127
128
Mappings apply to search index, not source. The mappings are stored in index templates on application startup.
0 commit comments