# Build a Data Union with Streamr

### What Is Streamr Network

Streamr offers a **decentralized real-time data infrastructure** with a **publish/subscription messaging system**. It is built to distribute and trade the worlds live flowing data.

Learn more about Streamr on their [website](https://streamr.network/) and in their [docs](https://streamr.network/docs).

### Deploy And Manage Your Data Union With Streamr Core

Both technologies have proven to work perfectly together. Streamr offers a frontend for easy deployment and configuration of data unions.

Follow this guide to learn how to deploy, manage and integrate your data union with Streamr.

### What you’ll need

Creating a Data Union **requires an Ethereum address** to create, manage and receive revenue from the underlying smart contract. It also **requires some sort of host application that enables your users to join and provide data.** For example, this can be a browser extension, a mobile app, or a publishing script on a hardware device.

{% content-ref url="build-a-data-union-with-streamr/create-a-data-stream" %}
[create-a-data-stream](https://docs.dataunions.org/getting-started/build-a-data-union-with-streamr/create-a-data-stream)
{% endcontent-ref %}

{% content-ref url="build-a-data-union-with-streamr/deploy-a-data-union-with-streamr-core" %}
[deploy-a-data-union-with-streamr-core](https://docs.dataunions.org/getting-started/build-a-data-union-with-streamr/deploy-a-data-union-with-streamr-core)
{% endcontent-ref %}

{% content-ref url="build-a-data-union-with-streamr/integrate-data-union-and-stream" %}
[integrate-data-union-and-stream](https://docs.dataunions.org/getting-started/build-a-data-union-with-streamr/integrate-data-union-and-stream)
{% endcontent-ref %}

{% content-ref url="build-a-data-union-with-streamr/publish-to-streamr-marketplace" %}
[publish-to-streamr-marketplace](https://docs.dataunions.org/getting-started/build-a-data-union-with-streamr/publish-to-streamr-marketplace)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dataunions.org/getting-started/build-a-data-union-with-streamr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
