© 2022 Hashnode
Hi, the 4th article devoted to the theme: “How to work with ElasticSearch using Symfony PHP framework” already ready for reading. Here will speak about how to transform our requests parameters at the DTO criteria object. All details are her…
At Furnify we cataloged thousands of products into the system. Using MySQL as our primary database it takes ages to get search results when users surf the search console. This article is about provid…
Hi, the 3d article devoted to the theme: “How to work with ElasticSearch using Java Spring Boot” is already ready for reading. Here will speak about project structure aspects, controller, REST API and response/request models. All details ar…
For the address verification team at Lob, last year featured quite a few wins. We created a slew of accuracy-boosting features and machine learning models, introduced several low code tools, scaled up…
In this post, you can follow along and build an e-commerce book search UI using React and Elasticsearch — in under an hour! Building a search UI requires two key components: A powerful search backend…
Let's say we have an elastisearch index, orders, where we store a list of orders for a user. For example: { "username": "user1", "orders": [ { "id": "order1", "timestamp": "2022-01-01T00:00:00Z", …
Introduction So, due to my Easter break, my Node-Red/Jira update was a little delayed. Ja, not much to do at work. Our car manufacturer client, still is reluctant to adapt to Scrum, so no need on my s…
In this post, I will show how to build a geo search web app using React and Elasticsearch. I will use an Airbnb dataset to build an Airbnb like search experience that includes a autocomplete searchbox…
Hi, the 3d article devoted to the theme: “How to work with ElasticSearch, Python and Flask” already ready for reading. Here will speak about package dependencies we are going to use, some project structure aspects, controller, REST API, fla…