feat: Introduce an Index system based on RocksDB

This commit is contained in:
Clément Renault
2018-11-15 17:55:20 +01:00
parent cc52d5dda5
commit b3249d515d
14 changed files with 569 additions and 97 deletions

View File

@ -6,10 +6,11 @@ authors = ["Kerollmops <renault.cle@gmail.com>"]
[dependencies]
byteorder = "1.2"
fnv = "1.0"
fs2 = "0.4"
lazy_static = "1.1"
sdset = "0.2"
fs2 = "0.4"
fnv = "1.0"
unidecode = "0.3"
[dependencies.fst]
git = "https://github.com/Kerollmops/fst.git"
@ -27,12 +28,11 @@ git = "https://github.com/pingcap/rust-rocksdb.git"
git = "https://github.com/Kerollmops/group-by.git"
[dev-dependencies]
csv = "1.0"
elapsed = "0.1"
moby-name-gen = "0.1"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
structopt = "0.2"
unidecode = "0.3"
elapsed = "0.1"
serde = "1.0"
warp = "0.1"
csv = "1.0"