> ## Documentation Index
> Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Develop with RisingWave Cloud

> RisingWave Cloud leverages the superpower of RisingWave, an open-source distributed SQL database specifically designed for stream processing. RisingWave provides an interface language that resembles PostgreSQL, enabling your team to build real-time data services without the high engineering cost and complexity of traditional stream processing.

## RisingWave user docs

Developers can refer to the user documentation for RisingWave to develop streaming applications with RisingWave Cloud. The documentation covers essential topics such as data ingestion, SQL references, data delivery, client libraries, and ecosystem, providing comprehensive information on how to utilize the capabilities of RisingWave to build and manage data workflows that consume streaming data, perform incremental computations, and update results dynamically.

<CardGroup>
  <Card title="RisingWave user docs" icon="arrow-right" iconType="solid" href="/cloud/intro" horizontal />

  <Card title="See recommended topics" icon="arrow-right" iconType="solid" href="/cloud/develop-overview#top-read-topics-for-developers" horizontal />
</CardGroup>

## How to use the docs

RisingWave is a rapidly evolving system, with [new features](/changelog/release-notes) added with each release. However, this also means some features may not function properly in older versions. Therefore, when using the RisingWave user docs, it's important to select the corresponding documentation version based on the RisingWave version in your project.

### Check RisingWave version

To check your current version, go to [**Projects**](https://cloud.risingwave.com/project/home/).

<Frame>
  <img src="https://mintcdn.com/risingwavelabs/9WnDe1wUSbIzC8ce/images/cloud/develop-overview/cluster-rwversion.png?fit=max&auto=format&n=9WnDe1wUSbIzC8ce&q=85&s=7b3c04e1db55fabfe7db78b5030ebe3a" width="1180" height="920" data-path="images/cloud/develop-overview/cluster-rwversion.png" />
</Frame>

### Select docs version

Select the version of the corresponding docs when using the RisingWave user docs.

<Frame>
  <img src="https://mintcdn.com/risingwavelabs/9WnDe1wUSbIzC8ce/images/cloud/develop-overview/select-docs-version.gif?s=da3164519bb3a2f0d4a9a700fe415221" width="674" height="418" data-path="images/cloud/develop-overview/select-docs-version.gif" />
</Frame>

## Top read topics for developers

### Ecosystem

<CardGroup cols={3}>
  <Card title="Integrations" icon="puzzle-piece" href="/integrations/overview" iconType="solid"> See how RisingWave can integrate with your existing data stack. Vote for your favorite data tools and streaming services to help us prioritize the integration development. </Card>
  <Card title="Sources" icon="database" href="/ingestion/overview" iconType="solid"> Connect to and ingest data from external sources such as databases and message brokers. See supported data sources. </Card>
  <Card title="Sinks" icon="arrow-right-from-bracket" href="/delivery/overview" iconType="solid"> Stream processed data out of RisingWave to message brokers and databases. See supported data destinations. </Card>
</CardGroup>

### Process data with RisingWave

<Card title="SQL references" icon="database" iconType="solid">
  SQL syntax and functionality supported by RisingWave. While RisingWave is wire-compatible with PostgreSQL, it has some unique features and notable differences.

  <p>
    <a href="/sql/overview" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>Overview</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
  </p>

  <p>
    <a href="/sql/overview" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>Commands</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
  </p>

  <p>
    <a href="/sql/commands/overview" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>Query syntax</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
  </p>

  <p>
    <a href="/sql/query-syntax/overview" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>Data types</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
  </p>

  <p>
    <a href="/sql/functions/overview" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>Functions and operators</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
  </p>
</Card>

### Use RisingWave in your applications

<Card title="Client libraries" icon="plug" iconType="solid">
  RisingWave offers support for popular PostgreSQL drivers, enabling seamless integration with your applications for interacting with it.

  <p>
    <a href="https://docs.risingwave.com/client-libraries/java" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>Java</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
  </p>

  <p>
    <a href="https://docs.risingwave.com/client-libraries/nodejs" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>Node.js</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
  </p>

  <p>
    <a href="https://docs.risingwave.com/client-libraries/python" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>Python</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
  </p>

  <p>
    <a href="https://docs.risingwave.com/docs/current/go-client-libraries/" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>Go</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
  </p>
</Card>

### More to read

<CardGroup>
  <Card title="About RisingWave" icon="users" iconType="solid">
    Continue to learn about RisingWave.

    <p>
      <a href="/reference/key-concepts" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>Key concepts</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
    </p>

    <p>
      <a href="/get-started/architecture" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>Architecture</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
    </p>

    <p>
      <a href="/reference/risingwave-flink-comparison" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>RisingWave vs. Apache Flink</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
    </p>

    <p>
      <a href="/changelog/release-notes" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>Release notes</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
    </p>
  </Card>

  <Card title="Blog" icon="newspaper" iconType="solid">
    Product insights, engineering deep-dives, community events, industry highlights, and company news posted regularly by our CEO, engineers, product experts, community runners, communication specialists, and community contributors.

    <p>
      <a href="https://risingwave.com/resources/?filter=blogs" target="_blank" style={{ textDecoration: "underline", textDecorationColor: "#005eec" }}>Blog</a> <Icon icon="arrow-up-right-from-square" iconType="solid" size={10} />
    </p>
  </Card>
</CardGroup>
