[lug] Embedded database recommendations

Chip Atkinson chip at pupman.com
Tue Aug 24 16:21:14 MDT 2010


There was also an article about nosql in 4/10 of LJ.  It was for web sites
but it might have some relevance.

Chip

On Tue, 24 Aug 2010, Bear Giles wrote:

> iirc http://www.sqlite.org/ is widely used in embedded systems.
> 
> On Tue, Aug 24, 2010 at 4:09 PM, Steve Sullivan <sullivan at mathcom.com>wrote:
> 
> > Hi,
> >
> > I'm looking for embedded database recommendations.
> > The need is ...
> >  - Storage of many objects, some small, some exceeding 10 GB each
> >  - No SQL needed, but some sort of query language would be helpful
> >  - Both Java and C/C++ APIs
> >  - Open source (prefer MIT or LGPL to GPL license)
> >  - Access by multiple processes or threads
> >  - Robust: minimal loss during system crash; short recovery time
> >
> > The API issue is tricky.  If possible we'd like a DB
> > with a pure Java implementation and a C++ implementation,
> > since calling between Java and C++ involves JNI, which
> > is often fragile.
> >
> > Thanks,
> >
> > Steve
> >
> > --
> >
> > ========================================
> > Steve Sullivan      sullivan at mathcom.com
> > 303-494-7179          cell: 720-587-7498
> > http://www.mathcom.com
> > ========================================
> > _______________________________________________
> > Web Page:  http://lug.boulder.co.us
> > Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> > Join us on IRC: irc.hackingsociety.org port=6667 channel=#hackingsociety
> >
> 




More information about the LUG mailing list