Add end to end story for nasdaq live replay in Grafana#47
Open
lukasvogel wants to merge 1 commit intomasterfrom
Open
Add end to end story for nasdaq live replay in Grafana#47lukasvogel wants to merge 1 commit intomasterfrom
lukasvogel wants to merge 1 commit intomasterfrom
Conversation
pfent
previously approved these changes
Dec 10, 2024
|
|
||
| Since a picture is worth more then a thousand words, here is what we are building: | ||
|
|
||
|  |
Contributor
There was a problem hiding this comment.
Dark mode pictures look a bit odd in light-mode text. Can we add two screenshots, depending on the theme? (Or replace the dark background with transparency?)
| and s.name in ('AAPL', 'MSFT') -- stock ticker symbols we're interested in | ||
| and e.timestamp >= l.start | ||
| and e.timestamp < l.end | ||
| group by e.timestamp, s.name |
Contributor
There was a problem hiding this comment.
Doesn't this calculate many intermediary groups over the timestamps just to collapse them in the bins afterwards? That seems unnecessary.
Can't we drop the group-by here, and the binned window query afterwards would still calculate the same results?
| The dashboard auto-refreshes multiple times per second to give an up-to-date view of the exchange state. | ||
|
|
||
| The following video shows a live demo: | ||
| <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/szKVXWWXQJg?si=XbXN9RPJ1Lz47dZ-" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> |
Contributor
There was a problem hiding this comment.
dominik3853 😂
I think we need a company YouTube account 🙈
Member
There was a problem hiding this comment.
New URL: https://www.youtube-nocookie.com/embed/GCCYh4lvo_8?si=QF2xumBs9X3d_zK0
This end to end story shows how one can monitor the entire nasdaq stock exchange with CedarDB in real-time via Grafana.
7cd9c5e to
764f149
Compare
eef116d to
998e457
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This end to end story shows how one can monitor the entire nasdaq stock exchange with CedarDB in real-time via Grafana.