Typesense Integration with MongoDB: Advantages and Differences
TLDR Juli inquired into the differences between Typesense and MongoDB for search functionality. Kishore Nallan explained the advantages of using Typesense, including solving search problems and simplicity.
Oct 04, 2021 (28 months ago)
Juli
09:16 AMI am new to this, I wanted to implement search and filtering functions in one of our projects. I noticed that you have MongoDb integration for typesense, but I thought that mongodb has their own atlas search engine. What are the differences when using typesense as opposed to querying from mongodb, is it easier to implement, faster etc?
Kishore Nallan
11:02 AMa) Typesense solves both the front end and back end parts of the search problem. Our integration with instantsearch.js will allow you to quickly build search experiences.
b) Simplicity: Typesense takes care of solving most common search use cases out of the box (e.g. typo correction, faceting etc.) while Mongo requires knowing some aspects of the underlying Lucene engine that Mongo uses or the DSL.
Kishore Nallan
11:09 AMTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Typesense integration with MongoDB for a Paid Gig
Geoffrey inquires about typesense integration with MongoDB for a project. Kishore Nallan provides a guide for the desired integration.
Understanding Typesense with Java and MongoDB
Vasudev needed help implementing a Java project with Typesense and MongoDB. Kishore Nallan guided them in designing the project, explaining different methods, providing templates, and responding to error issues. At last, Vasudev successfully implemented the project and expressed gratitude.
Guidance on Building Instant Search Application with MongoDB & Typesense
Abhibhaw seeks help on building an instant search application using MongoDB and Typesense. Gabriel provides a helpful guide.