Αn interactive B+ tree visualization website written in JavaScript, HTML and CSS. Uses the Viz.js library for the visualization. The data structure is implemented as described in the book Database System Concepts by Avi Silberschatz, Henry F. Korth and S. Sudarshan.
git cloneinto an empty directory, e.g.bptree/.- Install
npmand runnpm installinsidebptree/. - That's it. You can now serve the site.