Skip to content
#

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 145 public repositories matching this topic...

Core Android Things device app for IoT alarm system. A part of my engineering degree project. Features a camera, Fresnel lens motion detector, IR beam detector, and a buzzer. Peripherals plug into GPIO pins and are controlled by custom drivers. This repo also contains Firebase backend lambdas for core device uptime checks and app notifications.

  • Updated Nov 7, 2017
  • Kotlin

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
Followers
20.2k followers
Wikipedia
Wikipedia

Related Topics

database relational-database sql