git lfs pull
python CA5.py
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
- Reasons for msgpack
- Smaller data size
- Easy encoding and decoding in libIMDB when using
msgpack-c
You can either build the msgpack files from scratch using python or there are pre-built versions in git-lfs.
git lfs pull
python clean_data.py
git lfs pull
Make sure you have both uthash and msgpack-c installed on your system and available in $LD_LIBRARY_PATH.
sudo zypper in -y uthash-devel msgpack-c-devel
As a note, this make file assumes the naming of the msgpack library for linking is
msgpack-c
cd libIMDB
make