@keen.io/parser
v2.8.144
Published
Keen parser
Downloads
483
Keywords
Readme
@keen.io/parser
This package contains set of parsers that are used internally to transform Keen API responses into @keen.io/charts
friendly format.
Transformations
| Type | Query Semantic |
| --------------------------------- | ------------------------------------------------------------ |
| singular | standard
query without additional settings |
| categorical | standard
query with group by settings |
| nominal | simple select_unique
analysis |
| categorical-nominal | select_unique
analysis with group by settings |
| chronological-nominal | select_unique
analysis with interval |
| chronological-categorical-nominal | select_unique
analysis with group by settings and interval |
| chronological | standard
query with interval |
| categorical-chronological | standard
query with group by settings and interval |
| funnel | funnel
analysis |
| extraction | extraction
analysis |
- A query is categorized as
standard
whenanalysis_type
is different thanselect_unique
,funnel
orextraction
.