Nebo15 / annon.api

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

[WIP] Migrate from Postgres to Cassandra #222

Closed AndrewDryga closed 5 years ago

AndrewDryga commented 7 years ago

Postgres is not scaling for writes and we do not need any kind of consistency or other RDBMs features that Postgres gives us.

It was awesome DB to start, but we need make this move if we want to give our customers better scalability.

Related to Nebo15/annon.api#216