romico / kibana_cohort_np_plugin

Kibana NP plugin for Cohort Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kibana Cohort analysis chart plugin

In Progress ...

Chart screenshot

Cohort Table

Chart Table screenshot

Pivot Table (React)

Chart Table screenshot

Eui Table

Chart Table screenshot

Description

From Wikipedia:

Cohort analysis is a subset of behavioral analytics that takes the data from a given dataset (e.g. an eCommerce platform, web application, or online game) and rather than looking at all users as one unit, it breaks them into related groups for analysis. These related groups, or cohorts, usually share common characteristics or experiences within a defined time-span. Cohort analysis allows a company to “see patterns clearly across the life-cycle of a customer (or user), rather than slicing across all customers blindly without accounting for the natural cycle that a customer undergoes.

usage

  • The total metric is the value that determine y-axis. Can be either a count or a sum. It also possible to use the percentual as y value just marking the option Show percetual values.
  • The cohort date bucket is the date used to draw the chart lines. Each bucket is a line in this chart. It should be a date histogram.
  • The cohort period bucket is the "cohort" itself that determine the x-axis. It should be a numeric histogram.

install

In Progress

About

Kibana NP plugin for Cohort Analysis


Languages

Language:TypeScript 65.2%Language:JavaScript 32.1%Language:CSS 2.7%