Thursday
Room 5
13:40 - 14:40
(UTC+02)
Talk (60 min)
Writing a full-text search engine in TypeScript
Have you ever wondered how full-text search engines such as ElasticSearch or Algolia works? Let's find out!
Architecture
JavaScript
In this talk, we will build a RESTful full-text search engine from scratch, understanding how to choose the right algorithms and data structures for accomplishing such a task.
You will see how to maintain incredibly high performances while working with a massive amount of data and understand why it is so important to choose the right algorithm or data structure for accomplishing such tasks