<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kishore Nallan</title>
    <description>The latest articles on DEV Community by Kishore Nallan (@kishorenc).</description>
    <link>https://dev.to/kishorenc</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F488117%2F38ad5730-e53c-4ffc-9cfd-54c82aa02a0d.png</url>
      <title>DEV Community: Kishore Nallan</title>
      <link>https://dev.to/kishorenc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kishorenc"/>
    <language>en</language>
    <item>
      <title>Announcing Typesense 🚀 An open source alternative to Algolia 🎉</title>
      <dc:creator>Kishore Nallan</dc:creator>
      <pubDate>Tue, 13 Oct 2020 15:33:52 +0000</pubDate>
      <link>https://dev.to/kishorenc/announcing-typesense-an-open-source-alternative-to-algolia-7h3</link>
      <guid>https://dev.to/kishorenc/announcing-typesense-an-open-source-alternative-to-algolia-7h3</guid>
      <description>&lt;p&gt;👋 I'm excited to share with you an open-source project I've been working on for &lt;em&gt;several years&lt;/em&gt;. 😅&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/typesense/typesense" rel="noopener noreferrer"&gt;Typesense&lt;/a&gt;: a fast, typo-tolerant search engine that just works out-of-the-box. &lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/typesense" rel="noopener noreferrer"&gt;
        typesense
      &lt;/a&gt; / &lt;a href="https://github.com/typesense/typesense" rel="noopener noreferrer"&gt;
        typesense
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences
    &lt;/h3&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;If you've ever used Algolia and wanted an open source alternative or used Elasticsearch and wanted a lighter-weight easier-to-use alternative, you will certainly like Typesense. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Ftypesense%2Ftypesense%2Fraw%2Fmaster%2Fassets%2Ftypesense_books_demo.gif%3Fraw%3Dtrue" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Ftypesense%2Ftypesense%2Fraw%2Fmaster%2Fassets%2Ftypesense_books_demo.gif%3Fraw%3Dtrue" alt="Typesense demo"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  How it all started 🤔
&lt;/h1&gt;

&lt;p&gt;Let's do a quick time travel to &lt;strong&gt;2014&lt;/strong&gt; &lt;del&gt;and visit the Dinosaurs&lt;/del&gt; to understand how Typesense happened. &lt;/p&gt;

&lt;p&gt;I was using Elasticsearch on several projects but was frustrated with how steep a learning curve it had and how non-trivial it was to run it on production. &lt;/p&gt;

&lt;p&gt;Now, don't get me wrong. ES is a &lt;em&gt;mature and versatile&lt;/em&gt; project and it has gotten better over the years, especially with hosted offerings.  &lt;/p&gt;

&lt;p&gt;However, it is still not simple enough to get started with. Especially for projects that don't actually require large scale or flexibility.&lt;/p&gt;

&lt;p&gt;Like any engineer who does not wish to re-invent the wheel, I looked for alternatives, but the alternatives were either proprietary (like Algolia), expensive or just were not mature enough.&lt;/p&gt;

&lt;p&gt;I wanted something that is:&lt;/p&gt;

&lt;p&gt;💖 Open source&lt;br&gt;
🚀 Fast&lt;br&gt;
💫 Simple&lt;br&gt;
🌩 Easy to manage&lt;/p&gt;

&lt;p&gt;Of course, such a project did not exist. 🙃&lt;/p&gt;

&lt;p&gt;What then began as an exploratory research/side project into the magical world of search engines began to grow over the next few years into an open source search engine that I was happy to share and develop with the world. 🌐 &lt;/p&gt;

&lt;p&gt;So, here we are back in 2020 with Typesense!&lt;/p&gt;

&lt;h1&gt;
  
  
  Features ✨
&lt;/h1&gt;

&lt;p&gt;Here are a few more reasons for picking Typesense for your next project:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Typo Tolerance:&lt;/strong&gt; Handles typographical errors elegantly, out-of-the-box.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Simple and Delightful:&lt;/strong&gt; Simple to set-up, integrate with, operate and scale.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Blazing Fast:&lt;/strong&gt; Meticulously architected from the ground-up for low-latency instant searches.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tunable Ranking:&lt;/strong&gt; Easy to tailor your search results to perfection.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Faceting &amp;amp; Filtering:&lt;/strong&gt; Drill down and refine results.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Grouping &amp;amp; Distinct:&lt;/strong&gt; Group similar results together to show more variety of results.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scoped API Keys:&lt;/strong&gt; Generate API keys that have fine-grained permissions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Curation &amp;amp; Merchandizing:&lt;/strong&gt; Pin particular records to a fixed position in search results to highlight them.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Easy Clustering:&lt;/strong&gt; Setup a raft-based distributed cluster that is highly available.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;API Clients:&lt;/strong&gt; are available in many of your favorite languages.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Search UI
&lt;/h1&gt;

&lt;p&gt;Typesense has an InstantSearch.js adapter that you can use to quickly build powerful search experiences, complete with filtering, sorting, pagination and more.&lt;/p&gt;

&lt;p&gt;Here's how: &lt;a href="https://typesense.org/docs/0.15.0/guide/#search-ui" rel="noopener noreferrer"&gt;https://typesense.org/docs/0.15.0/guide/#search-ui&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Typesense vs ...
&lt;/h1&gt;

&lt;p&gt;In future posts, I want to talk more about my experience building Typesense and compare it objectively with other awesome search solutions. &lt;/p&gt;

&lt;h1&gt;
  
  
  Spread the word
&lt;/h1&gt;

&lt;p&gt;If you like Typesense, please do help me spread the word.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/typesense/typesense" rel="noopener noreferrer"&gt;Star the repo&lt;/a&gt; on GitHub, &lt;a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Ftypesense%2Ftypesense&amp;amp;via=typesense&amp;amp;text=Typesense%3A%20a%20fast%2C%20typo%20tolerant%20search%20engine%20for%20building%20delightful%20search%20experiences." rel="noopener noreferrer"&gt;Tweet&lt;/a&gt; or share the link with your colleagues on Slack!&lt;/p&gt;

&lt;p&gt;And most importantly, if you find something missing, do &lt;a href="https://github.com/typesense/typesense/issues" rel="noopener noreferrer"&gt;create an issue&lt;/a&gt; on Github. &lt;/p&gt;

</description>
      <category>showdev</category>
      <category>github</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
