real-time-data Questions
1
I built a simple demo project using FastAPI. I would like to POST data to the server in real time (maybe 30fps).
The client:
while True:
....
res = requests.post(URL, files={'input_data' : input_...
Otherworldly asked 14/4, 2022 at 6:13
1
Solved
I am experiencing real time aggregation not to be up to date in real time. Is there something I am missing?
A reproducible example on version 2.4.2 using the current docker image timescale/timescal...
Cupel asked 1/10, 2021 at 10:38
2
I am working on project push to talk over wifi hotspot or wifi direct in real time, but I am unable to connect more than 10 devices through one hotspot as android given this limitation.
but I...
Absolutism asked 27/3, 2014 at 6:53
7
I use AngularFire2 to get data from Firebase Database (realtime).
What I have done:
Firebase Database
{
“class” : {
“student” : {
“Tom” : “male”,
“Mary” : “female”,
“Peter” : “male”,
...
Dottie asked 5/10, 2017 at 13:56
1
Solved
Problem :
We are trying to make a chat application using AWS product AppSync and we want to achive the best performance but we're facing problem with real time subscriptions in AppSync and Graphql...
Hudnut asked 18/3, 2019 at 15:53
1
Solved
I'm trying to use raspberry pi capture the image from USB camera and stream it with Django framework
I have tried to use StreamingHttpResponse to stream the frame from Opencv2.
However, it just sho...
Affiche asked 27/8, 2017 at 15:19
2
Solved
I'm playing with Spark. It is the default, pre-built distribution (0.7.0) from the website, with default config, cluster mode, one worker (my localhost). I read the docs on installing and everythin...
Gazetteer asked 30/5, 2013 at 9:26
2
How to I exactly get the acknowledgement from Kafka once the message is consumed or processed. Might sound stupid but is there any way to know the start and end offset of that message for which the...
Wapentake asked 31/7, 2013 at 7:9
1
I'm trying to create a program, using Qt (c++), which can record audio from my microphone using QAudioinput and QIODevice.
Now, I want to visualize my signal
Any help would be appreciated. Thank...
Yul asked 9/2, 2014 at 7:11
2
Solved
I'm playing around with Storm, and I'm wondering where Storm specifies (if possible) the (tumbling/sliding) window size upon an aggregation. E.g. If we want to find the trending topics for the prev...
Transceiver asked 26/9, 2012 at 14:25
1
© 2022 - 2024 — McMap. All rights reserved.