Giter Site home page Giter Site 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协议插件

操作系统兼容问题

对常用进行开发和运行环境的操作系统进行测试,操作系统使用官方镜像重新安装,排除干扰。开发环境IDE使用IntelliJ IDEA Community。

操作系统 系统位数 环境 Java虚拟机 Java虚拟机版本 结果
Windows 10 64 开发 OpenJDK 64-Bit Server VM 13.0.2+8 通过
Windows 7 64 开发 OpenJDK 64-Bit Server VM 11.0.5+10-b520.388 通过
Windows Server 2008 R2 64 运行 OpenJDK 64-Bit Server VM 13.0.2+8 通过
Ubuntu 18.04 64 运行 OpenJDK 64-Bit Server VM 11.0.6+10-post-Ubuntu-1ubuntu118.04.1 通过
Ubuntu 16.04 64 运行 OpenJDK 64-Bit Server VM 9-internal+0-2016-04-14-195246.buildd.src 通过
CentOS 8.0 64 运行 OpenJDK 64-Bit Server VM 11.0.5+10-LTS 通过

有少量朋友反应在开发环境无法使用KitDB,这可能是由于所用Windows缺少某些运行包引起的。可以尝试安装如下环境 去微软官网下载13.9 MB

kitdb's People

Contributors

frost373 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.