Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming example #12

Merged
merged 1 commit into from
Aug 19, 2022
Merged

Streaming example #12

merged 1 commit into from
Aug 19, 2022

Conversation

penberg
Copy link
Contributor

@penberg penberg commented Aug 19, 2022

This is an example application that shows how to use ChiselStrike's
streaming APIs.

The application provides a REST API to inspect the top-of-book (also
known as best bid and offer) of a traded instrument. The top-of-book is
constructed from a stream of order book updates that contains one or
more of the following: a bid price, bid volume, ask price, and ask
volume. In effect, the application provides as simple way to consume
the latest value of the stream.

@penberg penberg marked this pull request as ready for review August 19, 2022 13:42
@penberg penberg merged commit 78f7f03 into main Aug 19, 2022
@penberg penberg deleted the streaming branch August 19, 2022 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant