如何将Drupal 7与Hypertable连接?

发布于 2024-10-21 00:22:27 字数 217 浏览 6 评论 0原文

根据 http://drupal.org/node/443540

可写入现场存储模块 以多种方式存储现场数据 方式包括HyperTable、Amazon S3 或 CouchDB

但我不知道该怎么做

According to http://drupal.org/node/443540:

Field storage modules could be written
to store field data in a variety of
ways including HyperTable, Amazon S3
or CouchDB

but I have no idea how to do

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

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

发布评论

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

评论(2

感受沵的脚步 2024-10-28 00:22:27

尽管有文档,您还是可以查看 MongoDB 模块

http://drupal.org/project/mongodb

Despite the documentations, you could have a look on MongoDB module

http://drupal.org/project/mongodb

拥有 2024-10-28 00:22:27

您查看过 Field Storage API 文档页面吗? http://api.drupal .org/api/drupal/modules--field--field.attach.inc/group/field_storage/7

它列出了声明新存储后端所需实现的挂钩(hook_field_storage_info()) 并插入一个字段存储后端(hook_field_storage_OP())。

Did you take a look at the Field Storage API documentation page? http://api.drupal.org/api/drupal/modules--field--field.attach.inc/group/field_storage/7

It's listing the hooks you need to implements to declare a new storage backend (hook_field_storage_info()) and to plug a field on a storage backend (hook_field_storage_OP()).

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