Using datatables with ElasticSearch?

Using datatables with ElasticSearch?

dsamperdsamper Posts: 1Questions: 1Answers: 0

We're using the server side configuration of DataTables and we're getting data from our database as JSON. Is there documentation for getting the data from ElasticSearch instead of a ddbb?

Any ideas or tips would be appreciated. Thanks!

Answers

  • allanallan Posts: 63,364Questions: 1Answers: 10,449 Site admin

    No there isn't I'm sorry to say. If you do work on this, I'm sure that others would be interested in your solution if you were able to post your findings here.

    In general, the parameters that DataTables sends to the server are documented in the manual. You would be interested in the search parameters, which you can then process however you need with ElasticSearch.

    Allan

  • allanallan Posts: 63,364Questions: 1Answers: 10,449 Site admin

    Out of interest, are you using a plug-in for your DB that hooks into the ElasticSearch engine?

    Allan

  • ashishbashishb Posts: 1Questions: 0Answers: 0
    edited April 2015

    You might find your answers in this recently published book: https://www.packtpub.com/networking-and-servers/elasticsearch-cookbook-second-edition

    This book consists of 130 advanced recipes to search, analyze, deploy, manage, and monitor data effectively with ElasticSearch.

  • allanallan Posts: 63,364Questions: 1Answers: 10,449 Site admin

    @ashishb - No advertising in this forum please. I've removed the referrer URL from your link.

    Allan

This discussion has been closed.