How I install RocksDB

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • RocksDB

    A library that provides an embeddable, persistent key-value store for fast storage.

  • #!/bin/bash wget https://github.com/facebook/rocksdb/archive/refs/tags/v6.15.5.tar.gz -O - \ | gzip -d \ | tar -xf - \ && pushd rocksdb-6.15.5 \ && cmake -DWITH_SNAPPY=YES -DCMAKE_INSTALL_PREFIX=$MTDIR . \ && DEBUG_LEVEL=0 PREFIX=$MTDIR make -j $(nproc) \ && DEBUG_LEVEL=0 PREFIX=$MTDIR make install \ && popd

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts