Live data from Hacker News

Starbase: SQLite on the Edge

starbasedb.com

1–10 of 49 posts

Re: Starbase: SQLite on the Edge

#3
This is very appealing. If the authors are reading:

What is the architecture overview? Does each worker have a copy or do all of them work on the same DB files? How does it handle concurrent workers and db locking? Is SQLite native locking mechanism sufficient in this application?

Re: Starbase: SQLite on the Edge

#6
ELI5: Does "Open source, scale-to-zero, HTTP SQLite database built on top of Cloudflare Durable Objects" mean that you should pay and/or use Cloudflare for this? Or CDOs are generally available outside Cloudflare?

Re: Starbase: SQLite on the Edge

#8
post #4

This is awesome. We’ve adopted a similar architecture with DO. Does it do data sync across devices? Offline first? Or is it all online thru DO and D1?

DO = Cloudflare Durable Objects, https://developers.cloudflare.com/durable-objects/

D1 = Cloudflare D1, https://developers.cloudflare.com/d1/

Just incase someone else was as lost as me.

Re: Starbase: SQLite on the Edge

#10
post #8
post #4

This is awesome. We’ve adopted a similar architecture with DO. Does it do data sync across devices? Offline first? Or is it all online thru DO and D1?

DO = Cloudflare Durable Objects, https://developers.cloudflare.com/durable-objects/ D1 = Cloudflare D1, https://developers.cloudflare.com/d1/ Just incase someone else was as lost as me.

ah, DO always translates to Digital Ocean for me. So thanks for that! acronyms with name collisions are the woooorst
Post reply on HN