Giter Club home page Giter Club logo

lealone's Introduction

Lealone名字的由来?

Lealone 发音 ['li:ləʊn] 这是我新造的英文单词,灵感来自于在淘宝工作期间办公桌上那些叫绿萝的室内植物,一直想做个项目以它命名。 绿萝的拼音是lv luo,与Lealone英文发音有点相同, Lealone是lea + lone的组合(lea 草地/草原, lone 孤独的),也算是现在的心境:思路辽阔但又孤独。 反过来念更有意思。

Lealone是什么?

  • 是一个可用于HBase的分布式SQL引擎

  • 支持高性能的分布式事务,使用一个非常新颖的 基于局部时间戳的多版本冲突与有效性检测的事务模型

  • 是对H2关系数据库的改进和扩展

  • 是一个100%纯Java的、将BigTable和RDBMS融合的数据库

有哪些应用场景?

  • 使用Lealone的分布式SQL引擎,可使用类似MySQL的SQL语法和标准JDBC API读写HBase中的数据, 支持分布式事务、索引、各种DDL,支持触发器、自定义函数、视图、Join、子查询、Order By、Group By、聚合。

  • 对于Client/Server架构的传统单机RDBMS的场景,也可使用Lealone。

  • 如果应用想不经过网络直接读写数据库,可使用嵌入式Lealone。

运行需要

  • HBase 0.94.2 或更高 (0.96未测试)
  • JDK 6 或更高 (JDK 7未测试)

构建需要

  • HBase 0.94.2 或更高 (0.96未测试)
  • JDK 6 或更高 (JDK 7未测试)
  • Maven 2或更高

安装配置

快速入门

开发测试环境搭建

使用文档

开发文档

Roadmap

  • Join、子查询、索引性能优化

Package

mvn clean package assembly:assembly -Dmaven.test.skip=true

License

下面4个子工程中的代码使用H2数据库的License

  • lealone-client
  • lealone-mvstore
  • lealone-regular
  • lealone-sql

除此之外的代码使用Apache License Version 2.0

lealone's People

Contributors

codefollower avatar

Watchers

 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.