Git Product home page Git Product logo

ep-engine's Introduction

The Couchbase engine

This is the Couchbase engine, previously known as the membase engine. Initially, somewhat jokingly, it was called the "eventually persistent" engine. The name stuck, we think mostly because it's easy to say.

Building

You will need a storage-engine capable memcached and its included headers.

The easiest way to do this if you don't want to install memcached from source would be to just create a source tree and reference it.

Building Memcached

For example, assume you keep all of your projects in ~/prog/, you can do this:

cd ~/prog
git clone -b engine git://github.com/membase/memcached.git
cd memcached
git checkout engine
./config/autorun.sh
./configure
make

Building the Eventually Persistent Engine

cd ~/prog
git clone [email protected]:membase/ep-engine.git
cd ep-engine
./config/autorun.sh
./configure --with-memcached=$HOME/prog/memcached
make

Running

An example invocation using the ep engine from your dev tree and keeping the database in /tmp/ep.db looks like this:

~/prog/memcached/memcached -v -E ~/prog/ep-engine/.libs/ep.so \
    -e dbname=/tmp/ep.db

Versioning

While historically ep-engine had used tags and branches to describe it's versions, it no longer does so. The versions of ep-engine are now defined by the Couchbase repo manifest which may be found at https://github.com/couchbase/manifest

You will no longer find a tag for various releases of Couchbase.

ep-engine's People

Contributors

aartamonau avatar abhinavdangeti avatar apage43 avatar avsej avatar bcui6611 avatar chadkouse avatar chiyoung avatar dustin avatar farshidce avatar fdmanana avatar hisundar avatar ingenthr avatar jayesh avatar jinlim avatar kbatten avatar krugster avatar mtaneja avatar saigon avatar snej avatar steveyen avatar t3rm1n4l avatar trondn avatar vys avatar xiaoqin2012 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.