fix: file path, swap from ws to http

This commit is contained in:
Elijah McMorris 2024-08-29 17:59:46 -07:00
parent acef3f8f3b
commit 53e3ffe0dd
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
12 changed files with 29 additions and 15 deletions

View file

@ -27,7 +27,9 @@ Create data folder next to docker-compose.yml and .env, place data inside, and s
├── data
│ ├── Entity.json
│ ├── latest-all.json.bz2
│ └── surrealdb
│ ├── filter.surql
│ ├── surrealdb
│ └── temp
├── Makefile
├── docker-compose.yml
└── .env
@ -54,7 +56,7 @@ WIKIDATA_DB_PORT=surrealdb:8000
# true=overwrite existing data, false=skip if already exists
OVERWRITE_DB=false
CREATE_VERSION=Bulk
#FILTER_PATH=../filter.surql
#FILTER_PATH=data/filter.surql
```
Env string CREATE_VERSION must be in the enum CREATE_VERSION