1 Repo
Programmable hooks used to modify or anonymize data during a transfer process.
Distinct from JavaScript Data Transformations: Distinct from generic JavaScript Data Transformations: focuses on a programmable hook architecture for mid-transfer modification rather than utility functions.
Explore 1 awesome GitHub repository matching data & databases · Transformation Hooks. Refine with filters or upvote what's useful.
elasticsearch-dump is a command-line tool for importing and exporting data, mappings, and settings between Elasticsearch and OpenSearch clusters. It serves as a backup and restore system, a data transfer utility for cross-cluster migrations, and a bridge for streaming search index data to and from S3-compatible storage. The tool functions as a JSON index data transformer, allowing the use of custom JavaScript modules to modify or anonymize documents in flight during the migration process. It also enables the creation of search bodies using external JavaScript templates to customize the data b
Provides custom JavaScript hooks to modify or anonymize documents in flight during the migration process.