vvo / edge-data-latency

Visualize the latency of databases at the Edge.

Home Page:https://edge-data-latency.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edge Database Latency

This demo helps observe the latency characteristics of querying different popular data services from varying compute locations.

https://edge-data-latency.vercel.app

Providers

  • Convex (SDK)
  • Fauna
  • Grafbase (GraphQL)
  • Neon
  • PlanetScale (Kysely + Serverless SDK)
  • PolyScale
  • Shopify (Storefront GraphQL API)
  • Supabase (supabase-js)
  • Tigris
  • Turso
  • Upstash (SDK)
  • Xata (TypeScript SDK)

Testing Methodology

  1. Smallest atomic unit, e.g. 1 item / row.
  2. Data schema:
interface EmployeeTable {
  emp_no: number;
  first_name: string;
  last_name: string;
}

Learn More

About

Visualize the latency of databases at the Edge.

https://edge-data-latency.vercel.app/


Languages

Language:TypeScript 93.8%Language:JavaScript 6.1%Language:CSS 0.1%