Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
/ Axon-trader Public archive

A sample to use the axon framework for a trading application

Notifications You must be signed in to change notification settings

AxonFramework/Axon-trader

Repository files navigation

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

About

A sample to use the axon framework for a trading application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages