Ecto


Decided to switch from (A)Mnesia to Ecto with SQLite3 for my NVD (CVE) caching application.

  1. The historic NVD data is over 1GB which means I’m already starting to run into limitations.
  2. The planned database is extremely simple (two tables?).
  3. Experience with Ecto is more important in the long term for planned projects.

Useful and interesting links:

All notes and comments are my own opinion. Follow me at @rgacote@genserver.social