diff --git a/README.md b/README.md index bf50ae208a97..07d12e99223e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ RisingWave is a Postgres-compatible SQL engine engineered to provide the simplest and most cost-efficient approach for processing, analyzing, and managing real-time event streaming data. -![RisingWave](https://github.com/risingwavelabs/risingwave/assets/41638002/10c44404-f78b-43ce-bbd9-3646690acc59) +![RisingWave](./docs/dev/src/images/architecture_20240814.png) ## When to use RisingWave? RisingWave can ingest millions of events per second, continuously join live data streams with historical tables, and serve ad-hoc queries in real-time. Typical use cases include, but are not limited to: diff --git a/docs/dev/src/images/architecture_20240814.png b/docs/dev/src/images/architecture_20240814.png new file mode 100644 index 000000000000..9d90e7bd8655 Binary files /dev/null and b/docs/dev/src/images/architecture_20240814.png differ