Skip to content

Load Elasticsearch documents #4

@gcornut

Description

@gcornut
  • Create ElasticSearch mappings and index templates
  • Prepare JSON bulk files
  • Index switching
    • Bulk index into new timestamped index {source}_{documentType}-d{timestamp}
    • Remove old timestamped index
    • Add new index to index alias {source}_{documentType}

Example:
Indexing VIB studies with timestamp "1522832654"
=> new index vib_study-d1522832654
=> remove vib study indices before timestamp
=> add index vib_study-d1522832654 to alias vib_study

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions