rode / grafeas-elasticsearch

An implementation of the Grafeas storage backend based on Elasticsearch
Apache License 2.0
12 stars 5 forks source link

Extract Elasticsearch IndexManager and migrations into its own package #78

Closed alexashley closed 3 years ago

alexashley commented 3 years ago

In #60 we added a mechanism for applying index mappings that includes a method for migrating data after schema changes.

In order to re-use this code in Rode, we need to do a few things:

alexashley commented 3 years ago

Addressed in https://github.com/rode/es-index-manager/pull/1, https://github.com/rode/grafeas-elasticsearch/pull/80, and https://github.com/rode/rode/pull/77