Brayden Wilmothbraydenwilmoth.hashnode.dev·Oct 30, 2024Rethinking the StarbaseDB ArchitectureDurable Object’s are powerful, but they shouldn’t be abused – and I think I was starting to abuse them. Forwarding virtually every request in the direction of a DO instead of a Worker, I’m realizing may have been a mistake. So this blog post is more ...Discussstarbasedb
Brayden Wilmothbraydenwilmoth.hashnode.dev·Oct 25, 2024Bindable Microservices with Cloudflare WorkersIn the early stages of building any application, monolithic architectures can seem like the simplest solution. Everything contained in one code base. But as your application begins to scale, the monolithic approach starts to lead to more problems tha...Discussstarbasedb
Brayden Wilmothbraydenwilmoth.hashnode.dev·Oct 9, 2024Adding Web Sockets to WorkersWeb Sockets allow for applications to communicate continuously without requiring HTTP requests to be explicitly executed to receive data from a server. What if you want to just be told when you need new data instead of keep asking? Parents would rejo...Discussstarbasedb
Brayden Wilmothbraydenwilmoth.hashnode.dev·Oct 8, 2024Deploy & VisualizeStarbaseDB is the quickest way to deploy a database and begin visualizing it in a user interface where you can query data, add records, modify the structure and more. This article is going to walk through how to deploy your own instance of StarbaseDB...Discussgetting started
Brayden Wilmothbraydenwilmoth.hashnode.dev·Oct 2, 2024Developing ACID Transaction Support in StarbaseDBIf you don’t know what StarbaseDB is yet, it’s an open-source HTTP SQLite scale-to-zero database built directly on top of Cloudflare Durable Objects. What I intend for these blog posts to be is an opportunity for everyone to join along in my journey ...Discuss·8 likes·31 readsstarbasedb
Brayden Wilmothbraydenwilmoth.hashnode.dev·Sep 29, 2024Building an HTTP SQLite Database with Cloudflare Durable ObjectsIntroduction Last week during Cloudflare’s birthday week you likely heard that Durable Objects now support SQLite as a mechanism for both storing and accessing data. Prior to this announcement if you were using Durable Objects then you were only prov...Discuss·14 likes·392 readscloudflare