Skip to content

quyenbc/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.

Slack Channel

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

About

Event sourcing in Python

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%