I love Jason Bosco (the typesense guy). I love Ruby on Rails. But I've been using Meilisearch more and more over the past year on client projects. They maintain a top of the line Rails integration: https://github.com/meilisearch/meilisearch-rails
As I'm not super versed in the Rails ecosystem, could you share some specifics on Meilisearch integration's features so we could take some inspiration on improving ours? Would love some feedback.
MeiliSearch is the top thing to try on my list - did you use it in production environments? If so, how did the deployment go? And how is your experience about the minimum requirements for a stable search server?
I would be very interested in a short user review...
I previously used Opensearch for my Rails project, it was quite heavy piece of service to run in the docker compose environment. I said to my myself that on the next project, I will eitber use Typesense or Meilisearch. I'll bookmark this guide for when the time comes
Regarding the command to create the Rails app, I would have done this for the playground project
I’m going to give Typesense a try today. I’m just working on a Rails app and went from Meilisearch (which is great) to Elastic for some more complex aggregation queries but this seems like a good option for instant search like behavior too.
Typesense also maintains a native Rails integration (fork of Algolia's one). You can automatically index on write, conditionally index documents based on business logic and a bunch more.
adenta|4 months ago
tharropoulos|4 months ago
As I'm not super versed in the Rails ecosystem, could you share some specifics on Meilisearch integration's features so we could take some inspiration on improving ours? Would love some feedback.
sandreas|4 months ago
I would be very interested in a short user review...
Alifatisk|4 months ago
I previously used Opensearch for my Rails project, it was quite heavy piece of service to run in the docker compose environment. I said to my myself that on the next project, I will eitber use Typesense or Meilisearch. I'll bookmark this guide for when the time comes
Regarding the command to create the Rails app, I would have done this for the playground project
rails new typesense -d sqlite3 -c tailwind -j esbuild --skip-test --skip-jbuilder --skip-action-mailbox --skip-action-text
adrianthedev|4 months ago
Are you a fellow Avo user yourself?
dewey|4 months ago
adrianthedev|4 months ago
tharropoulos|4 months ago
https://github.com/typesense/typesense-rails
jprokay13|4 months ago
Curious if anyone has any horror stories about either
cpursley|4 months ago