开发者

What are all open source applications using Berkeley DB? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting开发者_C百科 answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I am learning Berkeley DB and its usages. Could somebody point the open source applications using BerkeleyDB.

Though I am using Java (BDB Java edition), I am open to refer other programming languages too.


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...


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜