nEDM Interface

nEDM Experiment

nEDM Interface

Repository

Tutorials


Modules


Classes


Externals


Logs

_design/log

This view handles log that are associated with documents, or conversely documents that are associated with logs. For example, a log document may be associated with data documents like:

{
    "type" : "log",
    "dataids" : [
      // .. this is a list of ids of data documents
    ]
    // ..
}

Any other document may be associated associated with log documents like:

{
    "type" : "data",  // This could also be any other type
    "logids" : [
      // .. this is a list of ids of log documents
    ]
    // ..
}

This view then normalizes how one gets documents associated with a particular log.

controls

Query examples