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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Thinker – Easily clone and sync RethinkDB databases

75 点作者 internalfx将近 9 年前

2 条评论

jlhawn将近 9 年前
Is this meant to be used for making backup and restore easier? If so, doesn&#x27;t RethinkDB already have `dump` and `restore` commands for handling this? The docs[1] already make it seem pretty easy to do. It would be a good idea to add motivation to the README for this project, just a paragraph on what Thinker solves that `dump` and `restore` do not.<p>Edit: I&#x27;d also like to read why&#x2F;when `thinker sync` should be used over utilizing RethinkDB&#x27;s built-in table replication functionality.<p>[1] <a href="https:&#x2F;&#x2F;www.rethinkdb.com&#x2F;docs&#x2F;backup&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.rethinkdb.com&#x2F;docs&#x2F;backup&#x2F;</a>
评论 #12190366 未加载
marknadal将近 9 年前
To clarify: This is for devops&#x2F;sysadmin work. Not for any of RethinkDB&#x27;s realtime functionality? When I saw the title and saw that it was written in JS, I immediately jumped to web-dev conclusions not devops&#x2F;sysadmin conclusions. Great sysadmin addition!