Top "Berkeley-db" questions

Berkeley DB is part of the Oracle Berkeley DB family of products.

Looking for a lightweight java-compatible in-memory key-value store

Berkeley DB would be the best choice probably but I can't use it due to licensing issues. Are there any …

java nosql berkeley-db key-value-store
Single-file, persistent, sorted key-value store for Java (alternative to Berkeley DB)

Berkeley DB (JE) licensing may be a deal killer. I have a Java application going to a small set of …

java berkeley-db key-value-store
Inserting records into Berkeley DB with Java

I can't seem to find sample code for constructing a Berkeley DB in Java and inserting records into it. Any …

java berkeley-db
Is BerkeleyDB open sourced? Where can I find its source code?

It seems like BerkeleyDB is acquired by Oracle which does not publish the source code on its web?

berkeley-db
Berkeleydb - B-Tree versus Hash Table

I am trying to understand what should drive the choice of the access method while using a BerkeleyDB : B-Tree versus …

hashtable berkeley-db b-tree
Where can I find examples of bsddb in use?

I've spent hours searching for examples of how to use the bsddb module and the only ones that I've found …

python berkeley-db bsddb
sudo easy_install bsddb3 error :Can't find a local Berkeley DB installation

I tried to make a plugin on qgis with Python 2.7.3 and there is a error happend and I find a …

python berkeley-db qgis bsddb
Is Berkeley DB XML a viable database backend?

Apparently, BDB-XML has been around since at least 2003 but I only recently stumbled upon it on Oracle's website: Berkeley DB …

database berkeley-db berkeley-db-xml
Best Python module for Berkeley DB?

According to the Python 2.6.5 docs [1], the bsddb module has been deprecated for removal in Python 3.0. What module/wrapper should I …

python berkeley-db
Building a Java based stock trading application, need pointers for technologies to use

I am building an application in Java (with a jQuery frontend) that needs to talk to a third party application. …

java jquery jsp web-applications berkeley-db