Skip to content

Commit 491496b

Browse files
committed
remove make ingest
1 parent 9f90a34 commit 491496b

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,3 @@ install-es: pybase-install
104104
.PHONY: install-os
105105
install-os: pybase-install
106106
pip install -e ./stac_fastapi/opensearch[dev,server]
107-
108-
.PHONY: ingest
109-
ingest:
110-
python3 data_loader/data_loader.py

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,6 @@ Test against Elasticsearch only
117117
make test-elasticsearch
118118
```
119119

120-
## Ingest sample data
121-
122-
```shell
123-
make ingest
124-
```
125-
126120
## Elasticsearch Mappings
127121

128122
Mappings apply to search index, not source. The mappings are stored in index templates on application startup.

0 commit comments

Comments
 (0)