Welcome to Fact Explorer

A companion project to factcast an event store written in Java. You can also check out other event sourcing related project in python over at pyfactcast as well as cryptoshred.

This project arose mainly out of the necessity to work with events directly instead of through projections. Something that at the time of writing this is not supported by the original factcast implementation. This is useful to:

  • Enable searching for ‘random’ events quickly during debugging

  • Checking events during migrations

  • Very simple business checks for analysts to start thinking about their use cases

  • Many other things (you should probably not do if you are an event sourcing purist)

Contributions are welcome. Just get in touch over on gitlab.

Be aware that this project is very minimal. No authentication. Not a lot of logging, almost no error handling. It is an engineers tool. Use it at your own risk.

Indices and tables