Skip to main content

Questions tagged [analytics]

Analytics is the discovery and communication of meaningful patterns in data.

0votes
1answer
109views

Better way to track and analyze downloads (or any other events)

I need to decide about my database architecture. The app provides files for download. I can add a counter to every file and track total events. But the client may want some analysis and ask for the ...
kelin's user avatar
1vote
3answers
648views

Analytics and total time spent on the app

I need to be able to track users' time spent on the app and on each page (based on URL). I have a visits table that logs the users' page visits (by URL) and time spent. The time spent is done using ...
Stackerito's user avatar
0votes
1answer
139views

UML design for data analytics of aggregated Survey Data

First and foremost, let me say that I do not have a Software Engineering background . I need help from the community as I have been assigned to create a UML (Unified Modeling Language) design from ...
user3115933's user avatar
-3votes
1answer
124views

How do I evaluate if a data warehouse is necessary?

I need to put data from MongoDB together with tracking data from a quiz app (stuff like which users clicked what button etc). Then I’ll use this in machine learning. I looked at all the DW options ...
a0142204's user avatar
1vote
0answers
206views

Near Real-Time Data Aggregation using Complex Queries

We are working on a multi-tenant SaaS product that has a ledger of all tenant customer transactions, which we use to track invoice states on a line-item level. This particular application will result ...
André Haupt's user avatar
0votes
2answers
98views

Creating user stories for dependent elements in analytics software

Context: analytics software The customer wants to see graphical elements A,B and C in the same area of the screen. Selecting something in A will affect B and C. Similarly, selecting something in B ...
Shimon's user avatar
1vote
1answer
81views

Ordering of analytical events

My team is working on an analytics system for the web app. The web app has a service-oriented architecture, and all events are gathered in one centralized analytics service. The system is sending ...
Toshakins's user avatar
4votes
2answers
1kviews

How to show fluctuating data smoothly and accurately?

I am working on a project in which I have to read data from liquid level sensor installed in tank which measures fluid level and sends output in millivolt. The device has predefined ranges of voltage ...
Kashyap Kansara's user avatar
1vote
0answers
34views

Rolling Analytics - Dates and Dropoffs

I would like to generate analytics on a per-user basis on how many times they've viewed a particular page for 7 days, and how many times they've viewed a page during their lifetime as a user. This ...
micah's user avatar
-2votes
1answer
27views

Azure web service api usage per user insights

We have a API (written in .NET Core 3.1), published to Azure Web Services. This API talks to a database for authentication. After a succesfull authentication, the API connects to other databases, ...
Bjorn's user avatar
0votes
2answers
210views

Should I track my handled exceptions?

Various analytics tools will track the number of handled and unhandled exceptions (crashes) that happen in an app. This obviously helps us find problems we didn't know existed and will fix it. Quite ...
Gil Sand's user avatar
0votes
0answers
68views

Pulling analytics metrics from java application without code modifications

We use spring 4.3 and spring boot version 1.5 in our java based web application. For (product) analytics purposes we want to read the metadata of our product which is persisted in an RDBMS store (...
Andy Dufresne's user avatar
0votes
1answer
516views

Application analytics - Logging with NoSQL/RDBMS, BigData [closed]

I need to architect a system for my company. My question is specific to logging. Part of the requirement is to log 2 kinds of data. A1. User events (Ex: UserA clicked on Button1, performed Action#21. ...
user1220169's user avatar
0votes
2answers
260views

Ideal AB testing architecture to optimize for engagement

I'm pushing out a new feature soon that has a lot of different UX components. The key metric that I want to track is user engagement (I have the equation for what this means for me and how to measure ...
satnam's user avatar
-2votes
1answer
908views

Architecture Design Approaches for Metric Collection

We want to pull application and business metrics from the source web application to track billing, usage and performance of the application. These metrics are to be stored in a different database (...
Andy Dufresne's user avatar

153050per page
close