EtherPad 数据库架构?

发布于 2024-09-11 06:41:45 字数 119 浏览 8 评论 0原文

有人有 EtherPad 数据库架构吗?我用谷歌搜索了它,看到了大量的请求,但似乎找不到一个。

我有兴趣看一下。我也很好奇 EtherPad 处理程序如何修订/时间表。他们是否为主垫表中的每次保存创建新记录?

Does anyone have an EtherPad Database Schema? I googled for it, see tons of requests, but can't seem to find one.

I'm interested in taking a look. I'm also curious how EtherPad handler revisions/timeline. Do they create new records for each save in a main pad table?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倒带 2024-09-18 06:41:45

这是 mysql 转储的完整架构:

http://padm.us/schema

这是一篇关于它的博客文章:

http://appolo85.wordpress.com/2010/ 03/22/first-steps-understanding-etherpad/

Here's the full schema as dumped by mysql:

http://padm.us/schema

Here's a blog post about it:

http://appolo85.wordpress.com/2010/03/22/first-steps-understanding-etherpad/

北凤男飞 2024-09-18 06:41:45

Changes are saved as changesets, and operational transformations (http://en.wikipedia.org/wiki/Operational_transformation) are used each time a web browser wants to view a revision. Revisions are saved in step units of 1, 10, 100, etc.
The revisions also have a properties table that might contain a name, change dates, etc

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文