Nebo15 / annon.api

Configurable API gateway that acts as a reverse proxy with a plugin system.
http://docs.annon.apiary.io/
MIT License
331 stars 25 forks source link

RFC: Get rid off third-party storage requirements #263

Open AndrewDryga opened 7 years ago

AndrewDryga commented 7 years ago

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?..

LucasBadico commented 5 years ago

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.