Skip to content

holixon/axon-python-synapse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axon Synapse REST client in Python

(This is a work in progress repo. Do not use it in production.)

Requirements

  • Python>=3.10

To install the library, clone this repository.

git clone https://github.com/holixon/axon-python-synapse.git

Create and source a virtual Python environment.

cd axon-python-synapse
python3 -m venv --prompt axon venv
source venv/bin/activate

Next install the dependencies.

pip install .

Interfaces

Domain Layer

  • IView
  • IDecider

Application Layer

  • IMaterializedView
  • ViewStateRepository
  • EventRepository, EventLockingRepository
  • IEventSourcingAggregate, IEventSourcingLockingAggregate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages