spring-guides / getting-started-guides

Getting Started Guide template :: The template for new guides and also the place to request them.
https://github.com/spring-guides/getting-started-guides/wiki
Apache License 2.0
521 stars 204 forks source link

Guide for spring data elasticsearch #43

Open amriteya opened 7 years ago

amriteya commented 7 years ago

Hi, I have written a guide for Spring Data Elasticsearch. It performs the following:

 - Sets up elasticsearch cluster in the local machine.
 - Stores data in the form of documents in the elasticsearch index
 - Searches through the index for documents based on Spring data elasticsearch query method.

https://github.com/amriteya/getting-started-guides/tree/elasticsearch

Could someone from the core contributors team review it and guide me as to how to send a PR for this?

amriteya commented 7 years ago

Hi @gregturn , Could you please have a look at this?

mp911de commented 7 years ago

@amriteya Spring Data ElasticSearch is going to be upgraded to ES 5 in a couple of months, see https://github.com/spring-projects/spring-data-elasticsearch/pull/170 (fyi)

gregturn commented 7 years ago

Sorry I didn't get back sooner. We need to wait until SDE is in a more stable state before we can take on such a guide. But when it is we can revisit this.

amriteya commented 7 years ago

@mp911de I just went throught the PR, it seems like SDE guys will be delivering soon after a long break. Thanks for getting back on this.

amriteya commented 7 years ago

@gregturn No problems. Thanks for getting back on this. I shall wait till they release a stable build for SDE and make revisions to update with ES 5.X support. Once the update is out, would this be a handy guide worthy of adding to gs-guides of spring?

amriteya commented 7 years ago

Any progress on this?

gregturn commented 7 years ago

Not yet. Sorry.

aravindputrevu commented 5 years ago

@gregturn I think now SDE is using a stable High level REST client. Can we add a guide now? Even I see the test example is quite old in the SDE repo.

mp911de commented 5 years ago

With an updated guide to Spring Data Moore, please file a PR against this repo /cc @sothawo