TinyBase logoTinyBase

Metrics And Indexes

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.

Using Metrics

This guide describes how the metrics module gives you the ability to create and track metrics based on the data in Store objects.

Building A UI With Metrics

This guide covers how the ui-react module supports the Metrics object.

Advanced Metric Definition

This guide describes how the metrics module let you create more complex types of metrics based on the data in Store objects.

Using Indexes

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.

Building A UI With Indexes

This guide covers how the ui-react module supports the Indexes object.

Advanced Index Definition

This guide describes how the indexes module let you create more complex types of indexes based on the data in Store objects.