DataBug for Techies
  • Home
  • Getting Started
    • The DataBug process
    • Agents
      • Deploying your own Agent
      • IP Address Ranges
    • Connections
      • Relational Databases
        • Azure SQL
        • Azure Synapse Analytics
        • Firebird
        • IBM DB2
        • Microsoft SQL Server
        • MySQL
        • Oracle
        • PostgreSQL
      • Non-Relational Databases
        • Apache Cassandra
        • Apache CouchDB
        • Apache HBase
        • Azure Cosmos DB
        • Couchbase
        • Elasticsearch
        • MongoDB
        • Neo4j
        • RavenDB
      • Key-Value Stores
        • Amazon DynamoDB
      • File-Based Databases
        • Microsoft Access
        • H2
        • SQLite
      • Flat Files
        • Amazon S3
        • Azure Blob Storage
        • Azure File Storage
        • Local Folder
      • Web-Based Data
        • HTTP URL
    • Problem Definitions
    • Key Skills
  • 1. Gathering data
    • Working with query templates
    • Relational databases
      • Platforms
        • Microsoft SQL Server
    • No SQL databases
      • Defining schemas for JSON
      • Flattening JSON data
      • Platforms
        • Apache HBase
        • Neo4J
    • APIs
      • Platforms
        • ECOES API
    • Logs
      • Ingestion of log data
  • 2. Analyzing Data
    • Overview
  • 3. Managing Cases
    • Creating Cases
Powered by GitBook

Links

  • Guidance for Users
  • DataBug.com

Copyright © 2023 Red Bear Software Limited

On this page

Was this helpful?

  1. 1. Gathering data
  2. APIs
  3. Platforms

ECOES API

ECOES is an API used by participants in the UK electricity market to discover information about the status of meter points and registrations.

Data retrieved for this operation is automatically transformed from the original API response structure. You can preview the transformation below and can optionally override this transformation by providing your own JSONata or Handlebars transformation.

{
    "blah": "blah"
}

{
    "blah": "blah"
}

{
    "blah": "blah"
}

PreviousPlatformsNextLogs

Last updated 3 years ago

Was this helpful?