Sleepycat has a java edition:

http://www.oracle.com/technology/products/berkeley-db/index.html

I has an "interesting" open source license. If you dont need to ship it on an install disk your probably good to go with that too.

you could also consider Derby.

C
On Nov 1, 2008, at 7:49 PM, lamfeeling wrote:

Consider Embeded Database? Berkeley DB, written in C++, and have interface for many languages.





在2008-11-02?10:15:22,"Zhou,?Yunqing"?<[EMAIL PROTECTED]>?写道:
The?project?I?focused?on?has?many?modules?written?in?different? languages
(several?modules?are?hadoop?jobs).
So?I'd?like?to?utilize?a?common?record?based?data?file?format?for? data
exchange.
XML?is?not?efficient?for?appending?new?records.
SequenceFile?seems?not?having?API?of?other?languages?except?Java.
Protocol?Buffers'?hadoop?API?seems?under?development.
any?recommendation?for?this?

Thanks

Reply via email to