Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 278 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 278 Bytes

Deephaven Book Builder example

This project provides an example of how to create a Top N of Book table from a live stream of quotes data.

To run the project you will need to have docker installed and then run

./gradlew :jar
cd docker && docker-compose up --build