annon.api icon indicating copy to clipboard operation
annon.api copied to clipboard

RFC: Get rid off third-party storage requirements

Open AndrewDryga opened this issue 8 years ago • 1 comments

Right now we have a PostgreSQL infrastructure requirement, but it looks like an overkill for a simple configuration storage. Instead, we could leverage something far simpler and built into Erlang (eg. Mnesia or DETS.)

Arrising question: how to sync data between instances?..

AndrewDryga avatar Sep 03 '17 19:09 AndrewDryga

Well, for me have a database is a needed evil, but I'm really think on make use of dynamodb, so a option, instead of get rid off is to give the option to choose the database, adapter and stuffs.

LucasBadico avatar Aug 06 '19 15:08 LucasBadico