Asoba Ona Documentation

Data Ingestion API Overview

The Data Ingestion API provides endpoints for uploading historical and real-time solar production data to the platform. These endpoints trigger automated data processing pipelines that standardize, enrich, and prepare your data for forecasting and analysis.

Endpoints

API Design Principles

The Data Ingestion API follows standard RESTful conventions:

Base URL

https://api.asoba.co

Data Flow

When you upload data:

  1. Upload: Your data is uploaded directly to S3
  2. Event Trigger: S3 event triggers downstream processing services
  3. Standardization: Data is standardized to common schema
  4. Enrichment: Weather data and features are added
  5. Training: Historical data triggers model training (if applicable)
  6. Forecasting: Real-time data enables forecast generation

Quick Start

To upload your first dataset:

  1. Prepare your data in the correct format
  2. Upload training data for historical datasets
  3. Upload nowcast data for real-time updates

See Also