lowlandresearch / vaporator

Secure ETL of scientific data in ze kloud
MIT License
0 stars 0 forks source link

Convert Vaporator.Cache and Settings to use mnesia #105

Open chazwatkins opened 5 years ago

chazwatkins commented 5 years ago

Benefit Hypothesis Vaporator.Cache uses :ets directly and Vaporator.Settings using PeristentStorage abstraction on top of :ets. It doesn't make sense to have two methods for storing data using :ets. The erlang DBMS :mnesia will take care of both use cases and consolidate how data is stored.

Acceptance Criteria