TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: RethinkDB change feeds for indexing Algolia

42 点作者 rlancer超过 8 年前

3 条评论

segphault超过 8 年前
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 未加载
firloop超过 8 年前
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 未加载
kinkdr超过 8 年前
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.