org.factcast:factcast-docker

factcast is a 'good enough' event store using PostgreSQL for persistence, and offers REST and GRPC interfaces.

License

License

Categories

Categories

Docker Container Virtualization Tools
GroupId

GroupId

org.factcast
ArtifactId

ArtifactId

factcast-docker
Last Version

Last Version

0.3.6
Release Date

Release Date

Type

Type

jar
Description

Description

factcast is a 'good enough' event store using PostgreSQL for persistence, and offers REST and GRPC interfaces.
Project Organization

Project Organization

factcast

Download factcast-docker

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar
org.factcast : factcast-spring-boot-autoconfigure jar
org.factcast : factcast-server-grpc jar
org.factcast : factcast-store-pgsql jar
org.springframework : spring-context-indexer jar
org.slf4j : slf4j-api jar 1.7.30

provided (3)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16
com.google.code.findbugs : annotations jar 3.0.1u2
javax.annotation : javax.annotation-api jar 1.3.2

test (7)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.17.2
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-engine jar
org.junit.platform : junit-platform-engine jar
org.junit.platform : junit-platform-commons jar
org.mockito : mockito-core jar 3.5.15
org.mockito : mockito-junit-jupiter jar 3.5.15

Project Modules

There are no modules declared in this project.

FactCast

is a 'good enough' event store using PostgreSQL for persistence, and offers remoting via GRPC.

This project is not yet ready for primetime

It is not yet released, the API may change, the documentation is incomplete.

Actions Status codecov CodeFactor MavenCentral Docker Image Version (latest semver) Dependabot Status

... under active development.

The Problem at hand

In a micro-service world, teams choose their own tools of trade. This is a very important benefit of using Microservices in the first place, and you do not want to mess with this principle. However, where Subsystems communicate with each other (most likely crossing those team borders) you need some common ground. Event Sourcing is a great pattern here (as well as within those subsystems) because of the decoupling effect of its use.

So, what is needed is some technical solution, that everyone can easily agree on, because it forces as little technical dependencies on the clients as possible. GRPC and similar technological choices provide this solution as well as streaming, so we have all we need. Oh and one thing: Whatever solution we choose to store and stream forward needs to be failure tolerant, somewhat scalable and should pose minimal operational complexity and overhead to an existing system.

This is where some of the existing solutions pose a possible problem:

While all of them are most probably great, when it comes to clustering, backup, data-/application-management and fail-over, none of these are trivial problems and most of them bring their own (certainly great) solution.

Gee, i wish there was a solution, that is flexible, platform neutral and could be operated at scale with what we already know...

Read more on factcast.org

Detailed changlelog

Versions

Version
0.3.6
0.2.1
0.2.0
0.2.0-RC2
0.2.0-RC
0.2.0-M10
0.2.0-M9
0.2.0-M8
0.2.0-M7
0.2.0-M6