mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
fix: file path, swap from ws to http
This commit is contained in:
parent
acef3f8f3b
commit
53e3ffe0dd
12 changed files with 29 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue