DEV Community

Pacharapol Withayasakpunt
Pacharapol Withayasakpunt

Posted on

What cloud database do you use?

I expect the database to be reliable and monitorable.

The cloud is better to start free, rather than time-limited trial.

I previously looked for a generous one for dictionary / sentences storage (as well as users'), but maybe I can use embedded database for that instead?

i.e. two connections, one for cloud, on for local

I don't hate SQL that much, if it is more reliable. Maybe PostgreSQL or MariaDB is good?

Top comments (5)

Collapse
 
stereoplegic profile image
Mike Bybee

A combination of many, while working on something in-between to reduce vendor lock-in.

  • Firebase Cloud Firestore (1GB free forever)
  • FaunaDB (5GB free forever)
  • DynamoDB (25GB free forever, but be careful as you will get charged if you use AppSync if I understand correctly)
Collapse
 
abdullaharik profile image
Abdullah Arık

Faunadb dropped 5GB to 100MB

Collapse
 
sulutas81 profile image
Şaban Ulutaş

wtf PostGRES is, it is PostgreSQL or shortly postgre

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

en.m.wikipedia.org/wiki/PostgreSQL

Definitely not postgre.

Collapse
 
17lwinn profile image
17lwinn

mongodb atlas is free with 512mb of storage