Skip to content

Test event stores. Implement the streaming features of Photon in an embedded form.

Notifications You must be signed in to change notification settings

muoncore/test-event-stores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test Event Stores

Photon is the production ready event store from the Muon project. It is scalable, federated etc. All the good things.

It is not, however, easy to embed in every language. If you are on the JVM, it can be done, but outside of that, it’s hard.

This project provides purely in memory, embedded implementations of the streaming features of Photon to give a good experience of using an event store during testing.

They do not currently provide implementations of the projection features.

Using

JVM

Add a dependency on the test event store library

Maven
<dependency>

</dependency>
Gradle

#

About

Test event stores. Implement the streaming features of Photon in an embedded form.

Resources

Stars

Watchers

Forks

Packages

No packages published