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.
Quick Start
Install the Python SDK and run your first query in under a minute.
pip install supertable
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 morePython SDK
High-level Python client with Polars integration, time travel, and streaming writes.
Learn moreMCP Server
Model Context Protocol server for AI assistants. 24 tools across 4 categories.
Learn moreArchitecture
Learn how the storage engine, query planner, and access control work together.
Learn moreKey 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.