Analytics

Real-time big data analysis and visualization

User-related data and sales data are collected real-time to provide the most in-depth analysis on applications.

Customizable queries

Customize data sets and analytics with specific conditions.

Lightning fast

Query millions of data in a second.

User privacy

No Peronal Identifiable Information (PII) collected.

In-depth analytics with big data query

Real-time computation and visualization with data sorting

User analytics
Sales analytics
Rules
Timezone

User analytics

Real-time data on active users, new users, concurrent-connections, and more.

Sales analytics

Real-time data on revenue, paying users, most-paid users, and more.

Rules

Filter and compute data sets by rules: store, country, UID, IP, and OS.

Timezone

View data sets and analytics based on specific country and timezone.

Data and statistics for
better understanding

The dashboard shows various sets of data in an organized format to help you better understand the data and statistics.

create policy "Public Access" 
on storage.objects for all 
using ( bucket_id = 'avatars' );
    
create policy "Public access to a folder" 
on storage.objects for all 
using (
  bucket_id = 'avatars' 
  and (storage.foldername(name))[1] = 'public' 
);
    
create policy "Logged in access" 
on storage.objects 
for all using (
  bucket_id = 'avatars' 
  and auth.role() = 'authenticated'
);
create policy "Individual access" 
on storage.objects for all 
using (
  bucket_id = 'avatars' 
  and name = 'folder/only_uid.jpg' 
  and auth.uid() = 'd8c7bce9-cfeb-497b-bd61-e66ce2cbdaa2'
);

Supercharge your application