Skip to main content

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

eventsourcing-axonserver-0.1.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

eventsourcing_axonserver-0.1-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page