elastic / examples

Home for Elasticsearch examples available to everyone. It's a great way to get started.
Apache License 2.0
2.64k stars 1.24k forks source link

Add simulation for online search relevance metrics #327

Closed joshdevins closed 4 years ago

joshdevins commented 4 years ago

This example accompanies a forthcoming blog post related to exploring online search relevance metrics in the Elastic Stack. The code here is a simluation of user activity, and contains all of the steps and configurations for Elasticsearch to be able to ingest, transform and calculate online search relevance metrics.

See: https://github.com/elastic/ml-search/issues/87 See: https://github.com/elastic/blog/issues/1192

joshdevins commented 4 years ago

@Winterflower @blaklaybul README is now more-or-less complete. We split the blog post and made the post high-level and the README contains the implementation details. You don't have to walk through all the code and executing everything (although you can). The "implementation details" section has also already been reviewed when it was in Draft in the blog post. So I guess this PR is mostly to make sure everything looks cohesive as an example in this repo.