This demo helps observe the latency characteristics of querying different popular data services from Wasmer Edge.
Here is an overview of all data service providers and the compute locations available in this app:
Provider | Edge (Global) | Edge (Regional / US East) |
---|---|---|
Neon | ✅ | ✅ |
PlanetScale | ✅ | ✅ |
Supabase | ✅ | ✅ |
TiDB Cloud | ✅ | ✅ |
Xata | ✅ | ✅ |
- Smallest atomic unit, e.g. 1 item / row.
- Data schema:
interface EmployeeTable {
emp_no: number;
first_name: string;
last_name: string;
}
You can find the instructions for setting up the database inside of db