Skip to main content
1 vote
2 answers
119 views

I’m building a real-time chat application using NestJS, Postgresql (Main DB), Redis and Socket.IO. My database schema (simplified) looks like this: -- Chats table chats ( id serial primary key, ...
Vasile Bubuioc's user avatar
0 votes
1 answer
75 views

I am trying to implement Cache allocation Technology`s impact with my CPU. However, when I use either lscpu to see whether my CPU supports, or cpuid -l 0x10, output is false. How is this possible? How ...
Ali Hosseini's user avatar
3 votes
0 answers
225 views

I'm using the Windows Real-Time Work Queue API to do audio playback using WASAPI. The queue is created using RtwqLockSharedWorkQueue and work is submitted using RtwqPutWaitingWorkItem. From the ...
eyelash's user avatar
  • 4,146
0 votes
0 answers
30 views

union (.show databases | extend Source = "Databases"), (.show tables | extend Source = "Tables") Unable to do this. If I am combining the result of my two ".show "command ...
saurabh agarwal's user avatar
0 votes
0 answers
52 views

I am working with NI sbRIO-9606 and cRIO-9030 modules. I have an sbRIO code where I handle some data.(also have sbrio to fpga code where I created a bitfile) I'm working on windows 7 The problem is I ...
Aldocest's user avatar
0 votes
0 answers
133 views

I'm developing a simple real-time voice bot using the OpenAI real-time API, specifically integrating with Semantic Kernel. The code is written in an async manner, and it initially works well. However, ...
Mattia Surricchio's user avatar
3 votes
1 answer
509 views

I want to sync a Postgres table (2 million records) to Redis. Requirements: Full table should sync initially After that, realtime insert/update/delete should sync to Redis automatically (no polling) ...
shubham jha's user avatar
0 votes
0 answers
40 views

I'm developing a Flink application on AWS Managed Service for Apache Flink and I'm trying to configure it to restore from the last successful checkpoint after the application is paused and resumed. My ...
Renan Nogueira's user avatar
1 vote
0 answers
24 views

I'm building a data ingestion pipeline with GridDB Cloud where IoT devices send temperature data every few seconds. Once data is inserted into the container, I want to immediately trigger a function ...
Jamal Tiska's user avatar
3 votes
2 answers
208 views

The code below generates random data, and displays it in realtime with Matplotlib. The sliders allow the user to change the y-axis range. All of this works. Problem: when resizing the window size or ...
Basj's user avatar
  • 47.6k
1 vote
1 answer
120 views

I'm working on a real-time monitoring dashboard using Streamlit, with GridDB as the backend time-series database. My goal is to update the dashboard with new data every second. Here is my current ...
Damola's user avatar
  • 11
0 votes
1 answer
23 views

I need to maintain an auto-incrementing ID field for each stock as an identifier in DolphinDB's Reactive State Engine for real-time data processing. However, there are no relevant parameters in the ...
saki's user avatar
  • 319
1 vote
0 answers
76 views

I'm working on integrating a real-time trading data feed using SignalR and the signalrcore Python client. I can connect to the hub successfully, and the account discovery API works fine. However, when ...
 A-laz's user avatar
  • 65
0 votes
0 answers
91 views

I'm working on a real-time object tracking system using YOLOv8 for object detection and DeepSORT for tracking. The goal is to detect both customers (persons) and products, and assign each person a ...
AKASH S's user avatar
0 votes
0 answers
62 views

Goal: Enable real-time interaction with a Jupyter Notebook by sharing the same kernel between Python code (CLI/script) and the Jupyter Notebook UI. Use case: Allow a script to interact with variables ...
Morpheus's user avatar

15 30 50 per page
1
2 3 4 5
305