Real-Time Full-Text Search with Luwak and Samza
blog.confluent.io
Real-Time Full-Text Search with Luwak and Samza
1–10 of 31 posts
Re: Real-Time Full-Text Search with Luwak and Samza
#2Re: Real-Time Full-Text Search with Luwak and Samza
#3Re: Real-Time Full-Text Search with Luwak and Samza
#4I think this is the first post I've seen about Samza from a non-LinkedIn team. I'd love to hear any details about the Samza experience - it seems like it should be the logical choice for Kafka users, but there's not much out there about it.
"Jay is co-founder and CEO at Confluent. Prior to Confluent, Jay Kreps was the initial developer on several open source projects, including Apache Kafka, Apache Samza, Voldemort. He was the lead architect for data infrastructure at LinkedIn."
(Martin Kleppmann also has a LinkedIn background)
Re: Real-Time Full-Text Search with Luwak and Samza
#5Re: Real-Time Full-Text Search with Luwak and Samza
#6offtopic - I've seen a number of blog posts using this hand drawn diagram style recently, does anyone happen to know how it's done? (answers other than "by hand" appreciated)
Re: Real-Time Full-Text Search with Luwak and Samza
#7I think this is the first post I've seen about Samza from a non-LinkedIn team. I'd love to hear any details about the Samza experience - it seems like it should be the logical choice for Kafka users, but there's not much out there about it.
I don't think Confluent really counts as "non-LinkedIn team" :) "Jay is co-founder and CEO at Confluent. Prior to Confluent, Jay Kreps was the initial developer on several open source projects, including Apache Kafka, Apache Samza, Voldemort. He was the lead architect for data infrastructure at LinkedIn." (Martin Kleppmann also has a LinkedIn background)
Oh, well. I still hope to one day read about someone else using Samza in production.
Re: Real-Time Full-Text Search with Luwak and Samza
#8Re: Real-Time Full-Text Search with Luwak and Samza
#9Earlier quoted context omitted.
I don't think Confluent really counts as "non-LinkedIn team" :) "Jay is co-founder and CEO at Confluent. Prior to Confluent, Jay Kreps was the initial developer on several open source projects, including Apache Kafka, Apache Samza, Voldemort. He was the lead architect for data infrastructure at LinkedIn." (Martin Kleppmann also has a LinkedIn background)
Ahh, thanks - I checked that the speakers weren't currently working for LinkedIn, but I didn't look further into their backgrounds. Oh, well. I still hope to one day read about someone else using Samza in production.
The Metamarkets team wrote a nice post on their use of Samza a few days ago: https://metamarkets.com/2015/simplicity-stability-and-transp...
Re: Real-Time Full-Text Search with Luwak and Samza
#10Bit offtopic, but does anyone have suggestions for simple full text search engines? I basically want something for names, just a couple of thousand, nothing fancy. Setting up something like ElasticSearch seems like overkill (and is quite hungry for specs as well). I was thinking about simply hacking something together with Redis and Python, but i suppose someone might have a better solution.