Clojure 相当于 Erlang 的 DETS / Persistent-Maps

发布于 2024-08-11 19:20:48 字数 63 浏览 3 评论 0原文

我正在寻找相当于 Erlangs DETS 的持久键/值存储,
除非没有 DETS 2G 表大小限制。

I'm looking for the equivalent of Erlangs DETS for a persistent key/value store,
except with out DETS 2G table size limit.

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

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

发布评论

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

评论(1

在梵高的星空下 2024-08-18 19:20:48

Berkeley DB Java 版(提供 Clojure 包装器这里)非常好。基本功能相对简单,如果需要,它支持复制和其他高可用性功能。看起来该许可证更像是 GPL,而不是 LGPL,所以我认为对于闭源应用程序(即使没有对 BDB JE 本身进行修改),您需要单独的许可证。

Berkeley DB Java Edition (with Clojure-wrapper available here) is pretty nice. The basic stuff is relatively straightforward, and should the need arise it supports replication and other high availability features. It seems that the license is more GPL-like than LGPL-like, so I think for closed-source applications (even without modifications to BDB JE itself), you'd need a separate license.

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