Skip to content
#

NoSQL

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 1,113 public repositories matching this topic...

bhalevy
bhalevy commented May 15, 2019

Currently, there are no clear guidelines for determining when to log messages and what category to give them. We need to address the following, to begin with:

  • Distinguishing TRACE vs. DEBUG messages.
  • What events should be logged with INFO messages?
  • When actions fail:
    • When to throw an exception and when to log.
    • When to WARN vs. when to log an ERROR.
solnic
solnic commented Dec 30, 2018

A common scenario is when you want to adjust the default dataset rather than setting it up from scratch, that's why it will be convenient when the default dataset is available within the Relation.dataset configuration block.

Probably the best way to do this is to tweak Gateway#dataset so that it can also accept a schema because we have it available already when dataset is retrieved from t

You can’t perform that action at this time.