no-sql
A NoSQL database refers to a database whose storage format is modeled differently from relational databases. Often NoSQL databases opt for simpler horizontal scaling to clusters of servers. NoSQL databases are often used for large data web applications.
Here are 14 public repositories matching this topic...
SODA (Simple Oracle Document Access) for Java is an Oracle library for writing Java apps that work with JSON (and not only JSON!) in the Oracle Database. SODA allows your Java app to use the Oracle Database as a NoSQL document store.
-
Updated
Jan 28, 2025 - Java
A simple demos of how to connect firebase and google maps
-
Updated
Oct 5, 2017 - Java
LearnIt! is an e-learning social network designed with two different databases: MongoDB (in a cluster of three nodes) and Neo4J
-
Updated
Feb 29, 2024 - Java
Spring Boot application with MongoDB connectivity
-
Updated
Mar 4, 2017 - Java
Some examples of building reactive API's based on Spring Reactor, OpenAPI and other modern technologies
-
Updated
Mar 19, 2022 - Java
How to work with geographic locations and firebase
-
Updated
Aug 22, 2017 - Java
n-orm offers a simple persistence layer for Java. Targeted stores are "no-sql" as the framework assumes a column-oriented like storage data model. The framework makes use of annotations, and offers a very simple query language, simple enough to be very efficient, and too simple to let a model not to be efficient... ;-) Current stores are HBase, …
-
Updated
Nov 29, 2018 - Java
Actividades evaluables realizadas para la asignatura de Acceso a Datos.
-
Updated
Mar 21, 2022 - Java
api rest of event scheduling with jwt authentication
-
Updated
Aug 19, 2020 - Java