Reactive SearchforReactiveSearch Blogreactivesearch.hashnode.net·Apr 8, 2022FeaturedThe Complete Guide to Building an Emoji Search App With React and Elasticsearch 🎓Emojis have been making their way into mainstream culture since their introduction in mobile operating systems starting 2010. Remember when Oxford dictionaires named 😂 the word of the year in 2015, or when we got the Emoji movie in 2017! Or perhaps ...Discuss·64 likes·2.2K readsReact
Muhammad AshrafforReactiveSearch Blogreactivesearch.hashnode.net·Jun 16, 2022Build A search UI using Svelte.js and ElasticsearchIn this post, we are going to build a Github search Application using Svelte.js and Elasticsearch. Svelte is a new way to build web applications. It's a compiler that takes your declarative components and converts them into efficient JavaScript that ...Discuss·42 likes·2.4K readsSvelte
Fábio Rosadofabiorosado.hashnode.net·Oct 27, 2020How to use the Gatsby elasticlunr plugin with MDXSince I've recently moved from using markdownRemark to MDX on all my Gatsby Sites, the instructions to some plugins might not be that straightforward to follow. Recently, I've created a Digital Garden and wanted to add a search bar to it. On one of ...Discuss·36 likes·84 readsGatsby
Tahuruzzoha Tuhintahuruzzoha.hashnode.net·Apr 20, 2023Understanding AWS Subnet and Elastic IPIn this article, we will discuss what a subnet is, how AWS uses it in the VPC to connect internal resources, and what an elastic IP is. AWS Subnet A VPC is confined to a region with multiple availability zones. In this VPC multiple instances can be ...DiscussAWS
Lohita SuvvariforReactiveSearch Blogreactivesearch.hashnode.net·Apr 19, 2023A Beginner's Guide to Server-Side Rendering in ReactiveSearchIn this article, we share a step-by-step guide on how to convert a ReactiveSearch built UI into a SSR search UI, which is beneficial for SEO, caching, and user experience. Why SSR a search UI? To understand the importance of pre-rendering a web app, ...Discusselasticsearch
Meenal Jyotikameenaljyotika.hashnode.net·Apr 13, 2023Understanding ELKE = Elasticsearch Elasticsearch is one of the most popular search engines. It is perfect for storing unstructured data, then retrieving data when needed with blazing speed via its search engine capabilities built on Apache Lucene. It is commonly u...Discusselk
Naresh Changarapunaresh-devops.hashnode.net·Apr 6, 2023Installing and configuring ELASTIC-STACK (Elasticsearch, Logstash, Beat &Kibana) on Amazon-linuxPlease find all about the continuous monitoring using ELK and installation of elastic search, logstash, filebeat and kibana on ubuntu at https://naresh-devops.hashnode.dev/continuous-monitoring-using-elk ELK stack - Logging and Monitoring Tool Conti...Discusselasticsearch
MemgraphforMemgraphmemgraph.hashnode.net·Apr 3, 2023Synchronize Data Between Memgraph Graph Database and ElasticsearchAlmost every company today has some kind of database as a single source of truth. Graph databases proved to be useful in almost every industry you know about. They excel in the modeling process since the graph model can naturally map business scenari...Discusselasticsearch
Shubham ShahforReactiveSearch Blogreactivesearch.hashnode.net·Apr 3, 2023KNN Search with OpenSearch and OpenAI Embeddings: An In-Depth GuideK-nearest neighbors (KNN) search aka semantic search is a simple and intuitive algorithm although if you haven't used them, the topic can seem daunting. In this blog post, we will go from no familiarity to KNN to building a full functional backend an...Discuss·580 readselasticsearch
Siddharth KothariforReactiveSearch Blogreactivesearch.hashnode.net·Mar 29, 20237 Powerful Ways To Use The SearchBox ComponentThe SearchBox component from the @appbaseio/reactivesearch library provides a powerful way to build reactive search UIs that are connected to one or more Elasticsearch indices. It comes with many different props that enable you to customize the user ...Discuss·6 likes·147 readsreactivesearch
Jeiman Jeyajei.hashnode.net·Mar 26, 2023How to set up an index alias that points to multiple indices in ElasticsearchIndex aliasing is a powerful feature in Elasticsearch that gives us the ability to control the indices. One could create as many indices as possible and use an alias to point to the right index or one can point the index alias to all indices, dependi...Discusselasticsearch
Naresh Changarapunaresh-devops.hashnode.net·Mar 21, 2023Continuous Monitoring Using ELKWhat is ELK or ELASTIC STACK? Elastic Stack (ELK) refers to a set of open-source products developed by elastic to help its users collect data from different types of sources, analyze the collected data, and represent the analysis in an easy-to-unders...Discuss·1 like·43 readskibana
Zamir PaltielforHyperspace Bloghyper-space.hashnode.net·Mar 19, 2023What is Similarity Search? [Definition and Use Cases]Introduction Similarity search is a powerful tool that allows for the quick and accurate retrieval of similar items from large datasets. In this section, we will explore some of the most common use cases for similarity search across various industrie...Discuss·3 likes·53 readsVectorSearch