Live data from Hacker News

Powering Twitch and Medium, Algolia (YC W14) raises $53M

venturebeat.com

11–20 of 111 posts

Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M

#11
We're using Algolia (the free version) for all Facebook open source project websites (React, GraphQL, Yarn, ...) and it's been nothing short of awesome.

You just include a js file and add an input where you want the search and it just works(tm).

It has required 0 maintenance, it didn't go down, the api didn't change, nothing to tweak on the backend... Users have gotten a quality and super fast search since then.

I highly recommend it!

Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M

#12

Guess I always assumed Algolia wasn't anything special. Anyone know what exactly makes it worth so much?

They are one of the very few companies in that space which still develop their own search technology instead of just adopting and mixing available open source packages. Most other search software these days runs on some flavour of Lucene and rightfully so IMO because Lucene is a rock solid piece of software.

This means that creating a defensible USP in that space isn't easy. Algolia did it by essentially developing their own search software from the ground up. It isn't necessarily better than competitors like Elasticsearch in every measure but it certainly has some interesting properties and it can be pretty fast, especially for things like autocomplete.

Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M

#13

Guess I always assumed Algolia wasn't anything special. Anyone know what exactly makes it worth so much?

It works well and works fast.

Indexes are easy to setup, maintain, and SDK's support a variety of languages. Querying is fast enough to feel seamless.

Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M

#14

Algolia is a fantastic service. I wish Elastic Search just as easy to populate and then to search with a front end javascript lib.

I really enjoyed using http://searchkit.co/ a while back. If i were to do it again, I'd probably roll my own, as IIRC state management with searchkit was a bit of a black box, but it is a pretty nice drop-in lib .

Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M

#15
post #14

Algolia is a fantastic service. I wish Elastic Search just as easy to populate and then to search with a front end javascript lib.

I really enjoyed using http://searchkit.co/ a while back. If i were to do it again, I'd probably roll my own, as IIRC state management with searchkit was a bit of a black box, but it is a pretty nice drop-in lib .

Looks interesting, thanks for the link.

Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M

#17

Oh, that's the Hacker News site search... Works fine for me, except I always switch from "results by Relevance" to "Results by date", as in "Has this been posted already...?" Did not know Google is discontinuing its custom search engine. Looks like there may be a business opportunity here.

You can switch to experimental UI.

Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M

#19
We use Algolia a lot at StackShare. Stack News[0] is powered by Algolia's client-side library. It's easy to integrate in your project and runs really fast. We love it! If you're looking for a way to add search for your project give Algolia a shot, there really is nothing like it on the market.

[0] - https://stackshare.io/news

Post reply on HN