{"categories":[{"label":"Front-Ends","url":"https://skillfed.io/packages/category/database-front-ends"}],"enrichment":{"capability":"Provides a SQLAlchemy dialect and Alembic integration for connecting Python applications to StarRocks, a real-time analytics database platform.","skillfed_tags":["sqlalchemy-dialect","analytics-database","schema-migration"],"use_cases":["Build a Python web application that queries StarRocks for real-time analytics dashboards using SQLAlchemy ORM.","Automate schema migrations in a StarRocks data warehouse using Alembic without writing raw SQL.","Define and manage complex StarRocks tables with distribution and replication settings via SQLAlchemy declarative models.","Integrate async Python applications (e.g., FastAPI services) with StarRocks using the asyncmy driver.","Generate Python ORM models from an existing StarRocks database schema using sqlacodegen."],"what_it_does":"This package is a SQLAlchemy dialect that bridges Python applications to StarRocks, a next-generation real-time analytics database. It allows developers to use SQLAlchemy's ORM and expression language to query and manage StarRocks tables, as well as define tables with StarRocks-specific attributes like primary keys, distribution strategies, and replication settings. The package also integrates with Alembic to automate schema migrations, including support for views and materialized views.\n\nThe dialect supports both synchronous connections (via pymysql) and asynchronous connections (via asyncmy2), making it suitable for both traditional and async Python applications. It includes helpers for defining views and materialized views, and can generate migration code from existing database schemas. The package is actively maintained and targets modern Python versions from 3.10 to 3.14.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, supports current Python versions, and provides a well-integrated path into StarRocks for Python developers already using SQLAlchemy. Install it if you need to connect a Python application to StarRocks; the low friction and permissive license make it a straightforward choice."},"id":"starrocks","links":{"html":"https://skillfed.io/packages/starrocks","md":"https://skillfed.io/packages/starrocks.md","pypi":"https://pypi.org/project/starrocks/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-01","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"starrocks","python_support":"supports_current","summary":"Python SQLAlchemy Dialect for StarRocks with optional Alembic integration"},"popularity":{"monthly_downloads":581817,"position":5906,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.3.4"}
