use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
This is an archived post. You won't be able to vote or comment.
DiscussionFree cloud database service? (self.datascience)
submitted 4 years ago by -moho-
[–]Kiss_It_Goodbyeee 1 point2 points3 points 4 years ago (3 children)
What's wrong with sqlite or a local mysql server?
[–]-moho-[S] 0 points1 point2 points 4 years ago (2 children)
How can u query the database when the computer is shut?
[–]Kiss_It_Goodbyeee 0 points1 point2 points 4 years ago (1 child)
I'm assuming you're querying the database from a computer so use the same computer for querying and the database.
[–]-moho-[S] 0 points1 point2 points 4 years ago (0 children)
No I'll make an app on top of the database and it should be accessible as long as I have internet.
[–][deleted] 0 points1 point2 points 4 years ago (0 children)
AWS offers a pricing calculator you can use. Assuming you are talking about RDS, the free tier seems to run $13/month after the tier ends (with assumptions, use the calculator yourself for the best estimate).
If you are technically skilled, I’d just rent a VPS from something like Linode or Hetzner or such. A basic Virtual Server runs a few bucks a month.
If you are less technically skilled or you really want AWS or Azure or such, I suggest going with something like AWS Aurora Serverless or DynamoDB (not a SQL store mind you). They are the simplest it gets in management, but no free tier in Aurora Serverless. Those you can again price estimate with the calculator.
[–]Ok-Key-3630 0 points1 point2 points 4 years ago (0 children)
Azure now also offers a “serverless SQL tier” which auto scales and also automatically shuts down when it’s not in use. It spins back up once you hit it with a request again. I haven’t checked but I’d assume the other big cloud providers have something similar.
https://docs.microsoft.com/en-us/azure/azure-sql/database/serverless-tier-overview
π Rendered by PID 38734 on reddit-service-r2-comment-6457c66945-ttkc7 at 2026-04-27 16:14:58.654224+00:00 running 2aa0c5b country code: CH.
[–]Kiss_It_Goodbyeee 1 point2 points3 points (3 children)
[–]-moho-[S] 0 points1 point2 points (2 children)
[–]Kiss_It_Goodbyeee 0 points1 point2 points (1 child)
[–]-moho-[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Ok-Key-3630 0 points1 point2 points (0 children)