A depth of market tool to provide a replay of buy and sell orders for a specific financial instrument at particular times.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
<br/>
Replay currently runs for 5 minutes then stops, select a new time to continue.
This project is built with SST.
AWS account Databento account
You can
-
Get an API Key at https://databento.com/
-
Clone the repo
git clone https://github.com/gty3/dom-replay.git
-
Install backend and frontend NPM packages
pnpm install
cd nextjs pnpm install
-
Rename
env.example
to.env
and add your DATABENTO_API_KEY -
Run the backend locally
npx sst dev
-
Run the frontend
cd nextjs pnpm dev
Select the top button to change replay instrument and start time. Symbols are currently "continuous", the contract month with the highest volume is selected.
- Move mbo and mbp10 value conversions from JS to Rust.
- Add an instrument/dataset/time modal to frontend to send to websocket.
- Add GC instrument
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Geoff Young - @gty_
Project Link: https://github.com/gty3/dom-replay