The same dataset is used in each of these appX.py pages, so when I start the dashboard, python loads the dataset 5 times, one for each of the appX.py pages.
This is quite inefficient and slow, is there a way that I can read the dataset in once, and then make it available for all the pages in the dashboard?
I made https://github.com/russellromney/brain-plasma that adds a namespace to Plasma to persist Python objects in memory for any process/app to use, just by calling the nane. It’s pretty alpha right now but it’ll work with most objects.