risingwavelabs / risingwave

Best-in-class stream processing, analytics, and management. Perform continuous analytics, or build event-driven applications, real-time ETL pipelines, and feature stores in minutes. Unified streaming and batch. PostgreSQL compatible.
https://go.risingwave.com/slack
Apache License 2.0
7.05k stars 579 forks source link

Migrate postgres sink from jdbc to rust implementation using tokio_postgres #19213

Open kwannoel opened 2 weeks ago

BugenZhao commented 1 week ago

Shall we consider sqlx or sea-query (with sea-schema), which is database agnostic just like jdbc?