We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You'll need Boost. On OS X, install homebrew, then run
brew install boost
ElephantDB uses a special branch of thrift 0.7.0. To install this on your system, run:
git clone https://github.com/nathanmarz/thrift.git cd thrift && git checkout storm ./bootstrap.sh ./configure --with-boost=/usr/local --without-haskell make sudo make install