Analytics for Crypto Prices and Marketcap Changes #10
Replies: 1 comment 1 reply
-
This is amazing, @nazliander! Your producer is definitely more elegant than mine, ah. Do you plan to write about your project? It would make a really great blogpost! And thanks again for the feedback:
Do you think that this section of the docs could use some tweaks? I'd love to get your perspective on how this could be better explained; it really is a common source of confusion to new users!
Oh, I feel your pain. There's an outstanding issue to improve the usability of |
Beta Was this translation helpful? Give feedback.
-
I created a dashboard for observing cryptocurrency prices and Marketcap changes every 20 minutes, using the very nice project template.
Here is the link: https://github.com/nazliander/mz-hack-day-2022
⛵ Data come from Coinranking API: https://developers.coinranking.com/api It requires an API KEY.
🔨 I used an older Kafka producer of mine to tweak into a Redpanda producer. The switch was very easy:
📐 Understanding of staging views vs. materialized views was the hardest point.
🎨 Temporal filters are awesome, not being able to directly use timestamp fields sucks.
🎵 Materialize allows us to use almost all commonly used SQL commands.
Analysis dbt-models: https://github.com/nazliander/mz-hack-day-2022/tree/main/sample_project/dbt/models/examples/marts/crypto
Beta Was this translation helpful? Give feedback.
All reactions