TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: RethinkDB change feeds for indexing Algolia

42 pointsby rlancerover 8 years ago

3 comments

segphaultover 8 years ago
Thanks for sharing, it&#x27;s nice to see an example of using RethinkDB with Algolia.<p>RethinkDB originally added changefeeds for <i>exactly</i> this use case, long before hitting on the idea of leveraging the feature for realtime application development. It&#x27;s pretty cool to see users intuitively picking up on the suitability of changefeeds for this sort of integration.
评论 #12825186 未加载
firloopover 8 years ago
At my work we use Rethink changefeeds to accomplish literally the same task. We use changefeeds to filter and pipe data to Algolia and numerous other services. Works like a breeze and takes surprisingly little code to get up and running.
评论 #12825419 未加载
kinkdrover 8 years ago
Is the changefeed reliable enough to make your search engine depend on this?<p>In the RethinkDB website, they have a warning saying that changefeeds cannot guarantee delivery.