Source and build
Clone the main repository and build with Maven. The primary documentation lives with the code, including install, evaluation, and development guidance.
Open the READMEGet Started
Start with the main codebase documentation, browse DeepWiki summaries, or download the latest daily builds for evaluation.
Clone the main repository and build with Maven. The primary documentation lives with the code, including install, evaluation, and development guidance.
Open the READMEDeepWiki provides a navigable summary of the main repo, covering modules, architecture, deployment, and source file references.
Browse DeepWikiUse the automated daily release if you want the newest packaged artifacts for early evaluation or local experimentation.
Get daily buildsUser Guide
Follow the project guides for installation, benchmark setup, and evaluation on analytical workloads.
Set up Pixels services, metadata, and dependencies using the primary installation guide from the main repository.
Open installation guideReproduce benchmark-oriented experiments and learn how Pixels is evaluated on standard analytical workloads.
Read the TPC-H guideExplore ClickBench-oriented evaluation steps for additional workload and performance comparisons.
Read the ClickBench guideSpecification
Use these references to understand the main engine layout, deployment surfaces, and architectural organization of PixelsDB.
The main README summarizes the Pixels engine, storage goals, supported backends, and major subsystems.
Read the overviewDeepWiki provides a navigable architecture view covering modules, services, and code references across the repository.
Browse DeepWiki architectureThe installation documentation also serves as an operational reference for daemon roles, ports, and system dependencies.
Open deployment referenceIntegrations
The GitHub organization includes the core engine, integrations, supporting services, and educational or experimental projects around PixelsDB.
The flagship repository for PixelsDB: core storage engine, query integrations, build instructions, deployment guides, and research context.
Web-based query interface for serverless analytics and flexible service levels.
Pixels connector for Trino deployments and MPP-oriented analytics workflows.
Connector project for integrating Pixels storage with PrestoDB.
Hive SerDe integration for reading and writing Pixels-backed data.
Spark datasource support for pipelines that need Pixels-aware processing.
PostgreSQL FDW integration for bridging Pixels data into PostgreSQL workflows.
Data sink services that capture and apply source changes into Pixels.
Serverless computing framework used to accelerate query processing bursts.
Educational analytic storage engine derived from Pixels for learning and teaching.
SDK
Explore the main implementation surfaces for developers working with PixelsDB in C++, Java, and operational tooling.
The C++ tree contains the low-level implementation, DuckDB integration, and build instructions for native components.
Open the C++ READMEPixels ships operational tooling for service deployment and command-line interaction through the daemon and CLI modules.
Explore CLI sourcesThe Java codebase contains the storage engine, services, connectors, and execution components that make up the broader system.
Browse the full repository