Coder Social home page Coder Social logo

zeroskip's Introduction

Zeroskip

Build Status

Zeroskip is an append only key-value database format. This repository provides the library to create and use Zeroskip databases.

Build and Install

On Unix-like systems (including Linux and Mac OS X), use the autotools build system. To configure, build and install, run the following commands in the top-level directory:

    $ ./configure
    $ make
    $ make check
    $ make install

If you've downloaded the source directly from the git source repository, create the configure script by running autoreconf first:

    $ autoreconf --install

To uninstall libzeroskip, run:

    $ make uninstall

Running tests

Running unit tests is as simple as running make check after building Zeroskip. There are tutorials on libcheck available here.

To run specific test cases, use the CK_RUN_CASE environment variable. For instance, if we want to run the foreach test cases, we would run:

    $ CK_RUN_CASE="foreach" ./tests/unit

Dependencies

Zeroskip needs libz(zlib) for crc32 functions and libuuid for uuid_* functions. The build system uses pkg-config to determine the libs and include paths. So please ensure that the the PKG_CONFIG_PATH contains the right path.

On Solaris(Triton) it is: PKG_CONFIG_PATH=/opt/local/lib/pkgconfig.

On MacOS, please install the package ossp-uuid for libuuid.

For unit tests, libcheck is used. Please find instructions about installing libcheck on your platform here.

Licence

Zeroskip is free software, released under the MIT licence as specified in the LICENSE file.

zeroskip's People

Contributors

ajaysusarla avatar robn avatar

Watchers

James Cloos 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.