We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
首先想到的是 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...
有许多开源应用程序使用 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.