Been building an in-browser distributed system simulator to help get a grasp on tricky algorithms.
Here we can see
* simulated network latency between multiple 'clients'
* time travel to see previous states
* an "Explore" button that fuzz tests the system to shake out weird bugs
Am I becoming a fintech person? 😂
Added a simulation of a commodity market to my distributed system simulator.
Clients submit buy and sell orders (blue/right and orange/left, respectively); the server uses DB triggers to execute a trade when there's a match.
ICYMI @SciPyConf...
quak 🦆 is a scalable, interactive data table built with #anywidget
- 🖱️ crossfilter & sort millions of rows in real time
- 🔄 view any @ApacheArrow __dataframe__
- ⚡ powered by @uwdata mosaic & @duckdb
- 📓 materialize sub-views back in @ProjectJupyter
Been building an in-browser distributed system simulator to help get a grasp on tricky algorithms.
Here we can see
* simulated network latency between multiple 'clients'
* time travel to see previous states
* an "Explore" button that fuzz tests the system to shake out weird bugs