Repository History
Explore all analyzed open source repositories

dataset: Easy-to-Use Data Handling for SQL in Python
Dataset is a Python library designed to simplify data handling for SQL data stores. It offers features like implicit table creation, bulk loading, and transaction support, making database interactions as straightforward as working with JSON files.

ClickHouse: Real-time Analytics Database Management System for Big Data
ClickHouse is an open-source, column-oriented database management system specifically engineered for generating analytical data reports in real-time. It is highly regarded for its exceptional performance in processing large volumes of data, making it a powerful solution for modern big data analytics. With over 45,000 stars on GitHub, it stands as a leading choice in the analytics database landscape.
SQLModel: Simplifying SQL Databases in Python with Pydantic and SQLAlchemy
SQLModel is a Python library designed for intuitive, compatible, and robust interaction with SQL databases. Built on Pydantic and SQLAlchemy, it streamlines database operations, especially within FastAPI applications, by leveraging Python type annotations. It aims to minimize code duplication and enhance developer experience with excellent editor support.

Apple Health MCP: Query Your Apple Health Data with Natural Language and SQL
The `apple-health-mcp` project is an MCP (Model Context Protocol) server designed for querying Apple Health data. It allows users to analyze their health metrics using natural language or direct SQL queries. This server integrates with clients like Claude Desktop, providing powerful tools for health data analysis.