ZBT-Tools / pemfc-dash-app

MIT License
2 stars 2 forks source link

df_result_data_store on server side #33

Closed lufire closed 1 year ago

lufire commented 1 year ago

Right now df_result_data_store is cached in a normal dcc.Store element, meaning in the clients browser. To cache it on the server I introduced the ServersideOutput Store element for the previous result_data_store. Right now I think it makes sense to also save the df_result_data_store in a ServersideOutput class to allow for redis storage. What do you think?

fkuschel commented 1 year ago

Agree! I used normal dcc.Store elements for no speacial reason.

fkuschel commented 1 year ago

Resolved by Pullrequest #37