Tuesday, September 24, 2024
Show HN: GitHub Repo Visualizer Using D3 https://ift.tt/8L7oSsi
Show HN: GitHub Repo Visualizer Using D3 I built this as part of my quest to properly learn data visualization. The code is the easy part! Some lessons learned: - personal verification of the the general truth that pie charts are tough! and the returns are not great for the effort due to people's difficulties perceiving angles - may not use "vanilla" d3 with no React. was difficult to adapt for mobile - the GitHub API provides fairly standardized responses so building dynamic charts wasn't too bad. But when working with streaming data (say Kafka) I can see this getting interesting... schema registry should help but creating a view into the data with a lookback would be interesting with d3, done it with altair before. https://ift.tt/5TrlYnd September 24, 2024 at 11:17PM
Subscribe to:
Post Comments (Atom)
Show HN: Pure Effect – Reproduce production bugs on your laptop without a DB https://ift.tt/KGo8nF3
Show HN: Pure Effect – Reproduce production bugs on your laptop without a DB Hi HN, I think it's safe to say that the majority of develo...
No comments:
Post a Comment