Sincronizar

Estou com dificuldades para sincronizar minha base mongoDB com elasticsearch. Há algum tutorial recente que possa me ajudar?

I'm having trouble synchronizing my mongoDB base with elasticsearch. Are there any recent tutorials that can help me?

I shared most of my thoughts there: http://david.pilato.fr/blog/2015/05/09/advanced-search-for-your-legacy-application/

Basically, I'd recommend modifying the application layer if possible and send data to elasticsearch in the same "transaction" as you are sending your data to the database.

Have also a look at this "live coding" recording.

I believe this can also be applied to MongoDB.

HTH

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.