【问题标题】:How to convert CouchDB into CSV files如何将 CouchDB 转换为 CSV 文件
【发布时间】:2019-05-11 03:34:14
【问题描述】:

我的本​​地服务器中有 CouchDB 数据库,并且数据每小时更新一次。

如何将数据从 CouchDB 导出到 CSV 文件? 这样做的最佳做法是什么?

如果没有直接的方法可以轻松做到这一点,我想使用 PHP 来实现。

【问题讨论】:

    标签: php database csv couchdb


    【解决方案1】:

    你应该看看 Couchdb List 函数:

    Using the CouchDB(1.6.1) List function to output to a csv file

    http://guide.couchdb.org/draft/transforming.html

    请注意,建议在未来的 Couchdb 版本中弃用 list 函数。 https://github.com/apache/couchdb/issues/1534

    【讨论】:

      猜你喜欢
      • 2014-08-09
      • 2019-02-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多