/// 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.
Access any supported provider's data in just a few lines of code, letting you focus on building impactful solutions.
Retrieve data across all providers using standardized methods, simplifying cross-provider workflows.
Built on HyperDrive with auto-failover and intelligent routing. The protocol ensures continuous availability by automatically routing operations to available providers.
Pay as you go model means you only pay for data operations when you use them - keeping operational costs low and predictable.
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.
OASIS Data synchronizes data across providers, enabling seamless replication, cross-provider consistency, and real-time updates for all applications.
OASIS Data enables easy migration between any providers, allowing applications to switch data storage without code changes or downtime.
OASIS Data executes queries across all providers simultaneously, delivering 20-50x faster results with intelligent aggregation and caching.
// 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
// 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
// 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