Why choose this over Cloudflare D1?
Bunny Database
11–20 of 142 posts
Re: Bunny Database
#12Re: Bunny Database
#13Pretty cool. I’ve been using Bunny as a Cloudflare replacement for a couple of years and my experience has been flawless.
Huh, how? Did you have to modify your site a lot to do switch? I tried to test it out as a CDN replacement for Cloudflare but the workflow was a lot different. Instead of just using DNS to put it in front of another website and proxy the requests (the "orange cloud" button), I had to upload all the assets to Bunny and then rewrite the URLs in my app. Was kind of a pain
It's a similar process to Cloudflare. Point the NS to them and enable the proxy for a domain or subdomain.
Re: Bunny Database
#14Pretty cool. I’ve been using Bunny as a Cloudflare replacement for a couple of years and my experience has been flawless.
It does feel like they're spreading their resources pretty thin though, the S3-compatible interface for their file storage has been "coming soon" since 2022.
Re: Bunny Database
#15Why choose this over Cloudflare D1?
It looks like there might be issues in Italy too.
Re: Bunny Database
#16This sounds a lot like https://turso.tech/ ? Unless I misunderstand, they're both pitching SQLite-for-the-cloud.
Yes, they mention they use libsql. Don't know why I should use them and not the product by the actual libsql authors.
Also, not sure about now, but historically Turso didn't have to best uptime.
Re: Bunny Database
#17Earlier quoted context omitted.
Huh, how? Did you have to modify your site a lot to do switch? I tried to test it out as a CDN replacement for Cloudflare but the workflow was a lot different. Instead of just using DNS to put it in front of another website and proxy the requests (the "orange cloud" button), I had to upload all the assets to Bunny and then rewrite the URLs in my app. Was kind of a pain
They do have the CDN proxy too. Not sure when it was implemented though. It's a similar process to Cloudflare. Point the NS to them and enable the proxy for a domain or subdomain.
(don't use CNAME flattening with DNS-routed CDNs like Bunny though, if you must use an apex domain then use the CDNs integrated nameservers)
Re: Bunny Database
#18Pricing Details: While in public preview, Bunny Database is free. When idle, Bunny Database only incurs storage costs. One primary region is charged continuously, while read replicas only add storage costs when serving traffic (metered by the hour). Reads - $0.30 per billion rows Writes - $0.30 per million rows Storage - $0.10 per GB per active region (monthly)
Re: Bunny Database
#19Why choose this over Cloudflare D1?
And Cloudflare is an american company.
Re: Bunny Database
#20This sounds a lot like https://turso.tech/ ? Unless I misunderstand, they're both pitching SQLite-for-the-cloud.
Yes, they mention they use libsql. Don't know why I should use them and not the product by the actual libsql authors.