Developer Hub

Everything you need to build on top of Data Island. From quick installation to full API reference — get from zero to production in minutes.

128+ REST Endpoints
24 MCP Tools
5 Sub-Surfaces
OSS Apache 2.0
pip Install in 1 cmd
5 min To First Query

Quick Start

Install the Python SDK and run your first query in under a minute.

Install
pip install supertable
First Query
from supertable import SuperTable

st = SuperTable(organization="my-org")
result = st.execute_query("SELECT * FROM my_table LIMIT 10")
print(result)

Explore the Documentation

Dive deeper into each area of the platform.

Quickstart

Step-by-step guide to install, configure, and run your first queries in minutes.

Learn more

REST API

128+ JSON endpoints for tables, data, RBAC, ingestion, monitoring, and more.

Learn more

Python SDK

High-level Python client with Polars integration, time travel, and streaming writes.

Learn more

MCP Server

Model Context Protocol server for AI assistants. 24 tools across 4 categories.

Learn more

OData

OData 4.0 endpoint for Power BI, Excel, Tableau, and other BI tools.

Learn more

Architecture

Learn how the storage engine, query planner, and access control work together.

Learn more

Key Concepts

Data Island is built around a few core principles that shape the developer experience.

Sovereign by Default

Your data never leaves your infrastructure. No phone-home, no telemetry, no vendor lock-in.

SQL-First Interface

Every operation is expressible as SQL. The query engine speaks Polars and Apache Arrow natively.

Time Travel Built In

Query any table as of any point in time. Full audit trail and version history at the storage layer.

Build on Data Island Today

Open the Quickstart, install the SDK, and run your first query in under five minutes.