Decided to switch from (A)Mnesia to Ecto with SQLite3 for my NVD (CVE) caching application.
- The historic NVD data is over 1GB which means I’m already starting to run into limitations.
- The planned database is extremely simple (two tables?).
- Experience with Ecto is more important in the long term for planned projects.
Useful and interesting links:
[Read More]