Suuchi

Toolkit to build distributed Data Systems

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

in.ashwanthkumar
Идентификатор

Идентификатор

suuchi
Последняя версия

Последняя версия

0.3.5
Дата

Дата

Тип

Тип

pom
Описание

Описание

Suuchi
Toolkit to build distributed Data Systems
Ссылка на сайт

Ссылка на сайт

https://github.com/ashwanthkumar/suuchi
Система контроля версий

Система контроля версий

https://github.com/ashwanthkumar/suuchi

Скачать suuchi

Имя Файла Размер
suuchi-0.3.5.pom 10 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.scalatest : scalatest_2.11 jar 3.0.0

Модули Проекта

  • 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

Версии библиотеки

Версия
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