# @comunica/actor-query-process-explain-logical

> A explain-logical query-process actor

Latest version **5.3.0** (published 2026-07-10) · MIT license · 4.7K weekly downloads

## Install

```sh
npm install @comunica/actor-query-process-explain-logical
pnpm add @comunica/actor-query-process-explain-logical
yarn add @comunica/actor-query-process-explain-logical
bun add @comunica/actor-query-process-explain-logical
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score.

Warnings: no esm support.

## Facts

| | |
|---|---|
| Version | 5.3.0 |
| Published | 2026-07-10 |
| First published | 2024-02-09 |
| Weekly downloads | 4.7K |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 22.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 591 |
| Maintainers | joachimvh, rubensworks, rubenverborgh, dexagod, jeswr |
| Keywords | comunica, actor, query-process, explain-logical |

## Links

- npm: https://www.npmjs.com/package/@comunica/actor-query-process-explain-logical
- Repository: https://github.com/comunica/comunica
- Homepage: https://comunica.dev/
- Issues: https://github.com/comunica/comunica/issues
- Funding: https://opencollective.com/comunica-association
- npm.io page: https://npm.io/package/@comunica/actor-query-process-explain-logical

## Dependencies (3)

- [@comunica/core](https://npm.io/package/@comunica/core.md) ^5.3.0
- [@comunica/context-entries](https://npm.io/package/@comunica/context-entries.md) ^5.3.0
- [@comunica/bus-query-process](https://npm.io/package/@comunica/bus-query-process.md) ^5.3.0

## Alternatives

- [gamedig](https://npm.io/package/gamedig.md) — 29.3K weekly downloads
- [join-monster](https://npm.io/package/join-monster.md) — 12.8K weekly downloads
- [masked](https://npm.io/package/masked.md) — 5.5K weekly downloads
- [@veracity/vui](https://npm.io/package/@veracity/vui.md) — 4.6K weekly downloads
- [@metaobjectsdev/codegen-ts-tanstack](https://npm.io/package/@metaobjectsdev/codegen-ts-tanstack.md) — 2.6K weekly downloads

## Recent versions

- 5.3.0 (latest) — 2026-07-10
- 4.4.2-alpha.49.0 (next) — 2025-10-22
- 5.2.3 — 2026-05-26
- 5.2.2 — 2026-05-03
- 5.2.0 — 2026-04-14
- 5.1.3 — 2026-01-30
- 5.1.0 — 2026-01-16
- 5.0.3 — 2026-01-12
- 5.0.2 — 2026-01-12
- 5.0.0 — 2026-01-08
- 4.5.0 — 2025-11-18
- 4.4.1 — 2025-09-25
- 4.4.0 — 2025-09-17
- 4.2.0 — 2025-04-29
- 4.1.0 — 2025-02-11
- … 14 more at https://npm.io/package/@comunica/actor-query-process-explain-logical/versions

## README

# Comunica Explain Logical Query Process Actor

[![npm version](https://badge.fury.io/js/%40comunica%2Factor-query-process-explain-logical.svg)](https://www.npmjs.com/package/@comunica/actor-query-process-explain-logical)

An [Query Process](https://github.com/comunica/comunica/tree/master/packages/bus-query-process) actor
that explains the logical query plan after parsing and optimizing.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).

[Click here if you just want to query with Comunica](https://comunica.dev/docs/query/).

## Install

```bash
$ yarn add @comunica/actor-query-process-explain-logical
```

## Configure

After installing, this package can be added to your engine's configuration as follows:
```text
{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-query-process-explain-logical/^1.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:query-process/actors#explain-logical",
      "@type": "ActorQueryProcessExplainLogical"
    }
  ]
}
```

---
_Source: https://npm.io/package/@comunica/actor-query-process-explain-logical · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
