Giter Club home page Giter Club logo

doris's Introduction

Doris

A large scale distributed cloud-style KV storage system from Alibaba.

  • Release date: 2013/5/21
  • Doris is one of Alibaba technology products

Doris's Features

  • Multi-tenant
  • Scalable like HBase. Support large scale data storage and visit with scalable server deployment.
  • High available than HBase. Neither lost data nor reject app's access when any server is crashed.
  • High performance. Less 4 ms for commonly data access.
  • Auto failover and data recover. Doris provides auto failover and data recover when server is crashed. Easy add servers to Doris cluster with web interface.
  • Optimized consistence hash algorithm. More balance on distributed data than traditional consistence hash algorithm.

Doris architecture

High Performance

Doris provides high performance KV access with low latency and high throughput. Less 4 ms for commonly data access.

Scalability

Doris is designed to support large scale cluster up to 2000+ node.

Multi-tenant kv storage cloud

  Doris provides an uniform storage cloud for multiple tenants. It uses namespace to provide excluisve space for every cloud user.

Extensibility

  Doris provides a set of uniform KV API and extensible architecture. You can implement specific adapter to construct a cluster for specific KV database.

Doris has provieded adapters for the most common KV databases by default , such as

  • KV cache, such as Redis, Memcached etc.
  • KV storage, such as Berkley DB, Mysql KV, KyotoCabinet etc.

CAP of Doris

1 High Availability

2 Consistency

3 Failover and fault tolerant

doris's People

Contributors

raymondhekk avatar itisaid avatar argan avatar li-zhihui 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.