= JNoSQL examples code :toc: auto
== Introduction
Java SE sample using NoSQL with Jakarta NoSQL.
This project contains several projects with the primary goal of exploring the Jakarta NoSQL on several databases.
=== ArangoDB
image::http://www.jnosql.org/img/logos/ArangoDB.png[ArangoDB, width=200px]
ArangoDB: ArangoDB is a native multi-model database system developed by triAGENS GmbH. The database system supports three important data models (key/value, documents, graphs) with one database core and a unified query language AQL (ArangoDB Query Language). The query language is declarative and allows the combination of different data access patterns in a single query. ArangoDB is a NoSQL database system but AQL is similar in many ways to SQL.
==== How to install with Docker
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
==== Projects
=== MongoDB
image::http://www.jnosql.org/img/logos/mongodb.png[MongoDB, width=200px]
Mongodb: MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas.
==== How to install with Docker
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
==== Projects
=== Oracle NoSQL
image::http://www.jnosql.org/img/logos/oracle.png[Oracle NoSQL, width=200px]
Oracle NoSQL: Oracle NoSQL Database is a NoSQL-type distributed key-value and document database from Oracle Corporation. It provides transactional semantics for data manipulation, horizontal scalability, and simple administration and monitoring.
==== How to install with Docker
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
==== Projects
=== CouchDB
image::https://www.jnosql.org/img/logos/couchdb.png[Couchbase, width=200px]
Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang. CouchDB uses multiple formats and protocols to store, transfer, and process its data. It uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API.
==== How to install with Docker
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
heroes
as bucket nameHero
and Villain
as collectionsHero
==== Projects
=== Couchbase
image::http://www.jnosql.org/img/logos/couchbase.svg[CouchDB, width=200px]
Couchbase Server, originally known as Membase, is an open-source, distributed multi-model NoSQL document-oriented database software package optimized for interactive applications. These applications may serve many concurrent users by creating, storing, retrieving, aggregating, manipulating and presenting data.
==== How to install with Docker
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
#primary
ON heroes
._default
.Hero
==== Projects
=== Elastisearch
image::https://www.jnosql.org/img/logos/elastic.svg[ES, width=200px]
Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.
==== How to install with Docker
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
==== Projects
=== Cassandra
image::http://www.jnosql.org/img/logos/cassandra.png[Cassandra, width=200px]
Cassandra: Apache Cassandra is a free and open-source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure.
==== How to install with Docker
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
==== Projects
=== Scylla
image::https://www.jnosql.org/img/logos/scylla.svg[ScyllaDB, width=200px]
ScyllaDB is an open-source distributed NoSQL wide-column data store. It was designed to be compatible with Apache Cassandra while achieving significantly higher throughputs and lower latencies.
==== How to install with Docker
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
==== Projects
=== Redis
image::https://www.jnosql.org/img/logos/redis.png[Redis, width=200px]
Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indices.
==== How to install with Docker
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
==== Projects
=== Hazelcast
image::http://www.jnosql.org/img/logos/hazelcast.svg[Hazelcast, width=200px]
Hazelcast:In computing, Hazelcast is an open source in-memory data grid based on Java.
==== Projects
=== Memcached
image::https://www.jnosql.org/img/logos/memcached.png[Memcached, width=200px]
Memcached is a general-purpose distributed memory-caching system. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data source must be read. Memcached is free and open-source software, licensed under the Revised BSD license.
==== How to install with Docker
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
==== Projects
=== Neo4J
image::https://www.jnosql.org/img/logos/neo4j.png[Neo4J, width=200px]
Neo4j is a graph database management system developed by Neo4j, Inc. The data elements Neo4j stores are nodes, edges connecting them, and attributes of nodes and edges.
==== How to install with Docker
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
==== Projects
===== BookApp
Library recommendation, category based that shows the software categories, the software books and also a book that is Software and Java.
image::neo4j/Book.png[]
===== MarketingApp
The marketing campaign that needs to match from some rules relationship based with four people.
image::neo4j/Marketing.png[]
===== TravelApp
Given cities and travelers, this TravelApp will return the most famous city, the person who most travel and also some friends suggestion placed by the visited cities.
image::neo4j/Travel.png[]
=== JanusGraph
image::https://www.jnosql.org/img/logos/janusgraph.png[JanusGraph, width=200px]
JanusGraph is an open source, distributed graph database under The Linux Foundation. JanusGraph is available under the Apache License 2.0. The project is supported by IBM, Google, Hortonworks and Grakn Labs. JanusGraph supports various storage backends.
==== Projects
===== BookApp
Library recommendation, category based that shows the software categories, the software books, and also a book that is Software and Java.
image::janus-graph/Book.png[]
===== MarketingApp
The marketing campaign that needs to match from some rules relationship based with four people.
image::janus-graph/Marketing.png[]
===== TravelApp
Given cities and travelers, this TravelApp will return the most famous city, the person who most travel and also some friends suggestion placed by the visited cities.
image::janus-graph/Travel.png[]
===== TheGodsApp
The graph of Gods JanusGraph based
image::janus-graph/graph-of-the-gods.png[]