Skip to content

leonh/eventsourcing

 
 

Repository files navigation

Event Sourcing in Python

Build Status Coverage Status Gitter chat

A library for event sourcing in Python.

Installation

Use pip to install the stable distribution from the Python Package Index.

pip install eventsourcing

If you want to use SQLAlchemy, then please install with 'sqlalchemy'.

pip install eventsourcing[sqlalchemy]

Similarly, if you want to use Cassandra, then please install with 'cassandra'.

pip install eventsourcing[cassandra]

Documentation

Please refer to the documentation for installation and usage guides.

Project

This project is hosted on GitHub. Please register your questions, requests and any other issues.

About

Event sourcing in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%