Tag: Search
-
Architecture of a large-scale web search engine, circa 2019
Posted on December 19, 2019, Level beginner Resource Length long
This is a long overview of bunch of search engines and their architecture. By Tech & Cliqz on 0x65.dev.
Tags search software-architecture containers kubernetes
-
Full text search with Node.js and ElasticSearch on Docker
Posted on September 18, 2019, Level intermediate Resource Length long
An article by Michele Riva about building the search engine for simple REST API using Node.js and ElasticSearch. ElasticSearch is a search engine server built on top of Lucene with an amazing distributed-architecture support.
Tags search servers apache web-development
-
Solr from the field -- Lessons learned while maintaining over 30 billion documents
Posted on August 14, 2018, Level intermediate Resource Length medium
An article published by Alex Puschinsky about WalkMe Insights experience with SOLR and processing of vast amount of data. They provide real-time search and analytics capabilities. To achieve this, they have chosen Apache Solr as the core of our WalkMe Insights search functionality.
Tags apache search web-development
-
Everything you need to know about tree data structures
Posted on April 11, 2018, Level intermediate Resource Length long
Article by author TK focusing on data tree structures. If you are pursuing a Computer Science degree, you have to take a class on data structure. You will learn about hash tables, linked lists, queues, and stacks. Those data structures are called "linear" data structures because they all have a logical start and a logical end. However, trees and graphs don't store data linear. Both data structures store data in a specific way.
Tags programming search data-science
-
Advanced Elasticsearch Methods with Node.js Elasticsearch Client
Posted on September 29, 2017, Level intermediate Resource Length medium
Kirill Goltsman cool tutorial tutorial, in which he's going to dive deeper into elasticsearch.js describing more advanced methods and concepts like scrolling, aggregations, and analyzers.
Tags search
-
How Algolia Reduces Latency For 21B Searches Per Month
Posted on May 6, 2017, Level beginner Resource Length long
Josh Dzielak, Developer Advocate as Algolia wrote interesting article about building search engine from scratch.
Tags search nginx servers