eligosource / eventsourced

A library for building reliable, scalable and distributed event-sourced applications in Scala
Apache License 2.0
828 stars 98 forks source link

Multiple journal implementations #2

Closed krasserm closed 12 years ago

krasserm commented 12 years ago

Only a single journal implementation based on on LevelDB and leveldbjni is supported at the moment. Hence the library can not be used on Windows (see leveldbjni issue #3).