Eventsourcing with Axon Server
Project description
Welcome to Eventsourcing with Axon Server
This package supports using the Python eventsourcing library with Axon Server.
Installation
[indicate how users can install your project]
Getting started
[indicate how users can use your project]
Developers
After cloning the eventsourcing-axonserver repository, set up a virtual environment and install dependencies by running the following command in the root folder.
$ make install
The make install
command uses the build tool Poetry to create a dedicated
Python virtual environment for this project, and installs popular development
dependencies such as Black, isort and pytest.
Add tests in ./tests
. Add code in ./eventsourcing_axonserver
.
Start Axon Server.
$ make start-axon-server
Run tests.
$ make test
Check the formatting of the code.
$ make lint
Reformat the code.
$ make fmt
Add dependencies in pyproject.toml
and then update installed packages.
$ make update-packages
Stop Axon Server.
$ make stop-axon-server
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file eventsourcing-axonserver-0.1.tar.gz
.
File metadata
- Download URL: eventsourcing-axonserver-0.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 728bce42d66c55325ef55d9c919cf3cb4e707a8a48af95c7be964d7fa1d5db59 |
|
MD5 | 6efb1f2806d8ddddc418f21b697fc723 |
|
BLAKE2b-256 | bc6d555b05cfb34bb15c114292aeed4336d763eed6ef5db77e0d9b427bfcea40 |
File details
Details for the file eventsourcing_axonserver-0.1-py3-none-any.whl
.
File metadata
- Download URL: eventsourcing_axonserver-0.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f67becc6662b30a6f9e3546a08a5aa967e74d147d42d3b79e08434ff057816c |
|
MD5 | f17e822e6404874b956bee031d251e02 |
|
BLAKE2b-256 | c52f6d0bb62cda8fb58c2b42e259877ae479c7d18b481374adff5385bd130923 |