Ask HN: Is there a NoSQL database with SQL-like queries?

https://news.ycombinator.com/item?id=22469779
by riwasabi • 6 years ago
3 5 6 years ago

I like using NoSQL databases for side projects because they're cheaper to use. I can set up a Firestore database on Firebase and spend literally $0 while trying out a new project.

However, the lack of more powerful queries and hardness to do data migrations gets a little bit annoying over time.

So, I wonder if is there a NoSQL database out there which you can easily set up in the cloud, spend $0 as a side project, but it provides you more powerful query capabilities (e.g. JOINS, LIKE, NOT, SUM, COUNT, etc.)?

The requirements:

1. Easy to set up in the cloud; 2. Free tier enough for handling hundreds of users; 3. Auto scalable (no maintenance required);

Why not using something like Digital Ocean? Yes, it's cheap but if you have like 10, 20 side projects it becomes really expensive - especially if you don't like the US and have to pay in a different currency. It can easily eat up like 15% of your salary. Besides, I really don't want to spend time managing a VM with eventual spikes of traffic.

Is there something you would recommend for those cases?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com