# How to Publish Real-Time Data Streams on DPSN: A Guide for Developers

Turn your data into revenue without custom builds or complex integrations. This guide shows you how to publish your data stream in 8 simple steps and start earning from your valuable data today.

### Publishing Your Data Stream: 8 Simple Steps

#### Step 1: Click "New Stream"

Go to the [Dashboard](https://streams.dpsn.org/). Navigate to your publisher dashboard by clicking "Publish" in the header menu, then click "New Stream" to begin the publishing process.

<figure><img src="/files/FtH4As9IrCbbv6eHmCqq" alt=""><figcaption></figcaption></figure>

#### Step 2: Enter Stream Details

Enter your stream name, stream ID, description, and pricing per event to help subscribers discover and understand your data offering. Click "Continue" when finished.

<figure><img src="/files/UKqGH8G1l2O1xxP7tWW5" alt=""><figcaption></figcaption></figure>

#### Step 3: Stream Creation in Progress

DPSN will automatically provision the necessary infrastructure and configure your data pipeline. The system handles all backend setup without any manual intervention.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfFVgduPXJu0SJ047fIS-ErL8pxfJwfIRgwT-H3vRVqJ2PHtr7xvTMRl0xPy6q1sFg38r8m_3Ga9nH5yGMf-qbqt0iMnpR4qlwr-0gcVXhpesnhiNwf_cOyXQproQu6d2opEZOK?key=6VopLbnoRPt_lnDvIcOB7w" alt=""><figcaption></figcaption></figure>

#### Step 4: Stream Created with Integration Guide

Congratulations! Your stream is now created on the marketplace. You'll receive unique a topic ID, authentication tokens, and comprehensive integration documentation for your stream. You can start the integration by installing the DPSN client first.

<figure><img src="/files/BQqx3TJvBirhMImAW8F8" alt=""><figcaption></figcaption></figure>

#### Step 5: Configure your DPSN client&#x20;

Configure the client by copying the provided code. This step ensures your system can communicate properly with the DPSN network.

<figure><img src="/files/L8LnxjjyVAEmABusXa4f" alt=""><figcaption></figcaption></figure>

#### Step 6 : Get Your Access Code and Publish Data

To authenticate with the DPSN network, copy your access code, then copy the integration code and publish the data from your system.

<figure><img src="/files/As1LTIRDohcAhuKNKiJe" alt=""><figcaption></figcaption></figure>

#### Step 7: Review Process

Your stream will be reviewed by the DPSN team within 12 hours. You'll receive an email confirmation once your stream goes live.

Once you receive email confirmation that your stream is live, you can see your stream under the publisher dashboard. If someone has subscribed to your stream, you can check subscriber details by clicking on the "View Details" tab.

<figure><img src="/files/UBG48fInO02CtaRn2N7T" alt=""><figcaption></figcaption></figure>

#### Step 8: Payouts&#x20;

If anyone has subscribed to your stream, the expected revenue from payouts will be tracked based on usage. You can access payout information by going to the top menu and clicking on "Payouts."

<figure><img src="/files/THueza6t4gX37PHNYaMo" alt=""><figcaption></figcaption></figure>

### Data Flow

The integration code automatically receives data once subscribers connect. Monitor your console for incoming messages and track continuous data flow until you stop the process.

### Check notes

* Monitor your real-time data flow through the console output
* Add your business logic to handle incoming messages from subscribers
* Enhance your integration by implementing data storage, and alerts as needed

### Resources

* [DPSN Client Documentation](https://docs.dpsn.org/)
* [Support](https://t.me/dpsn_dev)
* [GitHub Examples](https://github.com/DPSN-org/dpsn-examples)

### Need Help?

Contact support if your stream isn't activated after 2 business days:[ https://t.me/dpsn\_dev](https://t.me/dpsn_dev)<br>


---

# 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://blog.dpsn.org/how-to-publish-real-time-data-streams-on-dpsn-a-guide-for-developers.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.
