java-tutorials/spring-boot-modules/spring-boot-cassandre
Stéphane Traumat 3c5b7234d9 Adding cassandre tutorial (#10757)
* Adding Cassandre

* Added a logger

* Added a logger

* Change test name

* Change test name

* Moved to spring-boot-modules

* remove cassandre from the spring-boot-modules pom, and add it in the main pom.
2021-05-14 08:58:18 -07:00
..
src Adding cassandre tutorial (#10757) 2021-05-14 08:58:18 -07:00
README.md Adding cassandre tutorial (#10757) 2021-05-14 08:58:18 -07:00
pom.xml Adding cassandre tutorial (#10757) 2021-05-14 08:58:18 -07:00

README.md

Cassandre trading bot example

This project is an example of a trading bot developed with Cassandre

Running the examples

  • mvn test - Run strategy backtesting
  • mvn spring-boot:run - Run the bot

Relevant Articles