Skip to main content

Audit Option Documentation

Overview

The audit option is a lightweight, audit parameter for GenosDB.
When enabled, it scans the oplog for recently added or updated nodes, and deletes any nodes that violate the audit policy.
The process is fully asynchronous, uses a debounced trigger to avoid flooding the API, and can be configured with a custom prompt.
When you activate the audit option, the module is loaded dynamically at that moment—no manual import or setup is required.

Key Features


Installation

The audit option is included with GenosDB.
To enable it, simply initialize your database with the audit parameter y un prompt personalizado:

Example

You can see a practical implementation in the following example: Open Todo List Audit Example