All Products
Search
Document Center

Hologres:Real-time data APIs

Last Updated:Mar 26, 2026

Real-time data pipelines typically span multiple systems: a real-time computing engine for initial cleansing, a database for storage, and a separate layer to connect Business Intelligence (BI) tools. Each handoff requires data import and export operations, creates redundant copies, and multiplies operations and maintenance (O&M) overhead. The HoloHub API eliminates these handoffs by letting you write business and log data directly into Hologres—where it is stored once and immediately available for high-performance queries and BI analytics.

How data flows without and with the HoloHub API

Without the HoloHub API, a typical workflow involves four stages:

  1. Collect data in real time from applications and log sources.

  2. Run initial cleansing using a real-time computing engine.

  3. Write the cleaned data to a database.

  4. Connect the database to BI tools for visual analytics.

Because a single database rarely handles all four stages, you connect multiple systems. Each system-to-system boundary adds data import and export operations, creates redundant storage, and raises development and O&M costs.

With the HoloHub API, data flows directly into Hologres after collection and cleansing. There is no export step and no intermediate copy. The same Hologres instance handles high-performance computing, massive data storage, and BI connectivity.

Benefits

  • No redundant storage: Data written through the API is stored once in Hologres—no intermediate copies created by import and export operations. This saves both computing and storage resources.

  • Single system: High-performance computing, massive data storage, and BI connectivity run from one place.

  • Lower development and O&M costs: Eliminating multi-system pipelines reduces development complexity and ongoing maintenance.

Use cases

Use the HoloHub API when your workflow involves any of the following:

  • Business event data: Write transactional or application event records directly into Hologres as they occur.

  • Log data ingestion: Stream server, application, or security logs into Hologres for real-time querying.

  • Real-time dashboards: Power live BI dashboards without a separate data warehouse layer.

  • Reducing pipeline complexity: Consolidate multi-step ingest pipelines into a single write path.

What's next

  • [HoloHub API reference] — explore available endpoints and parameters.

  • [HoloHub API quickstart] — write your first records into Hologres.