An open API service indexing awesome lists of open source software.

https://github.com/eventfully-engineered/jsqlstreamstore


https://github.com/eventfully-engineered/jsqlstreamstore

event-driven event-sourcing event-store java8

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# jSQLStreamStore

[![Build Status](https://travis-ci.org/eventfully-engineered/jSQLStreamStore.svg?branch=master)](https://travis-ci.org/eventfully-engineered/jSQLStreamStore)
[![codecov](https://codecov.io/gh/eventfully-engineered/jSQLStreamStore/branch/master/graph/badge.svg)](https://codecov.io/gh/eventfully-engineered/jSQLStreamStore)
[![Maintainability](https://api.codeclimate.com/v1/badges/b91805e830ced9bdee21/maintainability)](https://codeclimate.com/github/eventfully-engineered/jSQLStreamStore/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/b91805e830ced9bdee21/test_coverage)](https://codeclimate.com/github/eventfully-engineered/jSQLStreamStore/test_coverage)
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=eventfully-engineered_jSQLStreamStore&metric=alert_status)](https://sonarcloud.io/dashboard?id=eventfully-engineered_jSQLStreamStore)
[![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=eventfully-engineered_jSQLStreamStore&metric=coverage)](https://sonarcloud.io/component_measures/metric/coverage/list?id=eventfully-engineered_jSQLStreamStore)
[![SonarCloud Bugs](https://sonarcloud.io/api/project_badges/measure?project=eventfully-engineered_jSQLStreamStore&metric=bugs)](https://sonarcloud.io/component_measures/metric/reliability_rating/list?id=eventfully-engineered_jSQLStreamStore)
[![SonarCloud Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=eventfully-engineered_jSQLStreamStore&metric=vulnerabilities)](https://sonarcloud.io/component_measures/metric/security_rating/list?id=eventfully-engineered_jSQLStreamStore)
[![Known Vulnerabilities](https://snyk.io/test/github/eventfully-engineered/jSQLStreamStore/badge.svg)](https://snyk.io/test/github/seancarroll/jfluentvalidation)

A Java stream store and event store library specifically targeting SQL based implementations.
Primarily used for Event Sourcing, Pub/Sub, and event driven applications.

## System Requirements
JDK 8 or above.

## Inspiration
This project was inspired by the following open source projects

- https://github.com/SQLStreamStore/SQLStreamStore
- https://github.com/message-db/message-db