> For the complete documentation index, see [llms.txt](https://docs.deltastream.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltastream.io/integrations/setting-up-data-store-integrations/confluent-cloud.md).

# Confluent Cloud

[Confluent Cloud](https://www.confluent.io/) is a fully-managed cloud service based on Apache Kafka. This article shows you how to create Confluent Cloud-type data stores directly in DeltaStream.

{% hint style="info" %}
**Note** For more information on creating data stores, see [Create Data Stores for Streaming Data](/how-do-i.../create-and-manage-data-stores/store.md).
{% endhint %}

### To create a Confluent Cloud Data Store <a href="#create_a_store" id="create_a_store"></a>

1. In the lefthand navigation, click **Resources**, and then click **+ Add Data Store**.
2. From the menu that displays, click **ConfluentKafka.** The **Add Data Store** window opens.<br>

   <div align="center"><figure><img src="/files/Gan5WXrNCx9lapaacqDo" alt="" width="459"><figcaption></figcaption></figure></div>
3. Enter the authentication and connection parameters. This includes:
   1. a unique **Name** for the data store.\
      Store names are limited to a maximum of 255 characters. Only alphanumeric characters, dashes, and underscores are allowed.
   2. the URIs to connect to Confluent Cloud.\
      You can find your bootstrap server on Confluent's **Cluster settings** page.<br>

      <div align="center"><figure><img src="/files/f76SyUxEjaKElS69m0iT" alt="" width="563"><figcaption></figcaption></figure></div>
   3. the **API Key** and **API Secret** created on Confluent Cloud.
4. Click **Add**.

Your Confluent Cloud Cluster displays on the **Resources** page in your list of data stores.

<figure><img src="/files/esaQnzsgn6wp8V24EN92" alt="" width="563"><figcaption></figcaption></figure>

To inspect the topics in the data store, and to print their records, simply click on the data store.

<figure><img src="/files/HS8OrPgLfW8NwDMgcWid" alt="" width="337"><figcaption></figcaption></figure>

With your Confluent Cloud data store set up, view the following tutorials to learn how to manage and process your streaming data with DeltaStream.

* [Use Namespacing for Organizing Data](/how-do-i.../database.md)
* [Create DeltaStream Objects to Structure Raw Data](/how-do-i.../relation.md)
* [Create and Query Materialized Views](/how-do-i.../creating-and-querying-materialized-views.md)
