Tag: Durable Objects
-
The Cloudflare Blog: Moving Baselime from AWS to Cloudflare: simpler architecture, improved performance, over 80% lower cloud costs
Source URL: https://blog.cloudflare.com/80-percent-lower-cloud-cost-how-baselime-moved-from-aws-to-cloudflare Source: The Cloudflare Blog Title: Moving Baselime from AWS to Cloudflare: simpler architecture, improved performance, over 80% lower cloud costs Feedly Summary: Post-acquisition, we migrated Baselime from AWS to the Cloudflare Developer Platform and in the process, we improved query times, simplified data ingestion, and now handle far more events, all while…
-
Hacker News: Infinite Git Repos on Cloudflare Workers
Source URL: https://gitlip.com/blog/infinite-git-repos-on-cloudflare-workers Source: Hacker News Title: Infinite Git Repos on Cloudflare Workers Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the development of Gitlip, a scalable Git server built on Cloudflare Workers using WebAssembly and Durable Objects. The project integrates powerful capabilities for collaborative coding and aims to enhance version…
-
The Cloudflare Blog: Billions and billions (of logs): scaling AI Gateway with the Cloudflare Developer Platform
Source URL: https://blog.cloudflare.com/billions-and-billions-of-logs-scaling-ai-gateway-with-the-cloudflare Source: The Cloudflare Blog Title: Billions and billions (of logs): scaling AI Gateway with the Cloudflare Developer Platform Feedly Summary: How we scaled AI Gateway to handle and store billions of requests, using Cloudflare Workers, D1, Durable Objects, and R2. AI Summary and Description: Yes Summary: The provided text discusses the launch…
-
The Cloudflare Blog: Build durable applications on Cloudflare Workers: you write the Workflows, we take care of the rest
Source URL: https://blog.cloudflare.com/building-workflows-durable-execution-on-workers Source: The Cloudflare Blog Title: Build durable applications on Cloudflare Workers: you write the Workflows, we take care of the rest Feedly Summary: Cloudflare Workflows is now in open beta! Workflows allows you to build reliable, repeatable, long-lived multi-step applications that can automatically retry, persist state, and scale out. Read on to…
-
Hacker News: Simonw’s notes on Cloudflare’s new SQLite-backed "Durable Objects" system
Source URL: https://simonwillison.net/2024/Oct/13/zero-latency-sqlite-storage-in-every-durable-object/ Source: Hacker News Title: Simonw’s notes on Cloudflare’s new SQLite-backed "Durable Objects" system Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the enhancements to Cloudflare’s Durable Object platform, where the system evolves to leverage zero-latency SQLite storage. This architectural design integrates application logic directly with data, which offers…
-
Simon Willison’s Weblog: Zero-latency SQLite storage in every Durable Object
Source URL: https://simonwillison.net/2024/Oct/13/zero-latency-sqlite-storage-in-every-durable-object/#atom-everything Source: Simon Willison’s Weblog Title: Zero-latency SQLite storage in every Durable Object Feedly Summary: Zero-latency SQLite storage in every Durable Object Kenton Varda introduces the next iteration of Cloudflare’s Durable Object platform, which recently upgraded from a key/value store to a full relational system based on SQLite. This is a fascinating piece…
-
The Cloudflare Blog: Zero-latency SQLite storage in every Durable Object
Source URL: https://blog.cloudflare.com/sqlite-in-durable-objects Source: The Cloudflare Blog Title: Zero-latency SQLite storage in every Durable Object Feedly Summary: Traditional cloud storage is inherently slow because it is accessed over a network and must synchronize many clients. But what if we could instead put your application code deep into the storage layer, such that your code runs…