Giter Site home page Giter Site logo

clach04 / raleighsl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matteobertozzi/raleighsl

0.0 0.0 0.0 1.6 MB

Abstract Storage Layer (with partial pure python PostgreSQL server wire protocol implementation)

Home Page: http://th30z.blogspot.com

License: Apache License 2.0

JavaScript 1.26% C++ 0.96% Python 19.78% C 75.88% Objective-C 1.95% CSS 0.18%

raleighsl's Introduction

 RaleighSL - Abstract Storage Layer
=========================================

How To Compile & Run
~~~~~~~~~~~~~~~~~~~~~~

To run the build process just type python build.py
     python build.py

To run the server:
     export LD_LIBRARY_PATH=./build/zcl/libs:./build/raleighsl/libs/
     ./build/raleigh-server/raleigh-server

Source Code
~~~~~~~~~~~~~
 - src/zcl                contains the abstraction classes and some tool
                          that is used by every piece of code.
 - src/raleighsl-core     contains the file-system core module.
 - src-raleighsl-plugins  contains all the file-system's pluggable objects
                          and semantics layers.
 - src/raleigh-server     currently contains the entry point to run a
                          memcache compatible (memccapable text protocol),
                          and a redis get/set interface server.
                          The in-memory storage is relegated in engine.{h,c}
                          and is currently based on a Chained HashTable or
                          a Skip List or a Binary Tree.


Source Code References
~~~~~~~~~~~~~~~~~~~~~~~~

In src/zcl/hash/hash.c you can find some general purpose hash function that you
can find here: http://www.partow.net/programming/hashfunctions/

In src/zcl/hash/murmur*.c you can find the murmur* hash function that you can
find on the author website: http://code.google.com/p/smhasher/

In src/zcl/hash/lookup3.c you can find the lookup3 hash function that you can
find on the author website: http://burtleburtle.net/bob/c/lookup3.c

In src/zcl/encode/base64.c you can find the base64 encoder/decoder that you can
find on the author website: http://base64.sourceforge.net/b64.c

raleighsl's People

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.