An open API service indexing awesome lists of open source software.

https://github.com/pathaknv/blog

Elasticsearch indexing of rails model through sidekiq background jobs
https://github.com/pathaknv/blog

elasticsearch rails ruby searchkick sidekiq

Last synced: 5 months ago
JSON representation

Elasticsearch indexing of rails model through sidekiq background jobs

Awesome Lists containing this project

README

          

# README

This rails app is used for an article. How to Improve Elasticsearch Indexing of Rails Model through Sidekiq Background Jobs.

Tech stack used:
* Rails
* Elasticsearch
* Searchkick (gem for writing elasticsearch queries in ruby)
* Sidekiq (gem for background processing)

Currently, the article is in draft. Please find the article link for reference -> [here](https://medium.com/@pathaknv/how-to-improve-elasticsearch-indexing-of-rails-model-6b18ca2f524f). If anyone comes accross this article before it gets published :wink:, please provide your suggestions for improvement.