com.github.smallmiro:nbasearc-spring-boot-autoconfigure

nbase-arc spring-boot

License

License

Categories

Categories

Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

com.github.smallmiro
ArtifactId

ArtifactId

nbasearc-spring-boot-autoconfigure
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

nbase-arc spring-boot

Download nbasearc-spring-boot-autoconfigure

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.smallmiro/nbasearc-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>com.github.smallmiro</groupId>
    <artifactId>nbasearc-spring-boot-autoconfigure</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smallmiro/nbasearc-spring-boot-autoconfigure/
implementation 'com.github.smallmiro:nbasearc-spring-boot-autoconfigure:1.0.2'
// https://jarcasting.com/artifacts/com.github.smallmiro/nbasearc-spring-boot-autoconfigure/
implementation ("com.github.smallmiro:nbasearc-spring-boot-autoconfigure:1.0.2")
'com.github.smallmiro:nbasearc-spring-boot-autoconfigure:jar:1.0.2'
<dependency org="com.github.smallmiro" name="nbasearc-spring-boot-autoconfigure" rev="1.0.2">
  <artifact name="nbasearc-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smallmiro', module='nbasearc-spring-boot-autoconfigure', version='1.0.2')
)
libraryDependencies += "com.github.smallmiro" % "nbasearc-spring-boot-autoconfigure" % "1.0.2"
[com.github.smallmiro/nbasearc-spring-boot-autoconfigure "1.0.2"]

Dependencies

compile (5)

Group / Artifact Type Version
com.navercorp : nbase-arc-java-client jar 1.4.6
org.springframework.boot : spring-boot jar
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework.data : spring-data-redis jar
org.springframework.boot : spring-boot-configuration-processor Optional jar

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

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.
com.github.smallmiro

NAVER

Versions

Version
1.0.2
1.0.1
1.0