Home  /  Docs  /  Tools & utilities
POWER FEATURES

Tools & utilities

Replication topology monitor

Group connections into a named replication set, give each node a role — primary, replica or arbiter — and watch the whole set live from one screen. Create one from the Topologies section in the sidebar; it opens as a full-window monitor.

The replication topology monitor — a primary node feeding three replicas, with links coloured green, amber and red by live lag and a health dot on every node.
The replication topology monitor — primary on top, replicas below, links coloured by live lag (green / amber / red).
The AI advisor drawer — a plain-English diagnosis of the topology with the likely cause, safe next steps and advisory SQL commands, plus a caution not to fail over the RDS-managed primary manually.
The ✦ advisor reads the live snapshot and explains it — cause, safe next steps and advisory commands — refusing to suggest manual failover on managed clusters.
🛡️

The whole feature is read-only by design — DataDock monitors and advises, but executes nothing and has no promote/failover buttons, since issuing those directly would fight cluster orchestrators like Patroni or RDS. The goal is to see and understand your topology clearly and safely.

Redis & live queues

DataDock treats Redis as a first-class engine. Browse keys grouped by prefix, inspect every value type (strings, hashes, lists, sets, sorted sets, streams), and run raw commands.

If you run background jobs on Redis, the live queue dashboard shows them moving in realtime — pending, active, delayed and failed counts per queue, plus server stats (memory, clients, ops/sec, hit-rate, keys, uptime). DataDock auto-detects the framework you use:

Laravel / HorizonBullMQSidekiqRQCelery

Import & export

Move data in and out in whatever shape you need.

The export dialog — choose scope (entire table or current page) and a format: CSV, Excel, JSON or SQL.
The export dialog — choose scope (entire table or current page) and a format: CSV, Excel, JSON or SQL.
FormatUse it for
CSVSpreadsheets, quick interchange, importing flat files.
ExcelSharing results with non-technical colleagues.
JSONFeeding data to scripts and APIs.
SQLPortable INSERT scripts and table definitions.
Zipped DB dumpA compressed snapshot of a whole database.

You can also send a query result straight into a new table — handy for materializing a derived dataset.

Data masking

Need a realistic copy of production to develop against — without leaking real customer data? On export, DataDock can anonymize columns with realistic fake data in their place.

⚠️

Masking happens on export — your source database is never modified.

Performance & insights

Find and fix the slow parts without leaving the app.

The Performance dashboard — query volume, slow queries, index recommendations and storage by table.
The Performance dashboard — query volume, slow queries, index recommendations and storage by table.
Table sizes — row counts and on-disk size for every table, largest first.
Table sizes — row counts and on-disk size for every table, largest first.

Server tools

Light administration, built in: