0
stars
0
forks
source link
Problem statement :
- Implement a google sheet like frontend interface using Svelte
- Send real time updates in the sheets to DuckDB via websockets
- Receive the real time updates for other users using socket implementation
- Another user using the sheets should be able to see the updates in realtime
- To use docker and Kubernetes, implement DuckDB as statefulset in K8s (For db file persistent storage)
- To implement a singleton db manager for duckdb access.
**Design Document :