TopAlter.com

JNSEDB - Java NoSql Embeddable Database Alternatives

JNSEDB - Java NoSql Embeddable Database Alternatives

JNSEDB - Java NoSql Embeddable Database

JNSEDB - Java NoSql Embeddable Database

If you need simple, persistable, fast and embeddable java nosql database you can use jnsedb just like this:

String dbDir = System.getProperty("user.dir") + "\.mydb";
String database = "mydatabase";

JnsedbManager dbManager = new JnsedbEmbeddedServer(dbDir).startup().getManager(database);

// store new entity
dbManager.store(myJavaObject);
// loads (lazy) all stored objects of class MyJavaObject
Collection<MyJavaObject> allMyJavaObjects = dbManager.loadAll(MyJavaObject.class);
// loads object of class MyJavaObject stored with id = 1
dbManager.load(MyJavaObject.class, 1);
// delete object of class MyJavaObject stored with id = 1
dbManager.delete(MyJavaObject.class, 1);

Features:
* Simple to use
* Fast
* Persistable
* Embeddable
* Index is cached in memory
* Loaded objects can be cached in memory
* Serialization using jackson, jackson annotations are allowed (@JsonInclude, @JsonProperty etc)

Best JNSEDB - Java NoSql Embeddable Database Alternatives

Are you curious what software is like JNSEDB - Java NoSql Embeddable Database? Check out different, popular JNSEDB - Java NoSql Embeddable Database alternatives that fit with your device. Are there other programs like JNSEDB - Java NoSql Embeddable Database? Let's find out!

MongoDB

MongoDB

FreeOpen SourceMacWindowsLinuxWebBSD

MongoDB is a document database with the scalability and flexibility that you want with the querying and indexing that you need MongoDB stores data in flexible...

Features:

  • NoSQL database
  • Database
CouchDB

CouchDB

FreeOpen SourceMacWindowsLinuxAndroidBSD

Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP / JSON API. It includes incremental map / reduce...

Features:

  • Database Server
  • REST API
  • Database
  • Developer Tools
  • NoSQL database
RethinkDB

RethinkDB

FreeOpen SourceMacWindowsLinuxBSD

RethinkDB pushes JSON to your apps in realtime. When your app polls for data, it becomes slow, unscalable, and cumbersome to maintain. RethinkDB is the...

Features:

  • Database
  • Distributed Database
H2 Database Engine

H2 Database Engine

FreeOpen SourceMacWindowsLinux

H2 is a relational database management system written in Java. It can be embedded in Java applications or run in the client-server mode. The disk footprint (size of the...

Features:

  • Database
  • Relational database
CouchBase

CouchBase

FreeOpen SourceMacWindowsLinux

Couchbase is the NoSQL database market share leader, with production deployments at AOL, Deutsche Post, NTT Docomo, Salesforce.com, Turner Broadcasting Systems, Zynga...

Features:

  • NoSQL database
  • Database
CockroachDB

CockroachDB

FreeOpen SourceMacLinuxBSD

Cockroach is a distributed key/value datastore which supports ACID transactional semantics and versioned values as first-class features. The primary design goal is...

Features:

  • Business Intelligence
  • Developer Tools
  • Relational database
HSQLDB

HSQLDB

FreeOpen SourceMacWindowsLinux

HSQLDB (Hyper Structured Query Language Database) is a relational database management system written in Java. It has a JDBC driver and supports a large subset of SQL-92...

Features:

  • Database
  • Relational database
Cosmos DB

Cosmos DB

CommercialWeb

Azure DocumentDB is a NoSQL document database service designed from the ground up to natively support JSON and JavaScript directly inside the database engine. It’s the...

Features:

  • Business Intelligence
  • Database
  • Developer Tools

Upvote Comparison

Interest Trends

JNSEDB - Java NoSql Embeddable Database Reviews

Add your reviews & share your experience when using JNSEDB - Java NoSql Embeddable Database to the world. Your opinion will be useful to others who are looking for the best JNSEDB - Java NoSql Embeddable Database alternatives.

Copyright © 2021 TopAlter.com

Sites we Love: AnswerBun, MenuIva, UKBizDB, Sharing RPP