Documentation

Guides, concepts and the API reference for the drasi-lib Python library.

Welcome to the documentation for drasi-lib, the Python binding that embeds the Drasi continuous-query engine directly in your application. It is installed as drasi-lib and imported as drasi.

Where to start

  • Getting Started — install drasi-lib and run your first continuous query.
  • Concepts — the change-driven model: sources, continuous queries, reactions and bootstrap.
  • Guides — task-focused walkthroughs: Python sources and reactions, plugins, streaming, error handling, the blocking API and typing.
  • API Reference — every method on the Drasi class.
  • Examples — runnable scripts and an end-to-end Postgres dashboard.