[ 01 / 04 ]

Power your App with Universal Data

/// one API. all providers. infinite possibilities.

OASIS Data is a data primitive that allows developers to access data from any supported provider in a single function call. Deploy anywhere, unlock data from everywhere.

Scroll to explore
Section 01
[ 01 / 04 ]

Overview

OASIS Data is a data primitive that allows developers to access data from any supported provider in a single function call. Deploy anywhere, unlock data from everywhere.
[ 02 / 04 ]

Why OASIS Data?

/ A

Quick Setup

Access any supported provider's data in just a few lines of code, letting you focus on building impactful solutions.

/ B

Unified Development

Retrieve data across all providers using standardized methods, simplifying cross-provider workflows.

/ C

Zero Downtime

Built on HyperDrive with auto-failover and intelligent routing. The protocol ensures continuous availability by automatically routing operations to available providers.

/ D

Cost-Effective

Pay as you go model means you only pay for data operations when you use them - keeping operational costs low and predictable.

[ 03 / 04 ]

Use Cases

Aggregate
[ 01 ]

Cross-Platform Analytics

OASIS Data aggregates data from all Web2 and Web3 sources into a unified format, enabling comprehensive analytics across platforms without costly integration fees or delays.

Sync
[ 02 ]

Real-Time Synchronization

OASIS Data synchronizes data across providers, enabling seamless replication, cross-provider consistency, and real-time updates for all applications.

Migrate
[ 03 ]

Provider Migration

OASIS Data enables easy migration between any providers, allowing applications to switch data storage without code changes or downtime.

Query
[ 04 ]

Parallel Query Execution

OASIS Data executes queries across all providers simultaneously, delivering 20-50x faster results with intelligent aggregation and caching.

[ 04 / 04 ]

Core Concept

OASIS Data: A New Data Primitive

Any Data Receive raw data from one provider, many providers, or add compute to transform data and receive back a simplified payload.
// Save holon - automatically replicates
POST /api/holon/save-holon
{
  "name": "User Profile",
  "holonType": "Profile",
  "metaData": {
    "username": "user123",
    "email": "user@example.com"
  }
}

// Automatically replicates to:
// - MongoDB (fast reads, indexing)
// - IPFS (permanent backup)
// - Arbitrum (immutable proof)
// - Any configured provider
Any Provider With unified semantics, OASIS Data is designed to scale. Developers can utilize data from any provider with a single API.
// Query holon - works with any provider
GET /api/holon/load-holon/{holonId}

// HyperDrive v2:
// 1. Queries ALL providers simultaneously (parallel)
// 2. Aggregates responses intelligently
// 3. Returns fastest/authoritative result
// 4. Caches for future queries

// Works with: MongoDB, IPFS, Arbitrum, AWS, Azure, 
// Google Cloud, Holochain, ThreeFold, and 40+ more
Any Period of Time Historical data is accessible across any provider, opening up new possibilities for data-native applications.
// Query historical data
GET /api/holon/load-holon-versions/{holonId}

// Returns:
// - All versions with timestamps
// - Complete audit trail
// - Version comparison
// - Rollback to any version

// Automatic versioning:
// Every save creates a new version
// Complete history preserved
// Access any point in time