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
- Host: GitHub
- URL: https://github.com/eventfully-engineered/jsqlstreamstore
- Owner: eventfully-engineered
- Created: 2017-01-15T06:34:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T00:37:25.000Z (7 months ago)
- Last Synced: 2025-06-10T01:31:19.672Z (7 months ago)
- Topics: event-driven, event-sourcing, event-store, java8
- Language: Java
- Size: 335 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jSQLStreamStore
[](https://travis-ci.org/eventfully-engineered/jSQLStreamStore)
[](https://codecov.io/gh/eventfully-engineered/jSQLStreamStore)
[](https://codeclimate.com/github/eventfully-engineered/jSQLStreamStore/maintainability)
[](https://codeclimate.com/github/eventfully-engineered/jSQLStreamStore/test_coverage)
[](https://sonarcloud.io/dashboard?id=eventfully-engineered_jSQLStreamStore)
[](https://sonarcloud.io/component_measures/metric/coverage/list?id=eventfully-engineered_jSQLStreamStore)
[](https://sonarcloud.io/component_measures/metric/reliability_rating/list?id=eventfully-engineered_jSQLStreamStore)
[](https://sonarcloud.io/component_measures/metric/security_rating/list?id=eventfully-engineered_jSQLStreamStore)
[](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