Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Elasticsearch + Hibernate: from artisanal to industrial integration - Devoxx BE 2016

Elastic Co
November 07, 2016

Elasticsearch + Hibernate: from artisanal to industrial integration - Devoxx BE 2016

Elasticsearch is a highly scalable search engine and simple to deploy.

One of the challenges is to keep the data source (e.g. RDBMS) and the Elasticsearch index synchronized all the time.

Hibernate ORM is very popular to persist data in RDBMSes from Java.

Wouldn’t it be good if Hibernate ORM could automatically push all changes to Elasticsearch? Wouldn’t it be good if Elasticsearch queries could return domain model objects like a HQL query does?

Please welcome the latest feature of Hibernate Search, come discover via this tools in action how the Elasticsearch and Hibernate universes are joined.

http://cfp.devoxx.be/2016/talk/LDL-1473/Elasticsearch_+_Hibernate:_from_artisanal_to_industrial_integration

Elastic Co

November 07, 2016
Tweet

More Decks by Elastic Co

Other Decks in Programming

Transcript

  1. @emmanuelbernard / @dadoonet #Devoxx #eshib Elasticsearch + Hibernate from artisanal

    to industrial integration David Pilato Developer | Evangelist @dadoonet Emmanuel Bernard Platform Architect @emmanuelbernard
  2. @emmanuelbernard / @dadoonet #Devoxx #eshib Hibernate Search + Elasticsearch Perfect

    integration with Hibernate ORM Transparent indexing Query objects And many more things error handling mass indexer Faceting, geolocation, …