Elasticsearch support
See original GitHub issueIt’s not an issue, but more like an initial investigation: do you have any Elasticsearch support in your future plans? If yes - I’m interested to learn more about it. If no - was it ever considered before and deliberately rejected or else?
It is true, that Elasticsearch is somewhat different in matter of ‘schema’ management, since it has a dynamic mappings allowed by default and as such it looks like not a relevant candidate for migration tools.
Yet, there are few use-cases where i can see Flyway being relevant for ES management:
- some of organizations (like mine current one) prefer to stick to
"dynamic":"strict"
index/mappings definition, in this case mappings changes are required on each ‘schema’ change and it is better to have it managed/versioned in right way - data migration/transformation -
reindex
in ES terms - is a valid case and this one is also requires some kind of management/versioning
Issue Analytics
- State:
- Created 6 years ago
- Reactions:28
- Comments:16 (1 by maintainers)
Top Results From Across the Web
Getting help | Elasticsearch Service Documentation | Elastic
Support is provided by email or through the Elastic Support Portal. The main focus of support is to ensure your Elasticsearch Service deployment...
Read more >Elastic Support
As the company behind Elasticsearch, we bring our features and support to your Elastic clusters in the cloud. Start free trial. Subscribe to...
Read more >Getting help | Elasticsearch Platform and Solutions ...
The Elastic Support Portal is the central place where you can access all of your cases, subscriptions, and licenses. Within a few hours...
Read more >Working with Elastic Support: Best Practices
Making use of the community forums. As any healthy open source project would, Elasticsearch, Kibana, Beats, and Logstash have vibrant and helpful communities....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No demand so far.
Hi Chris. Anyway to get in touch to talk more about flyway integration with elasticsearch?