first things first - install leveldb cli
https://github.com/heapwolf/ldb
$ src/main/shell/setup.sh
$ ldb_init
$ ldb_create
$ lbd_add_data
get a cup of coffee, this takes a while ;)
$ brew install jq snappy cmake
$ git clone https://github.com/heapwolf/ldb.git
$ make install -C ldb
$ ldb ./gotdb --create
https://raw.githubusercontent.com/joakimskoog/AnApiOfIceAndFire/master/data/houses.json
https://raw.githubusercontent.com/joakimskoog/AnApiOfIceAndFire/master/data/characters.json
https://raw.githubusercontent.com/joakimskoog/AnApiOfIceAndFire/master/data/books.json
book_1 -> {...book json...}
character_1 -> {...character json...}
house_1 -> {...family house json...}
book_name_arleth -> ["book_20"]
key is table_field_<indexed value> -> arrays of ids