Coder Social home page Coder Social logo

kitdb's Introduction

KitDB

License Maven Central

更多内容参见:http://kitdb.top/

Overview

KitDB是一个内嵌式持久型的 高速NoSQL存储 lib,以jar 包方式嵌入到应用中。
KitDB 提供了类似Redis 的数据结构。如KV、List、Map、ZSET等。也提供了TTL(生存时间)、备份、ACID事物,多节点强一致性等功能。
KitDB完全基于磁盘存储,并提供最高百万级别的查询性能和十万的写入性能。

GIT IT

 <dependency>
        <groupId>top.thinkin.kitdb</groupId>
        <artifactId>store</artifactId>
        <version>VERSION</version>
  </dependency>

VERSION是Maven Central的最新版本号。您还可以在此图像上找到当前版本: Maven Central

Features

  • 完全基于磁盘,不受内存限制
  • KV、List、Map、Zet、ZSET等丰富的数据结构
  • 最高百万级别的查询性能和十万级的写入性能
  • 原子性写入,读写无冲突
  • TTL(生存时间)
  • 备份与恢复
  • ACID事物
  • 多节点一致性支持(官方插件使用Raft协议支持强一致性,也可自行使用其他协议或方式)

KitDB和Redis的性能对比

注意:KitDB的测试为本地操作,和Redis对比无意义,只为说明KitDB的性能级别

Requirements

编译要求:JDK 8+和Maven 3.2.5+

Documents

http://kitdb.top/

Explain

store模块为KitDB本体,raft模块为官方Raft协议插件

kitdb's People

Contributors

frost373 avatar

Watchers

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