rockset
The python client for the Rockset API.
What it is and what it does
Rockset is a Python client library for interacting with the Rockset API, auto-generated from OpenAPI specifications. It provides a programmatic interface to create, manage, and query Rockset resources—including collections, aliases, API keys, and query lambdas—across multiple data sources (S3, Kafka, MongoDB, Snowflake, DynamoDB, and others). The library wraps HTTP requests to Rockset's API endpoints and includes convenience methods like `rs.sql()` for executing SQL queries and `QueryPaginator` for handling result pagination.
The package depends on urllib3 for HTTP transport, python_dateutil for timestamp handling, and geojson for geographic data support. It requires Python >=3.6 and <4.0 and supports current Python versions. The client is designed for developers building applications that need to programmatically interact with Rockset's analytics platform, though its dormant maintenance status means it may lag behind new Rockset API features or require manual updates.
Use it for:
- Execute SQL queries against Rockset collections from Python applications without direct HTTP calls.
- Automate creation and management of Rockset collections, aliases, and API keys in deployment pipelines.
- Build data ingestion workflows that programmatically configure Rockset sources (S3, Kafka, MongoDB, etc.).
- Implement pagination logic for large query result sets using QueryPaginator.
- Integrate Rockset analytics into Python-based data applications or ETL processes.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python client library for the Rockset API, enabling programmatic creation, management, and querying of Rockset resources.
Yes, with conditions. The package is stable for basic Rockset API interaction and has low install friction, but its dormant maintenance status (834 days since last release) means it may not support recent Rockset API changes or receive security updates. Install if your use case aligns with the last documented API version; verify compatibility with your Rockset backend before production deployment.
Install
rockset on PyPI
pip
pip install rocksetuv
uv add rocksetpoetry
poetry add rocksetInstalling rockset
Before you install
Low install friction with only three runtime dependencies (urllib3, python_dateutil, geojson). However, the package is dormant—last release was 834 days ago with no recent commits beyond July 2024—so bug fixes or API updates may not be forthcoming.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install rockset
import rockset
rs = rockset.RocksetClient(host=rockset.Regions.use1a1, api_key="APIKEY")
res = rs.sql(query="SELECT * FROM _events LIMIT 100")
Requires Python >=3.6 and <4.0. SSL certificate verification issues may require setting CERT_PATH, SSL_CERT_FILE, or REQUESTS_CA_BUNDLE environment variables.
Verify before relying
- Whether the dormant status (834 days since release) affects compatibility with current Rockset API versions.
- Whether all documented endpoints and features remain functional with the latest Rockset backend.
- Current user adoption and community support level given the long release gap.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (<4.0,>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — urllib3, python_dateutil, geojson |
| Maintenance | dormant — 834 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 144,182/month — #11,159 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: rockset-2.1.2-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
azure-mgmt-sqlProvides programmatic management of Azure SQL…
permissive · top 5,000 on PyPI
pyralpyral is a Python toolkit that lets you create,…
permissive · top 15,000 on PyPI
cudo-computeA Python client library for the Cudo Compute…
permissive · top 15,000 on PyPI
gooddata-api-clientProvides a Python client for the GoodData API,…
permissive · top 15,000 on PyPI
contentful_managementPython client for Contentful's Management API,…
permissive · top 15,000 on PyPI
libsql-clientPython SDK for connecting to and querying…
permissive · top 15,000 on PyPI
qase-api-clientPython client library for the Qase TestOps API…
unclear · top 15,000 on PyPI
azure-mgmt-appplatformManages Azure App Platform (Spring Apps)…
permissive · top 15,000 on PyPI
azure-mgmt-synapseProvides Python client library for…
permissive · top 5,000 on PyPI
coinbase-advanced-pyOfficial Python SDK for the Coinbase Advanced…
permissive · top 15,000 on PyPI