Suuchi

Toolkit to build distributed Data Systems

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

in.ashwanthkumar
ArtifactId

ArtifactId

suuchi
Last Version

Last Version

0.3.5
Release Date

Release Date

Type

Type

pom
Description

Description

Suuchi
Toolkit to build distributed Data Systems
Project URL

Project URL

https://github.com/ashwanthkumar/suuchi
Source Code Management

Source Code Management

https://github.com/ashwanthkumar/suuchi

Download suuchi

Filename Size
suuchi-0.3.5.pom 10 KB
Browse

How to add to project

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

Dependencies

test (1)

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

Project Modules

  • suuchi-core
  • suuchi-examples
  • suuchi-rocksdb
  • suuchi-cluster-atomix
  • suuchi-cluster-scalecube

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.17
0.2.16
0.2.15
0.2.14
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.1.0