Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnbywater/es-example-shareholding

Example "shareholding" application using the Python eventsourcing library
https://github.com/johnbywater/es-example-shareholding

Last synced: about 2 months ago
JSON representation

Example "shareholding" application using the Python eventsourcing library

Awesome Lists containing this project

README

        

# Shareholding

[![Build Status](https://travis-ci.org/johnbywater/es-example-shareholding.svg?branch=master)](https://travis-ci.org/johnbywater/es-example-shareholding)
[![Coverage Status](https://coveralls.io/repos/github/johnbywater/es-example-shareholding/badge.svg?branch=master)](https://coveralls.io/github/johnbywater/es-example-shareholding)

Example "shareholding" application using the Python eventsourcing library.

To use SQLAlchemy [persistence](https://eventsourcing.readthedocs.io/en/v9.2.20/topics/persistence.html), do something like:
```Shell
export PERSISTENCE_MODULE='eventsourcing_sqlalchemy'
export SQLALCHEMY_URL='sqlite:///:memory:'
```