使用 Berkeley DB 的开源应用程序有哪些?

发布于 2024-09-14 07:13:16 字数 1539 浏览 9 评论 0原文

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

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

发布评论

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

评论(2

听闻余生 2024-09-21 07:13:16

首先想到的是 Subversion 有一个可选的 BDB 后端。如今,较新的 FSFS 后端更受欢迎,但 BerkeleyDB 仍然是一个选择。

维基百科还有一长串使用它的应用程序。我不确定其中有多少是开源的,但......

The first that comes to mind is that Subversion has an optional BDB backend. The newer FSFS backend is more popular these days, but BerkeleyDB is still an option.

Wikipedia also has a long list of applications that use it. I'm not sure how many of those are Open Source, though...

只想待在家 2024-09-21 07:13:16

有许多开源应用程序使用 Berkeley DB、Berkeley DB Java 版和 Berkeley DB XML。请记住,BDB 和 BDB JE 是不同的产品。 BDB 和 BDB JE 大部分共享相同的 Java API,但存储机制不同。 BDB还拥有C、C++、C#、SQL、Perl、Python、PHP、Ruby等API。

维基百科文章有一个很好的列表。我还列出了一些。很难知道哪些开源项目使用 BDB,因为这是开源本质的一部分。您下载并使用它。时期。

使用 Berkeley DB 的项目的简短列表包括:Sendmail、Postfix、OpenLDAP、Redhat LDAP Directory、Apache Directory Services、Kerberos 网络身份验证、OpenOffice、XEmacs、Hypergraphdb、JasperReports,

使用 Berkeley DB Java 版的项目的简短列表包括:伏地魔,互联网档案馆时光机器,Hajo (http://sourceforge.net/projects/berkeleydbtools/)。

使用 Berkeley DB XML 的项目的简短列表包括:XQilla、MapGuide (http://mapguide.osgeo.org/< /a>),日食。

There are lots of open source applications that use Berkeley DB, Berkeley DB Java Edition and Berkeley DB XML. Remember, BDB and BDB JE are different products. BDB and BDB JE share the same Java API for the most part, but the storage mechanisms are different. BDB also has C, C++, C#, SQL, Perl, Python, PHP, Ruby and other APIs.

The Wikipedia article has a good list. I've listed a few more. It's hard to know which open source projects use BDB since that's part of the nature of open source. You download it and you use it. Period.

A short list of projects that use Berkeley DB include: Sendmail, Postfix, OpenLDAP, Redhat LDAP Directory, Apache Directory Services, Kerberos Network Authentication, OpenOffice, XEmacs, Hypergraphdb, JasperReports,

A short list of projects that use Berkeley DB Java Edition include: Voldemort, The Internet Archive Wayback machine, Hajo (http://sourceforge.net/projects/berkeleydbtools/).

A short list of projects that use Berkeley DB XML include: XQilla, MapGuide (http://mapguide.osgeo.org/), Eclipse.

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