Git Product home page Git Product logo

enixdark / nbase-arc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from naver/nbase-arc

0.0 1.0 0.0 12.7 MB

nbase-arc is an open source distributed memory store based on Redis

License: Apache License 2.0

Makefile 1.38% Shell 2.02% Batchfile 0.01% Java 22.62% C 47.12% Perl 1.27% XSLT 0.01% C++ 2.73% HTML 3.03% CSS 0.01% Lua 0.09% Tcl 3.43% Ruby 0.52% Smarty 0.01% Python 8.26% M4 0.52% Objective-C 0.18% Roff 6.81%

nbase-arc's Introduction

Introduction

nbase-arc (n-base-ARC) is an open source distributed memory store based on Redis. It provides a zone of clusters where each cluster is composed of synchronously replicated Redis server groups that can scale-in/out without service interruption. Overview

Features

  • Multi-cluster zone
    • You can make multiple clusters within a single zone. Each cluster is distinguished by its name.
    • Configuration master manages all cluster information safely. Configuration master also does failure detection and automatic fail-over of the cluster components
  • A Cluster is a single big Redis server
    • Clients access Redis servers indirectly via gateways. A cluster acts like a single big Redis server instance with multiple access points.
    • Gateway is a Redis proxy that accepts Redis requests from client.
  • High availability and consistency
    • Unlike Redis replication which is asynchronous and can lose changes when a master crashes, nbase-arc implements synchronous replication layer that supports both high availability and consistency. Changes replied to clients are durable even when the master side of the replication is crashed.
  • Service without interruption
    • All cluster management operations can be performed without service interruption. You can even upgrade gateways (client access directly) transparently if you use nbase-arc C/Java client libraries.

Quick start

Documents

Discussions

Related Projects

License

Copyright 2015 Naver Corp.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

nbase-arc's People

Contributors

beanmilk avatar bohyunjung avatar cl9200 avatar dependabot[bot] avatar hyunjongl avatar jaehong-kim avatar jlleitschuh avatar khcheon avatar kimmj avatar koojanghoi avatar kswoo3740 avatar lichking-lee avatar lynix94 avatar sanitysoon avatar voyageth avatar weirdjh 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.