# exe_qute v0.1.1 - Table of Contents

An Elixir client for KDB+: querying, parameterized queries, async publish, and pub/sub.

## Pages

- [ExeQute](readme.md)

- Guides
  - [Quick Start](quick_start.md)
  - [Livebook Smart Cells](livebook_smart_cells.md)

## Modules

- [ExeQute](ExeQute.md): Elixir client for KDB+, the high-performance time-series database.
- [ExeQute.Introspect](ExeQute.Introspect.md): Live introspection of a KDB+ instance's namespaces, tables, functions, and variables.
- [ExeQute.QError](ExeQute.QError.md): Parsed kdb+ backtrace returned when a server's `.Q.trp` error handler
emits a `** Backtrace:` string as the query response instead of raising
a wire-level error.

- Livebook Integration
  - [ExeQute.EChart](ExeQute.EChart.md): Live [Apache ECharts](https://echarts.apache.org) widget for Livebook.
  - [ExeQute.Explorer](ExeQute.Explorer.md): Interactive KDB+ explorer widget for Livebook.

- Pub/Sub
  - [ExeQute.Subscriber](ExeQute.Subscriber.md): A long-lived KDB+ tickerplant connection that fans push messages out to
multiple local subscribers over a single TCP connection.

