These guides discuss how to define Metrics
that aggregate values together, and Indexes
that allow fast access to matching Row
objects.
See also the Rolling Dice demos, the Country demo, and the Todo App demos.
This guide describes how the metrics
module gives you the ability to create and track metrics based on the data in Store
objects.
This guide covers how the ui-react
module supports the Metrics
object.
This guide describes how the metrics
module let you create more complex types of metrics based on the data in Store
objects.
This guide describes how the indexes
module gives you the ability to create and track indexes based on the data in Store
objects, and which allow you to look up and display filtered data quickly.
This guide covers how the ui-react
module supports the Indexes
object.
This guide describes how the indexes
module let you create more complex types of indexes based on the data in Store
objects.