Recently I did a test for a company in which they asked for two apparently very simple exercises but which contain a great deal of complexity as soon as you realise, so I'm going to do an exercise in analysis of how I saw that problem and how I would deal with it. I give…
AN EVENT-DRIVEN, SCALABLE, NEAR-REAL-TIME, HIGH-AVAILABILITY, PREDICTIVE IMAGE ARCHITECTURE.
Lately I've been looking at little things to see which is the best way for an event-oriented architecture (with Confluent platform, for example) to get predictions on images, besides fighting with Kubernetes and the confluence platform, you know, a way to have packaged and super easy a Kafka/Zookeeper Cluster, while encouraging you to use that…
About the Aho-Corasick algorithm
Lately, I like to stop by Quora to answer questions as far as I can humbly answer and to follow recommendations and other views on my hobbies. Today I found a topic that I found interesting, an algorithm called Aho-Corasick, used to find patterns in a text. You may be thinking, for that we already…