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
6.82k stars 566 forks source link

Make Bummock a separate private crate. #145

Closed twocode closed 2 years ago

twocode commented 2 years ago

... because

  1. Bummock is now only in-memory. Open sourced version will use Hummock with remote storage to serve relational tables (support insert, delete, read).
  2. Bummock should not be open sourced at first when it supports schemaless.
  3. Bummock can be compiled and shipped to cloud and deployed.
twocode commented 2 years ago

We can just bootstrap a new one. Close this.