awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesIndex Pattern Matching

Using regular expressions to identify and resolve multiple target indices for bulk operations.

Distinct from Regular Expression Functions: Closest candidates were for SQL functions or index-calculated values; this is about resolving index names via patterns.

Explore 2 awesome GitHub repositories matching data & databases · Index Pattern Matching. Refine with filters or upvote what's useful.

Awesome Index Pattern Matching GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • elasticsearch-dump/elasticsearch-dumpAvatar de elasticsearch-dump

    elasticsearch-dump/elasticsearch-dump

    7,932Ver en GitHub↗

    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

    Selects specific indices for migration using regular expressions or custom matcher modules to target specific data.

    JavaScriptbackupdockerelasticdump
    Ver en GitHub↗7,932
  • taskrabbit/elasticsearch-dumpAvatar de taskrabbit

    taskrabbit/elasticsearch-dump

    7,930Ver en GitHub↗

    elasticsearch-dump is a command line tool for importing, exporting, and transferring data between Elasticsearch and OpenSearch instances. It functions as an index dump utility that saves documents, mappings, and analyzers to local files or standard output. The tool enables the movement of data between clusters using local files as an intermediary and can flatten nested JSON documents into CSV files for external analysis. It allows for the modification or anonymization of documents during the transfer process through the use of custom JavaScript functions. The utility covers data extraction a

    Identifies target indices for export by matching index names against regular expression patterns.

    JavaScript
    Ver en GitHub↗7,930
  1. Home
  2. Data & Databases
  3. Index Pattern Matching