Crabzilla

Yet another Event Sourcing experiment

Лицензия

Лицензия

Группа

Группа

io.github.crabzilla
Идентификатор

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

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

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

0.0.5
Дата

Дата

Тип

Тип

pom
Описание

Описание

Crabzilla
Yet another Event Sourcing experiment
Ссылка на сайт

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

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

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

https://github.com/crabzilla/crabzilla

Скачать crabzilla

Имя Файла Размер
crabzilla-0.0.5.pom 26 KB
Обзор

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
javax.inject : javax.inject jar 1
org.slf4j : slf4j-api jar 1.7.8

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.16.18

test (4)

Идентификатор библиотеки Тип Версия
org.junit.vintage : junit-vintage-engine jar 4.12.0-RC2
org.junit.jupiter : junit-jupiter-api jar 5.0.0-RC2
org.mockito : mockito-core jar 2.7.4
org.assertj : assertj-core jar 3.5.0

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

  • crabzilla-core
  • crabzilla-example1
  • crabzilla-vavr-example1
  • crabzilla-kotlin-example1
  • crabzilla-vertx

Build Status codecov Maven Central

Goal for version 1.0.0

To help writing CQRS and Event Sourcing applications with Vert.x

Status

It's still in very early development stage. Do not use release 0.0.5, master branch is very different from that.

Building

Requirements
  • Java 8
  • Maven (tested with 3.5.0+)
  • Docker compose (tested with 1.18.0)
  • Kotlin plugin for your IDE
Steps
  1. Clone it:
git clone https://github.com/crabzilla/crabzilla
cd crabzilla
  1. Start docker-compose running a Postgres database (port 5432 will be used):
docker-compose up
  1. Open another terminal and build it, running both unit and integration tests:
mvn clean install -DskipTests=false
io.github.crabzilla

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

Версия
0.0.5