Questions tagged [real-time-data]

Real-time data is information that is delivered immediately after collection. For questions regarding the real-time data feature of Excel, choose the 'RTD' tag.

Real-time data is information that is delivered immediately after collection. There is no delay in the timeliness of the information provided, save of technical limitations such as transmission delay. Areas of application are navigation, tracking or charting.

311 questions
1
vote
1 answer

How to consume/ receive rabbitmq queue message in Vue js appliaction?

I have an application written in spring boot which publishes the message for rabbitmq. and pushed to queue there. I have a front end application written in vue needs to consume the message from rabbitmq. I did a bit google around for related…
Priyanka Wagh
  • 615
  • 1
  • 8
  • 17
1
vote
0 answers

Looking to get number of real time users from Google analytics

I would like to get the real-time user number from Google Analytics Real-time Overview page. I have looked into react-ga but it doesn't seem to have what I am looking for. I have followed the guide below, but my GET requests have not gone through in…
1
vote
1 answer

Is there a way to perform math operations (average and sum) in Python on time formatted (hours:minutes:seconds) DATA read from an excel file?

My goal is to read the time data from the excel file and perform math on the time data in Python; in the same exact time format - hours:minutes:seconds. I want to calculate average talk time, average wait time, and the sum of the total time for each…
S Rob
  • 11
  • 2
1
vote
1 answer

Power BI dashboard with real time streaming data present in Amazon Aurora

I am new to powerBI and have a powerBI pro account, I would like to know how can I use the data present in Aurora RDS to create real-time dashboards in Power BI with a 30-sec refresh cadence. I thought of connecting the data to powerBI using MYSQL…
1
vote
1 answer

Data aggregation using apache flink

I am trying to create a real time number counter using flink data streaming api. But I am facing some problem to achieve the solution. Example: Data Payload { "room": 1, # Room Number "numbers": [101, 111, 201, 211, 13, ....], # Only these…
1
vote
2 answers

Plotly Gauge Dynamic

I have a problem with Plotly JS Gauge that I cannot solve and I have tried a thousand ways to solve it. How can I use Plotly JS Gauge on real time, dynamically? I have tried this but it does not work... ;-( :