https://github.com/synox/eventsourcing-tools
https://github.com/synox/eventsourcing-tools
eventsourcing
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/synox/eventsourcing-tools
- Owner: synox
- Created: 2017-11-25T20:25:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T23:43:00.000Z (over 3 years ago)
- Last Synced: 2025-04-10T19:46:26.014Z (about 1 year ago)
- Topics: eventsourcing
- Language: Java
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# my collection of resources for simple event sourcing
I use a simple wrapper around leveldb to persist streams of profobuf messages for later use.
## Single-file Database Management Systems
### Journal
* https://github.com/sbtourist/Journal.IO (not maintained)
* https://github.com/chirino/hawtjournal (not maintained)
### Key/Value Maps
* https://github.com/lmdbjava/lmdbjava
* https://github.com/jankotek/mapdb
* https://github.com/JetBrains/xodus
* https://github.com/dizitart/nitrite-database
* http://rocksdb.org/
### Relational
* SQLite
* H2
### More
https://github.com/Level/awesome/#stores