Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 620 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 620 Bytes

es-convert-to-dads-fmt

es-convert-to-dads-fmt - convert ElasticSearch index from old format to new format.

Usage

  • [NCPUS=8] [KEY=non-default-key] ES_URL=... ./es-convert-to-dads: ds-type from-index to-index, for example: ES_URL=... ./es-convert-to-dads: 'github/pull_request' bitergia-github_symphonyoss_123456_enriched_234567 bitergia-github_symphonyoss_123456_enriched_234567-converted.
  • Allowed DS types: git, github/issue, github/pull_request.
  • Check example_*.sh scripts to see example conversions.
  • Check compare_*.sh scripts to generate reorts about differences between old & new format.