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

https://github.com/synox/eventsourcing-tools


https://github.com/synox/eventsourcing-tools

eventsourcing

Last synced: 12 months ago
JSON representation

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