Giter Site home page Giter Site logo

liuluheng / levmu Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 2.0 5.87 MB

Based on redis protocol, storing data in leveldb, using muduo for communication

License: MIT License

Shell 0.28% C 52.85% Python 14.98% C++ 29.40% CMake 1.18% Makefile 1.30%
muduo leveldb redis-protocol communication

levmu's Introduction

levmu

This repository was created for learning leveldb and muduo.

It has implemented several redis protocol, like SET, GET, INCR, to store data in leveldb, using muduo for communication.It could implemented more, but the main purpose is not for real use.

The implementation has referred to redis-leveldb...

Acquire && Compile && run

git clone [email protected]:liuluheng/levmu.git
cd levmu
git submodule init
git submodule update
cd vendor/muduo
./build.sh
cd ../leveldb
make -j2
cd ../../
./build.sh
./levmu

Progress

  • Compiles ✅
  • Builds ✅
  • Run ✅

levmu's People

Contributors

liuluheng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

levmu's Issues

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.