Skip to content

Commit

Permalink
chore(docs): Update README.md (#18340)
Browse files Browse the repository at this point in the history
  • Loading branch information
yingjunwu authored Sep 2, 2024
1 parent e41b348 commit ef71eef
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
</a>
</div>
RisingWave is a Postgres-compatible SQL engine engineered to provide the <i><b>simplest</b></i> and <i><b>most cost-efficient</b></i> approach for <b>processing</b>, <b>analyzing</b>, and <b>managing</b> real-time event streaming data.
RisingWave is a Postgres-compatible SQL database engineered to provide the <i><b>simplest</b></i> and <i><b>most cost-efficient</b></i> approach for <b>processing</b>, <b>analyzing</b>, and <b>managing</b> real-time event streaming data.

RisingWave can <b>ingest</b> millions of events per second, seamlessly <b>join and analyze</b> live data streams with historical tables, <b>serve</b> ad-hoc queries in real-time, and <b>deliver</b> fresh, consistent results.
RisingWave can <b>ingest</b> millions of events per second, continuously <b>join and analyze</b> live data streams with historical tables, <b>serve</b> ad-hoc queries in real-time, and <b>deliver</b> fresh, consistent results wherever needed.

![RisingWave](./docs/dev/src/images/architecture_20240814.png)

Expand All @@ -62,13 +62,13 @@ curl https://risingwave.com/sh | sh
To learn about other installation options, such as using a Docker image, see [Quick Start](https://docs.risingwave.com/docs/current/get-started/).

## When is RisingWave the perfect fit?
RisingWave is the ideal solution for building event-driven applications. Choose RisingWave when you want to:
RisingWave is the ideal solution for:

* Ingest data from real-time sources like Kafka streams, database CDC, and more.
* Perform complex queries (such as joins, aggregations, and time windowing) on the fly.
* Interactively and concurrently explore consistent, up-to-the-moment results.
* Seamlessly send results to downstream systems.
* Process streaming and batch data using the same codebase.
* Managing real-time data sources like Kafka streams, database CDC, and more.
* Executing complex, on-the-fly queries, including joins, aggregations, and time windowing.
* Interactively and concurrently exploring consistent, up-to-the-moment results.
* Seamlessly delivering results to downstream systems.
* Processing both streaming and batch data with a unified codebase.


## In what use cases does RisingWave excel?
Expand Down

0 comments on commit ef71eef

Please sign in to comment.