LogoLogo
DocsHomeSupportContact
  • Getting Started
    • Introduction
    • Build on DIMO
  • DEVELOPER GUIDE
    • Developer Overview
    • Developer Console
    • Authentication
    • DIMO Developer SDKs
      • Data SDK
      • Login with DIMO SDK
        • React Component
        • Login with DIMO Redirect
        • Core Functionalities
      • TypeScript: Transactions SDK
      • SDK Release Notes
    • Low Code Tools
      • n8n: Getting Started
    • Permissions Contract: SACD
    • DIMO Credits
    • Response Types
    • Rate Limits
    • Developer FAQ
    • Developer Changelogs
    • Troubleshooting Common Issues
  • API References
    • Overview of DIMO API
    • Attestation API
    • Device Definitions API
    • Identity API
      • Schema & Types
      • Scalars
      • Nodes & Objects
        • AftermarketDevice
        • AftermarketDeviceConnection
        • DCN
        • DCNConnection
        • DeveloperLicense
        • DeviceDefinition
        • Earning
        • EarningsConnection
        • Manufacturer
        • Sacd
        • SyntheticDevice
        • Vehicle
        • VehicleConnection
        • VehicleEarnings
        • UserRewards
      • Common Queries
    • Telemetry API
      • Schema & Types
      • Scalars
      • Nodes & Objects
        • Signals
        • SignalsLatest
      • Common Queries
    • Token Exchange API
    • Trips API
    • Valuations API
  • DIMO Hardware
    • Introduction
    • DIMO Hardware Application
    • DIMO Manufacturing License
    • Development & Certification
    • Audits & Assessments
      • Hardware & Security Audit
      • Customer Experience Assessment
      • Integration Testing & Quality Control
      • Final Approval
    • DIMO Device License
      • Device Minting Certificates
    • Essential Documents
      • Hardware & Security Audit Checklist
      • Approved Hardware Auditors
      • DIMO Memorandum of Understanding (MOU)
  • Additional References
    • Developer License
    • DIMO GraphQL Basics
  • Deprecated Resources
    • Guides
      • Developer Journey
      • Quick Start Guide
      • Hello World
      • Code Exchange Flow
    • Data Availability
Powered by GitBook
On this page
  • Overview
  • Getting Started with Subscriptions
  • Subscribing to Streams via Developer Licensing

Was this helpful?

  1. DIMO Streams

Subscribe to a Stream

Last updated 11 months ago

Was this helpful?

Overview

Subscribing to a stream is what you would do if you're looking to get a constant feed of data. You would probably want to revisit the if you are only looking for a snapshot of the data.

Getting Started with Subscriptions

To get started with subscribing to a stream, the Streamr Network has provided developers with a to simplify to subscription process. The DIMO Network also has a quick boilerplate available here:

You should also checkout the for any streams that you've created or subscribed to.

Subscribing to Streams via Developer Licensing

Subscribing to a data stream is even easier with . If you are an application developer and would like to subscribe to your end users' vehicle data streams, all you need to do is have users share streaming privileges to your Developer License address.

Once your Developer License has the correct privileges, you can easily subscribe to a vehicle stream via our .

REST API references
JavaScript client
https://github.com/DIMO-Network/dimo-streams-demo
Streamr hub
Developer Licensing
Developer SDK