#contributions

Introduction and Discussion of *Typesensual* Wrapper

TLDR Emma shared his new project 'Typesensual', a wrapper for typesense-ruby-sdk, and asked for feedback. Jason expressed interest and offered to include the project in their documentation once it's ready.

Powered by Struct AI

2

2
1mo
Solved
Join the chat
Aug 06, 2023 (1 month ago)
Emma
Photo of md5-01ff2c7cb764a071332074d6e85db0c5
Emma
01:47 AM
๐Ÿš€ Excited to finally share Typesensual, a small wrapper around the typesense-ruby-sdk, providing a bit of a more-railsy/rubyish interface. My goal was to provide an abstraction to Typesense similar to what chewy provides for elasticsearch (but with a much, much better search engine under the hood ๐Ÿ˜‰) so that itโ€™s easier to integrate with Rails apps.

Right now itโ€™s very young, not deployed in production, pre-1.0, and accordingly subject to significant API churn, but Iโ€™m working to integrate it into Kitsu as a replacement for our old Algolia and Elasticsearch usages and would love any feedback! My main goal was to make it feel object-oriented without hiding the incredible power of Typesense, and I really hope I achieved that ๐Ÿ™

https://github.com/hummingbird-me/typesensual

2

Aug 07, 2023 (1 month ago)
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
03:43 PM
Very interesting! Thank you for sharing this Emma

Let me know once itโ€™s ready to be used by others, happy to add it to our docs