mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
Add insert filter
This commit is contained in:
parent
93cfa42984
commit
5c6963c8ff
9 changed files with 248 additions and 264 deletions
|
@ -8,13 +8,14 @@ license = "MIT OR Apache-2.0"
|
|||
anyhow = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
surrealdb = "1.5"
|
||||
surrealdb = { version = "1.5", features = ["protocol-ws", "kv-mem"] }
|
||||
tokio = { version = "1.39", features = ["time"] }
|
||||
futures = "0.3"
|
||||
wikidata = "1.1"
|
||||
bzip2 = { version = "0.4", features = ["tokio"] }
|
||||
lazy_static = "1.5"
|
||||
indicatif = "0.17"
|
||||
rand = "0.8"
|
||||
|
||||
[dev-dependencies]
|
||||
surrealdb = { version = "1.5", features = ["kv-mem"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue