Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Searchkick

Intelligent search made easy with Rails and Elasticsearch - ankane/searchkick

Searchkick Reviews and details

Screenshots and images

  • Searchkick Landing page
    Landing page //
    2023-10-19

Badges

Promote Searchkick. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Episode #065 - Searchkick and Elasticsearch

Using Searchkick in Rails for Autocomplete, Suggestions, and Search

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Searchkick and what they use it for.
  • Most performant way to build an analytics dashboard from a relational database backend that only stores numeric values, where the data the end-user sees is "categorized" into numeric brackets (e.g. 60-79 = Med, 80-100 = High, etc)
    I run a large scale production application that does something along these lines. If the data needs to be close to real-time, I'd say use `searchkick` + Elasticsearch, and use `searchkick`'s async feature to "stream" the data from your table to the ES index. Your dashboard will then just query from the ES index via searchkick. Source: over 1 year ago
  • Postgres Full Text Search vs. the Rest
    You're right, that's actually what we implemented, application-level hooks, but they needed development and maintenance effort that come for free with the adapter we're using for OpenSearch integration, which also comes with welcome features: synonyms, partial matches, and many others. Spoiler, the adapter is Searchkick: https://github.com/ankane/searchkick. - Source: Hacker News / over 1 year ago
  • How does elasticsearch work with a rails app that's already connected to a MySQL database.
    Normally for Rails applications you would use a gem like searchkick since it greatly reduces the initial Elasticsearch complexity. Source: almost 2 years ago
  • Building a Workflow for Async Searchkick Reindexing
    We lean heavily on Elasticsearch at CompanyCam. One of it's primary use cases is serving our highly filterable project feed. It is incredibly fast, even when you apply multiple filters to your query and are searching a largish data set. Our primary interface for interacting with Elasticsearch is using the Searchkick gem. Searchkick is a powerhouse and provides so many features out of the box. One place where we... - Source: dev.to / almost 2 years ago
  • Swapping Elasticsearch for Meilisearch in Rails feat. Docker
    Convinced? Ok read on and I’ll show you what switching from Elasticsearch to Meilisearch looked like for a real production app — ScribeHub. We also moved from Ankane’s excellent Searchkick gem to the first party meilisearch-rails gem and I’ll show you the changes there as well. - Source: dev.to / almost 2 years ago
  • Searching/Querying with Active Record Encryption
    If you want to use a look-aside pattern (like you might have used with Searchkick + Elasticsearch), you should check out ActiveStash: https://github.com/cipherstash/activestash. Source: almost 2 years ago

Do you know an article comparing Searchkick to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Searchkick discussion

Log in or Post with

This is an informative page about Searchkick. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.