Reviews
Discussion
Hunter
Makers
You need to become a Contributor to join the discussion - Find out how.
Eric WillisHunter@erictwillis · Working on something new
It's pretty much a "backend as a service" for autocomplete
Upvote (1)Share·
Honey Raj Varma@raj_ventures · Raj Ventures, R&Ds
@erictwillis Great find Eric!
Upvote (1)Share·
Ryan Marr@ryanmarr · Product Manager, N49.com
How does this differ from an elastic search provider like Algolia?
Upvote (1)Share·
Vit Myshlaev@myshlaev · co-founder, ConcertWith.me
@ryanmarr yeah, I have the same question as we are using Algolia
Upvote (1)Share·
Sasindu Mendis@sasindumendis · Developer
New term to "_aaS" family I guess "AaaS" :)
Upvote Share·
Subhash MedatwalMaker@findsubhash · Entrepreneur
Don't know much about algolia. But AaaS provides a simpler API and indexes fixed attributes in data. Algolia provides more feature like Analytics and might be better fit for enterprises. Also big difference in pricing structure. AaaS is easy to integrate into apps, costs less.
Upvote Share·
Vit Myshlaev@myshlaev · co-founder, ConcertWith.me
@findsubhash we have 200k records in Algolia, so it looks like cheaper for us. We are small startup, but it's more affordable for us to use Algolia for web and mobile
Upvote Share·
Rudd Taylor@ruddct · SALT, Amazon, Univ. of Washington CS
Also confused about how this differs from the myriad hosted Elasticsearch providers. The API looks similar and the product seems less flexible (targeted towards people who need autocomplete, but not necessarily other search features).
All that said this is still a nice find. Rolling your own autocomplete with ES does take a little time to get started with, and the pricing here is competitive.
Upvote Share·
Subhash MedatwalMaker@findsubhash · Entrepreneur
@ruddct It can be used it many ways apart from autocomplete. e.g. Use it as a quick lookup service to build a custom IP to location API using it...
Comparing to ES based lookup service, this is faster.
Upvote Share·