Skip to content

tigrisdata-archive/edge-data-latency

 
 

Repository files navigation

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)
  • PlanetScale (Kysely + Serverless SDK)
  • Shopify (Storefront GraphQL API)
  • Supabase (supabase-js)
  • Upstash (SDK)
  • Xata (TypeScript SDK)

🚧 Coming Soon 🚧

  • Neon
  • ReadySet

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;
}

About

Visualize the latency of databases at the Edge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.9%
  • JavaScript 8.0%
  • CSS 0.1%