Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
loom-kernel docs
loom-kernel docs

Overview

  • Project Overview

Getting Started

  • REST Quickstart
  • ETL Quickstart
  • Streaming Quickstart

REST

  • Auto-CRUD
  • Use-case DSL
  • Caller identity and authorization
  • Celery worker
  • SQL API (ClickHouse)
  • Persistence backends
  • Cache
  • Examples repo
  • REST Testing

ETL

  • ETL
  • ETL Testing
  • ETL Examples

Streaming

  • Bytewax Runtime
  • Delivery, Scaling, and Recovery
  • Message lifecycle tracing

AI Agents

  • Agents Overview
  • Agent Artifact Reference (spec_version: 1)
  • Model Providers
  • The A2A Surface
  • MCP Deployment
  • Observability and Logfire

Reference

  • Reference
    • Core API
      • loom.core.use_case
      • loom.core.use_case.markers
      • loom.core.use_case.compute
      • loom.core.use_case.rule
      • loom.core.use_case.field_ref
      • loom.core.command
      • loom.core.model
      • loom.core.engine
      • loom.core.errors
      • loom.core.identity
      • loom.core.identity.wire
      • loom.core.config
      • loom.core.sql
      • loom.core.sql.abc
      • loom.core.sql.config
      • loom.core.sql.clickhouse
    • ETL API
      • loom.etl.runner
      • loom.etl.runtime
      • loom.etl.declarative
      • loom.etl.pipeline
      • loom.etl.schema
      • loom.etl.storage
      • loom.etl.checkpoint
      • loom.etl.lineage
      • loom.etl.backends._historify
      • loom.etl.backends.polars
      • loom.etl.backends.spark
      • loom.etl.testing
      • loom.etl.testing.spark
    • Streaming API
      • loom.streaming
      • loom.streaming.compiler
      • loom.streaming.bytewax
      • loom.streaming.bytewax.runner
      • loom.streaming.kafka
      • loom.streaming.testing
    • Repository API
      • loom.core.repository.abc
      • loom.core.repository.abc.query
      • loom.core.repository.sqlalchemy
      • loom.core.cache
      • loom.core.cache.repository
      • loom.core.cache.gateway
      • loom.core.cache.dependency
      • loom.core.cache.decorators
    • REST API
      • loom.rest.model
      • loom.rest.compiler
      • loom.rest.autocrud
      • loom.rest.fastapi
      • loom.rest.fastapi.app
      • loom.rest.fastapi.router_runtime
      • loom.rest.fastapi.openapi
      • loom.rest.fastapi.response
      • loom.rest.fastapi.sql
      • loom.rest.middleware
      • loom.rest.cors
      • loom.rest.auth
    • AI API
      • loom.ai
      • loom.ai.abc
      • loom.ai.config
      • loom.ai.inference
      • loom.ai.errors
      • loom.ai.runtime
      • loom.ai.declarative
      • loom.ai.validate
      • loom.ai.compiler
      • loom.ai.registry
      • loom.ai.describe
      • loom.ai.a2a
      • loom.ai.fastapi
    • Testing API
      • loom.testing
Back to top
View this page

Repository API¶

Contracts¶

loom.core.repository.abc

loom.core.repository.abc.query

SQLAlchemy adapter¶

loom.core.repository.sqlalchemy

Cache layer¶

loom.core.cache

loom.core.cache.repository

loom.core.cache.gateway

loom.core.cache.dependency

loom.core.cache.decorators

Next
loom.core.repository.abc
Previous
loom.streaming.testing
Copyright © 2026, the-reacher-data
Made with Sphinx and @pradyunsg's Furo
On this page
  • Repository API
    • Contracts
    • SQLAlchemy adapter
    • Cache layer