I'm trying to start using RocksDB but i don't understand what i have to run once i have executed the compiling.
I have run the following
1 Dependencies:
sudo apt-get install libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev libzstd-dev
2 Installation:
git clone https://github.com/facebook/rocksdb.git
cd rocksdb/
make static_lib
I have executed the recommended
How to install RocksDB into ubuntu?
and here:
And now? how can i start it? how can i use it?
i read carefully the git page but I'm in front a folders full of file, and i don't know what to run...