Articles for June, 2018

Using jetstreamDB as in-memory Database for Java

Saturday, June 30th, 2018

JetstreamDB is a in-memory database engine for Java that claims to be built for ultra-high speed and the ability of managing complex data structures by storing real Java objects instead of serializing data structures to other database specific formats.

In the following short example I would like to demonstrate how to create and read items from such a database by building a small article management sample app.

(more…)

Search
Categories