SIMBA Store Front
Contents:
Introduction
Synopsis
SIMBA Store Front configuration.
The SIMBA Store Front comprises stores. Each store is an independent data storage provider optionally containing further stores to allow hierarchical composition of data.
Specification
Synopsis
Specification: how to specify a SIMBA store front.
The Store Front JSON configuration file has two properties: path and stores.
Name
|
Type
|
Description
|
|---|---|---|
path
|
string
|
a directory path where the store front will be physically located
|
stores
|
array
|
a list of stores
|
The normative JSON schema can be found at: Store Front Schema
Examples
Please see Examples