Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnbywater/es-example-shareholding
- Owner: johnbywater
- License: gpl-3.0
- Created: 2020-02-11T23:31:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T15:29:48.000Z (over 1 year ago)
- Last Synced: 2024-10-14T23:08:52.939Z (3 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:'
```