Code Monkey home page Code Monkey logo

li-xiao-shuang / serviceplus Goto Github PK

View Code? Open in Web Editor NEW
22.0 5.0 2.0 851 KB

Service Plus 致力于打造一个分布式、强一致性 服务+ 的一站式解决方案。用作于分布式 K/V 存储系统、服务注册与发现、服务配置中心、分布式锁等。

Home Page: https://li-xiao-shuang.github.io/serviceplus/

License: Apache License 2.0

Java 84.98% JavaScript 12.45% CSS 2.58%
config distributed locks microservice service-discovery kv raft rocksdb

serviceplus's Introduction

service plus logo Service Plus

Service Plus 致力于打造一个分布式、强一致性 服务+ 的一站式解决方案。用作于分布式 K/V 存储系统、服务注册与发现、服务配置中心、分布式锁等。 目前处于个人研发阶段,现阶段适用于探索、研究。感兴趣的朋友可以与我交流一起共建。如果你想关注这个项目的进展,欢迎 star、fork、watch 三连!!!

快速上手

  • 启动 Storage

    在 storage 模块找到 StorageStartUp 启动类并启动。

  • 启动 Broker

    在 broker 模块找到 BrokerApplication 启动类并启动。

  • 发布 KV

curl --location --request POST 'http://localhost:8080/serviceplus/kv/v1/put' \
--form 'key="user_name"' \
--form 'value="张三"'
  • 获取 KV
curl --location --request GET 'http://localhost:8080/serviceplus/kv/v1/get?key=user_name'

serviceplus's People

Contributors

li-xiao-shuang avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

serviceplus'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.