<!-- Generated from the rendered page by scripts/write-llm-mirrors.mjs. Do not edit by hand. -->
Canonical: https://molo17.com/blog/gluesync-whisperer-module/
Markdown mirror: https://molo17.com/blog/gluesync-whisperer-module/index.md
Title: Gluesync Whisperer module
Description: Gluesync Whisperer extends data validation capabilities with a built in SQL Query Editor and controlled workload orchestration tools for pre production and performance testing.

[← All articles](/blog/)

Article

# Gluesync Whisperer module: controlled database workloads for testing and validation

20 Jan 2026  [Gluesync](/blog/?category=gluesync)  2 min read

Gluesync Whisperer introduces a unified query workspace and automated workload engine, empowering teams to test, analyze and validate database performance before going live.

![](https://molo17.com/wp-content/uploads/2026/01/Moduli_Whisperer.png)

The **Whisperer module** is a new addition to [Gluesync’s modular ecosystem](https://molo17.com/gluesync-integrates/gluesync-modules/). It provides a controlled way to generate database activity and observe system behavior under load.

Whisperer complements [Gluesync](https://molo17.com/gluesync/)’s replication engine as a workload orchestration tool. Consequently, teams can simulate real-world database operations in a repeatable and observable manner.

## What is Gluesync Whisperer module

Whisperer is a standalone module that connects to databases via JDBC. It executes configurable INSERT, UPDATE, and DELETE operations based on user rules. Instead of replicating data, it produces data changes to test CDC pipelines and simulate workloads.

The module is managed through a web-based UI and a REST API, enabling both interactive use and automated testing scenarios.

## Workload generation and orchestration

With Whisperer, users can register database connections and inspect schemas. They can also define continuous execution jobs, often called “pillow-fight” workloads. These jobs generate steady or variable data change patterns. As a result, teams can observe how databases, pipelines, and downstream systems respond.

The integrated query workspace provides direct visibility into schema structures and execution results, supporting exploratory analysis and troubleshooting during test phases.

## Query workspace and SQL editor

Whisperer introduces a **unified Query** **Workspace** that combines schema browsing and SQL execution directly in the web interface.  
From the integrated **metadata** **sidebar**, users can explore available schemas, tables and its metadata (columns, keys, …).

Within the same interface, users can run **ad‑hoc** **SQL** **queries** with support for parameter binding, optional schema scoping and row limits.  
This workspace also enables:

-   **CSV** **export/import** of query results or entire tables, via endpoints  
    (…/export-csv, …/import-csv),
-   **pagination** **and** **parameterized execution**,
-   and **real‑time** **display of results** directly within the React frontend.

This capability transforms Whisperer from a simple workload generator into a **dynamic testing and diagnostic environment**, letting data engineers iterate quickly, validate queries and inspect replication behavior without leaving the dashboard.

## Use cases and value

Whisperer is particularly valuable in pre-production and validation environments, where understanding system behavior is critical before enabling real-time replication in production. It allows teams to stress-test databases, validate CDC correctness and evaluate infrastructure sizing without relying on unpredictable external workloads.

Because it operates independently from replication agents, Whisperer can be used both alongside Gluesync and as a general-purpose database workload generator.

## Built for flexible environments

The module supports a wide range of relational databases and runs as a Docker container compatible with both x86\_64 and ARM architectures. This flexibility makes Whisperer suitable for on-prem, cloud and hybrid environments, aligning with Gluesync’s broader platform philosophy.

Whisperer fills a critical gap by enabling controlled testing and validation — an essential step for building reliable real-time data integration architectures.

For more information about Whisperer, visit the [**Gluesync Whisperer module documentation**](https://docs.molo17.com/gluesync/v2.1/gs-modules/whisperer.html).

[← Older article Gluesync Automator module: simplifying pipeline setup and lifecycle operations](/blog/gluesync-automator-module/) [Newer article → Gluesync backup and restore: protecting your data integration platform](/blog/gluesync-backup-restore/)

## Keep reading

1.  [Gluesync Chronos chained events: multi-step workflow orchestration for real-time pipelines Evolve your data scheduling with Chronos chained events. Orchestrate multi-step pipeline sequences like historical snapshots followed by real-time CDC with built-in RBAC controls. 6 Aug 2026](/blog/chronos-chained-events-workflow-orchestration/)
2.  [Gluesync Query Forge: cross-database federated SQL querying without data movement Query Forge turns Gluesync Core Hub into a secure federated SQL gateway. Run cross-database JOINs across remote agents using a dedicated JDBC driver with zero data movement. 5 Aug 2026](/blog/query-forge-federated-sql-querying/)
3.  [Gluesync Gluesync 2.2.10: federated SQL querying with Query Forge, advanced scheduling in Chronos and redesigned Control Plane Gluesync 2.2.10 transforms real-time replication into a unified data platform. Discover Query Forge federated SQL, Chronos event chaining, new UI and security enhancements. 28 Jul 2026](/blog/gluesync-2-2-10-query-forge-chronos-pipeline-wizard-ui/)

[Back to all articles](/blog/) [More in Gluesync →](/blog/?category=gluesync)
