• This repository has been archived on 14/Dec/2021
  • Stars
    star
    399
  • Rank 108,092 (Top 3 %)
  • Language
    Java
  • Created about 14 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A sample to use the axon framework for a trading application

Archived project

This project has been discontinued and is not being updated to latest standards anymore. There are several sample applications around that show the usage of Axon Framework that are kept up-to-date continuously.

A few examples (at the time of writing):


This is a sample application to demonstrate the possibilities of the Axon framework in a high load environment. We have chosen to create a Trader application. All you need to run it is java and maven.

Initial setup

Running the sample

  • First you need to download the source code, if you are reading this file on your local machine you already have downloaded the source code. If you are on the main page of the Github project, you can easily find a url to clone the repository or to download a zip with all the sources.
  • Maven
  • Step into the main folder of the project

./mvnw tomcat7:run

  • Browse to http://localhost:8080 and you should see the user accounts that you can use to login. (You can always refresh the data by calling /data/init on the application)

More documentation

We are documenting the sample on the wiki of the github project. https://github.com/AxonFramework/Axon-trader/wiki

More Repositories

1

AxonFramework

Framework for Evolutionary Message-Driven Microservices on the JVM
Java
3,286
star
2

AxonBank

Simple virtual bank application to showcase features of Axon Framework
Java
186
star
3

extension-kafka

Axon Framework extension for Kafka integration to publish and handle Event messages.
Java
66
star
4

extension-kotlin

Axon Framework extension for Kotlin integration to ease development in Kotlin.
Kotlin
43
star
5

IdeaPlugin

An IntelliJ IDEA plugin for Axon Framework
Kotlin
33
star
6

ReferenceGuide

The Reference Guide of Axon Framework
CSS
29
star
7

extension-reactor

Axon Framework extension for integration with Project Reactor, allowing an extended reactive API.
Java
27
star
8

extension-springcloud

Axon Framework extension for Spring Cloud's Discovery mechanism integration to distribute Command messages.
Java
26
star
9

extension-mongo

Axon Framework extension for Mongo integration as a Dead Letter, Event, Saga and Tracking Token storage solution.
Java
24
star
10

Scynapse

Scynapse - the Scala API for Axon Framework
Scala
20
star
11

axon-bom

Axon Bill of Materials (BOM) - provides managed dependencies for all Axon artifacts
15
star
12

extension-tracing

Axon Framework extension to provide tracing support for messages using the OpenTracing API.
Java
13
star
13

cdi

Axon Framework CDI Support
Java
11
star
14

extension-springcloud-sample

Sample project showcasing Axon's Spring Cloud extension
Kotlin
11
star
15

extension-multitenancy

Axon Framework extension providing handles to support multi tenancy with distinct buses and stores per tenant.
Java
10
star
16

extension-amqp

Axon Framework extension for AMQP integration to publish and handle Event messages.
Java
8
star
17

extension-jgroups

Axon Framework extension for JGroups integration to distribute Command messages.
Java
7
star
18

extension-spring-aot

Axon Framework extension for Spring Ahead of Time compilation support.
Java
4
star
19

opentelemetry-samples

Samples for using OpenTelemetry with Axon Framework 4.6+
Kotlin
3
star
20

extension-jobrunrpro

Extension to integrate with the Pro version of JobRunr. This makes it possible to search and delete jobs.
Java
3
star
21

Migration-Tool

Tool to help migrate an Axon 1.x event store to the Axon 2.0 format
Java
2
star
22

extension-cdi

Axon Framework extension to support CDI integration.
Java
2
star
23

.github

Repository dedicated towards providing an GitHub organizational level README.
1
star