Custom components for DASH made in-house @ Hummingbird Diagnostics.
pip install git+https://github.com/gitHBDX/dash-hummingbird-components.git
The cache consists of a cold on-drive and a hot in-memory cache. When objects are requested they're put into the hot cache first-in-first-out, but also saved as a fast to retrieve partilized version in the cold cache.
# file1.py
import dash_hummingbird_components as dhc
Developed @