gpt4 book ai didi

python - 将 BSON 写入磁盘

转载 作者:行者123 更新时间:2023-12-04 18:07:32 25 4
gpt4 key购买 nike

我正在以类似于 JSON 的格式存储分层数据:

{
"preferences": {
"is_latest": true,
"revision": 18,
// ...
},
"updates": [
{ "id": 1, "content": "..." },
// ...
]
}

我正在将这些数据写入磁盘,我想高效地存储它。我认为,为此,BSON 作为一种存储格式比原始 JSON 更有效。

我如何在 Python 中从磁盘读写 BSON 树?

最佳答案

我没用过,不过PyPI上好像有bson模块:
https://pypi.python.org/pypi/bson

该项目托管在 GitHub 中:
https://github.com/martinkou/bson

关于python - 将 BSON 写入磁盘,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22999276/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com