Coder Social home page Coder Social logo

leveldb_engine's Introduction

LevelDB Engine for Memcached

Delicious k/v db, WiP

What's inside

  • Memcached backend
  • Writes on LevelDB
  • Serialize with msgpack
  • Replicates with ZMQ

How to use and test

- fetch memcached source code, engine-pu branch: https://github.com/memcached/memcached/tree/engine-pu
- $ git clone -b engine-pu git://github.com/memcached/memcached.git memcached-engine-pu
- $ cd memcached-engine-pu
- $ ./config/autorun.sh
- $ ./configure --prefix=/opt/memcached
- $ make all install

- If you don't have it, install memcapable (on MacOSX tou have to brew install libmemcached)

- Test it: $ /opt/memcached/bin/memcached -E /opt//memcached/lib/memcached/default_engine.so

- in a different term:   $ memcapable 
(All tests should pass. your memcached is ok and can switch backends)

- $ cd leveldb_engine
- Edit Makefile if you change memcached's include location

- $ make clean all
- $ /opt/memcached/bin/memcached -E leveldb_engine

- in a different term execute $ memcapable

leveldb_engine's People

Contributors

gleicon avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.