Show HN: Map of Related Books for “Designing Data Intensive Apps”(anvaka.github.io)
anvaka.github.io
Show HN: Map of Related Books for “Designing Data Intensive Apps”
https://anvaka.github.io/greview/ddia/1/
2 comments
Thanks for sharing and making this! I see other books I've read elsewhere on the map (and have this book) so this is very cool to see. How hard was the API to work with? It could be awesome to see "for <my amazon product> show me this graph".
The documentation for Product Advertising API is great: https://docs.aws.amazon.com/AWSECommerceService/latest/DG/We... - wasn't to hard to get started.
Long time ago I've mad a service to show the graph - https://www.yasiv.com/#/Search?q=designing%20data%20intensiv... - but the layout is very different there.
Long time ago I've mad a service to show the graph - https://www.yasiv.com/#/Search?q=designing%20data%20intensiv... - but the layout is very different there.
This is also my favorite book, everyone please read it already!
The graph output from your algorithm is pretty nice, thank you for sharing!
The graph output from your algorithm is pretty nice, thank you for sharing!
[deleted]
I used Amazon’s product advertising api to fetch the graph.
Visualization was created with my own algorithm that tries to embed a graph into city-like grid. It routes paths between nodes, so that paths that were taken before are more preferable for new paths.
The thickness of a road gives rough estimate of how many paths went there.
Please let me know if you have any suggestions!