{"categories":[{"label":"Front-Ends","url":"https://skillfed.io/packages/category/database-front-ends/2"}],"enrichment":{"capability":"Pydoris is a Python client for Apache Doris that enables SQLAlchemy-based database connections and query execution against a Doris analytical database.","skillfed_tags":["database-driver","sqlalchemy-dialect","analytics"],"use_cases":["Connect a Python analytics or reporting application to Doris for real-time query execution.","Build ETL pipelines that read from Doris using SQLAlchemy's connection and metadata introspection.","Execute ad-hoc SQL queries against a Doris cluster from Python scripts or Jupyter notebooks.","Integrate Doris as a backend for a data warehouse or data lake query layer in a larger Python service."],"what_it_does":"Pydoris bridges Python applications to Apache Doris, an MPP analytical database designed for sub-second query response times on large datasets. It provides a SQLAlchemy dialect that lets you connect using standard SQLAlchemy patterns\u2014create_engine with a doris:// URL, then execute queries through the connection object. The package depends on sqlalchemy, sqlalchemy-utils, mysqlclient, and requests, making it a thin wrapper around Doris's wire protocol.\n\nYou use it when you need Python code to query Doris for reporting, ad-hoc analysis, or data lake acceleration. It's not an ORM layer but a database driver: you write SQL or use SQLAlchemy's text() construct to run queries and fetch results. The package requires Python 3.7 or later and is marked as production-stable.","worth_installing":"Yes. Pydoris is actively maintained, carries no known vulnerabilities, has low install friction, and is licensed permissively. Install it if you need to query Apache Doris from Python\u2014it's the standard SQLAlchemy dialect for that purpose. No significant blockers."},"id":"pydoris","links":{"html":"https://skillfed.io/packages/pydoris","md":"https://skillfed.io/packages/pydoris.md","pypi":"https://pypi.org/project/pydoris/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-17","license_spdx":null,"license_treatment":"permissive","name":"pydoris","python_support":"supports_current","summary":"Python interface to Doris"},"popularity":{"monthly_downloads":135373,"position":11435,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.2.0"}
