Docs Portal
Documentation
API ReferenceConsole

Measurabl Destination

Measurabl logo

The Measurabl Destination connector enables streaming time series data from the Mapped platform to Measurabl (via Hatch Data API). The connector converts Mapped time series point data into the format required by Measurabl's API and submits it in real-time.

Use Cases

  • Sustainability Reporting: Stream building energy and utility data to Measurabl for ESG reporting and compliance tracking
  • Portfolio Benchmarking: Push performance metrics across building portfolios to Measurabl for centralized sustainability analysis
  • Data Integration: Enable bi-directional data flow between Mapped's real-time operational data and Measurabl's reporting platform

Configuration

Auth Requirements

To configure this connector, you'll need:

  • API Base URL: The base URL for the Hatch Data API (typically https://api.hatchdata.com)
  • API Key: A valid API key from Measurabl/Hatch Data with permissions to submit point data

The API Base URL must start with https:// and use an approved domain. Contact your Measurabl administrator to obtain API credentials.

Mapped Concepts

This connector does not create entities in the Mapped Graph. It is a destination-only connector that streams timeseries data from existing Mapped points to the Measurabl platform.

Data Flow: Mapped Point → Measurabl API

For each point in the timeseries stream:

  • Point ID: The Mapped point identifier used to reference the data source
  • Timestamp: ISO 8601 formatted timestamp from the Mapped timeseries row
  • Value: The point value, converted to string format for the Measurabl API

Supported Datatypes

The connector can stream the following datatypes from Mapped points:

  • DOUBLE (float64)
  • FLOAT (float32)
  • INT32
  • INT64
  • UINT32
  • UINT64
  • STRING
  • BOOLEAN
  • BYTE_ARRAY
  • GEOPOINT
  • JSON

All values are converted to string representation for transmission to the Measurabl API.