Suuchi Atomix Membership

Suuchi Atomix based Membership

License

License

Categories

Categories

Ant Build Tools Atomix Application Layer Libs Distributed Applications
GroupId

GroupId

in.ashwanthkumar
ArtifactId

ArtifactId

suuchi-cluster-atomix
Last Version

Last Version

0.3.5
Release Date

Release Date

Type

Type

jar
Description

Description

Suuchi Atomix Membership
Suuchi Atomix based Membership

Download suuchi-cluster-atomix

How to add to project

<!-- https://jarcasting.com/artifacts/in.ashwanthkumar/suuchi-cluster-atomix/ -->
<dependency>
    <groupId>in.ashwanthkumar</groupId>
    <artifactId>suuchi-cluster-atomix</artifactId>
    <version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/in.ashwanthkumar/suuchi-cluster-atomix/
implementation 'in.ashwanthkumar:suuchi-cluster-atomix:0.3.5'
// https://jarcasting.com/artifacts/in.ashwanthkumar/suuchi-cluster-atomix/
implementation ("in.ashwanthkumar:suuchi-cluster-atomix:0.3.5")
'in.ashwanthkumar:suuchi-cluster-atomix:jar:0.3.5'
<dependency org="in.ashwanthkumar" name="suuchi-cluster-atomix" rev="0.3.5">
  <artifact name="suuchi-cluster-atomix" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.ashwanthkumar', module='suuchi-cluster-atomix', version='0.3.5')
)
libraryDependencies += "in.ashwanthkumar" % "suuchi-cluster-atomix" % "0.3.5"
[in.ashwanthkumar/suuchi-cluster-atomix "0.3.5"]

Dependencies

compile (5)

Group / Artifact Type Version
in.ashwanthkumar : suuchi-core jar 0.3.5
io.atomix : atomix jar 1.0.6
io.atomix : atomix-resource jar 1.0.6
io.atomix.catalyst : catalyst-transport jar 1.2.0
io.atomix.catalyst : catalyst-netty jar 1.2.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.0

Project Modules

There are no modules declared in this project.

Build Status codecov

Suuchi - सूचि

Having inspired from tools like Uber's Ringpop and a strong desire to understand how distributed systems work - Suuchi was born.

Suuchi is toolkit to build distributed data systems, that uses gRPC under the hood as the communication medium. The overall goal of this project is to build pluggable components that can be easily composed by the developer to build a data system of desired characteristics.

This project is in beta quality and it's currently running couple of systems in production setting @indix. We welcome all kinds of feedback to help improve the library.

Read the Documentation at http://ashwanthkumar.github.io/suuchi.

Suuchi in sanskrit means an Index1.

Presentations

Following presentations / videos explain motivation behind Suuchi

Notes

If you're getting ClassNotFound exception, please run mvn clean compile once to generate from the java classes from protoc files. Also, if you're using IntelliJ it helps to close the project when running the above command. It seems to auto-detect sources in target/ at startup but not afterwards.

Release workflow

Suuchi and it's modules follow a git commit message based release workflow. Use the script make-release.sh to push an empty commit to the repository which would trigger a release workflow on travis-ci. More information can be found at docs.

License

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

Versions

Version
0.3.5
0.3.4
0.3.1
0.2.21
0.2.16
0.2.15
0.2.14
0.2.13
0.2.12