Introducing Relational Database Connectors
November 15, 2021 1:59PM
Customers can connect to a Postgres or MySQL database directly from their Workers using a Cloudflare Tunnel today. In the future, you can use Database Connectors to achieve this natively using a standardized Socket API....
Continue reading »
Modernizing a familiar approach to REST APIs, with PostgreSQL and Cloudflare Workers
August 04, 2021 1:56PM
Cloudflare Tunnel
Cloudflare Workers
Postgres
By using PostgREST with Postgres, we can build REST API-based applications. In particular, it's an excellent fit for Cloudflare Workers, our serverless function platform. Workers is a great place to build REST APIs....
A Byzantine failure in the real world
November 27, 2020 12:00PM
Post Mortem
API
Postgres
Outage
Engineering
When we review design documents at Cloudflare, we are always on the lookout for Single Points of Failure (SPOFs). In this post, we present a timeline of a real-world incident, and how an interesting failure mode known as a Byzantine fault played a role in a cascading series of events....
Introducing CFSSL 1.2
March 31, 2016 1:00PM
TLS
CFSSL
Product News
SSL
Postgres
Continuing our commitment to high quality open-source software, we’re happy to announce release 1.2 of CFSSL, our TLS/PKI Swiss Army knife. We haven’t written much about CFSSL here since we originally open sourced the project in 2014, so we thought we’d provide an update....
Scaling out PostgreSQL for CloudFlare Analytics using CitusDB
April 09, 2015 6:32PM
Analytics
SQL
Postgres
Kafka
LUA
When I joined CloudFlare about 18 months ago, we had just started to build out our new Data Platform. At that point, the log processing and analytics pipeline built in the early days of the company had reached its limits....