Home > Java > javaTutorial > body text

8 Top Open Source NoSQL Databases in Java

伊谢尔伦
Release: 2016-11-24 11:15:19
Original
1487 people have browsed it

NoSQL is on the rise. Many enterprises and users have replaced MySQL databases with NoSQL databases. NoSQL makes it easier to analyze unstructured data, so developers must be aware of the trends and tools that exist in the NoSQL world.

8 Top Open Source NoSQL Databases in Java

1. Terrastore

New document storage technology can provide advanced scalability and elasticity without sacrificing consistency. Terrastore is based on Trrracotta, which relies on an industry-proven, fast (and cool) clustering technology.

 2.Neo4j

  Open source graph database, implemented in Java. The developers describe Neo4j as "an embedded, disk-based, fully transactional Java persistence engine that stores data structured in graphs rather than in two-dimensional tables"

  3. Voldemort

  Distributed key-value storage system. Essentially a large, distributed, persistent, fault-tolerant hash table. For applications, it can use O/R mapping tools like active-record or hibernate, which can provide horizontal expansion and higher availability, but will lose huge convenience.

 4. HBase

  Apache HBase was developed by Chang et al of Google. It is another open source, distributed, versioned, non-relational database following the distributed storage system Bigtable developed by it.

 5.InfoGrid

 A Web graph database with many additional software components, making it easy to develop Rest-ful web applications based on graph databases.

 6.HyperGraphDB

  Universal, scalable, portable, embedded, open source data storage mechanism. It is a graph database specially designed for artificial intelligence and web semantic projects, and can also be used as an embedded object-oriented database for projects of different sizes.

 7.Perst

 Perst is an open source implementation of McObject, a dual-license, object-oriented embedded database system (ODBMS). One version is an embedded database developed in Java, and the other is implemented in C# (for Microsoft .NET Framework applications).

 8.NeoDatis ODB

 A simple object database running on Java, .Net, Google Android, Groovy and Scala.


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!