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
- Host: GitHub
- URL: https://github.com/pathaknv/blog
- Owner: pathaknv
- Created: 2020-01-15T10:07:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:57:05.000Z (over 3 years ago)
- Last Synced: 2025-04-07T04:28:31.724Z (about 1 year ago)
- Topics: elasticsearch, rails, ruby, searchkick, sidekiq
- Language: Ruby
- Homepage: https://medium.com/@pathaknv/6b18ca2f524f
- Size: 84 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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.