This page includes some notes on Sample Databases included in 2.0.
Document Naming Conventions
Use Human Readable Key Names, spaces change to "."
key: new.belgium
Use "-" as separator in key parts for cross operating system filename compatibility
key: new.belgium-fat.tire
Normalize names to ASCII-7 and remove punctuation and lowercase
json: "brewery_name": "Borsodi Sörgyár"
key: "borsodi.sorgyar"
Use "type" in Document as json key for use in Views (Secondary Index/Query)
key: new.belgium
value:
Unknown macro: { "type"}
key: new.belgium-fat.tire
value:
Unknown macro: { "type"}