/eventsourcing

Event sourcing in Python

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

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.

Slack Channel

There is a Slack channel for this project, which you are welcome to join.