kolibrie@docs
:
~/docs
$
ls
-la
Documentation
Kolibrie Documentation
Kolibrie is a high-performance SPARQL query engine and RDF database built in Rust, supporting multi-format RDF ingestion, full SPARQL 1.1, sliding-window stream processing (RSP-QL), rule-based knowledge graph reasoning, ML integration, Python bindings, and a built-in HTTP server.
In This Documentation
Whether you are running one-off SPARQL queries, processing live sensor data through sliding windows, applying logic rules to derive new facts, or integrating ML predictions — these guides walk through each capability with complete, working code examples.
Table of Contents
- Getting Started — Installation (native, Docker, Python), your first query
- Core Concepts — RDF, SPARQL, and what Kolibrie adds
- SPARQL Tutorial — Queries from simple SELECT to advanced patterns
- Stream Processing — RSP-QL windowed queries, RSTREAM/ISTREAM/DSTREAM
- Knowledge Graph & Reasoning — Rules, inference, integrity constraints
- Performance & Optimization — Multi-threading, GPU/CUDA, query tuning
- API Reference — Complete Rust and Python API reference