The Wayback Machine - https://web.archive.org/web/20220516113606/https://github.com/topics/nosql-database
Skip to content
#

nosql-database

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

clover
ostafen
ostafen commented May 9, 2022

Hi, all. Currently, clover allows to access nested document fields by the following syntax:

doc.Get("field1.field2.field3")

Now, suppose that field2 is a slice. It would be useful to support indexing elements by the following syntax:

doc.Get("field1.field2.4.field3") // here, we are trying to access the fifth element of "field2"
enhancement good first issue

QLens is an electron app which dynamically generates GraphQL Schemas and Mongo Schema visualization. QLens significantly cuts development time by automating the formation of their GraphQL schemas based on information fetched from their non-relational database.

  • Updated Apr 22, 2021
  • JavaScript
tbolier
tbolier commented May 19, 2018

Issue summary

The current ReQL document manipulation commands implementation is currently missing in the driver.
https://www.rethinkdb.com/api/java/#zip

Selecting data

  • zip

The following sections can be removed only, whenever they are not applicable or you have a simple question.

Actual Behavior

  • Not implemented

Expected Behavior

  • A working implementation
enhancement help wanted good first issue Missing feature
Wikipedia
Wikipedia