Skip to content

Commit

Permalink
Added badges to README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Jan 14, 2020
1 parent 503a030 commit 0a3563d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Python client for Axon Server

[![Latest Release](https://badge.fury.io/py/axonclient.svg)](https://pypi.org/project/axonclient/)
[![Build Status](https://travis-ci.org/johnbywater/axonclient.svg?branch=master)](https://travis-ci.org/johnbywater/axonclient)
[![Coverage Status](https://coveralls.io/repos/github/johnbywater/axonclient/badge.svg?branch=master)](https://coveralls.io/github/johnbywater/axonclient)

This Python package is a "work in progress" client for Axon Server. It will support event sourcing and event driven architecture in Python using the Axon Server. It will support writing stored events, writing snapshots, reading the events of an aggregate, and reading the events of an application. The initial motivation for developing this client is to adapt the Axon Server as a record manager in the Python eventsourcing library, but by writing a separate package, this client can be used by other projects too.


Expand Down

0 comments on commit 0a3563d

Please sign in to comment.