9,480 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
0
answers
45
views
Azure Subscription Disabled After Trial: How to Create Free Resources for Databricks Learning? [closed]
I am a student learning Data Engineering. I recently completed the standard 30-day Azure Free Trial but my subscription is now disabled as I cannot afford the Pay-As-You-Go rates.
I want to continue ...
0
votes
0
answers
39
views
Fly.io backend does not see /uploads
My backend uses multer to save to some files from the frontend on a local disk directory and then uploads them to S3. After that, it removes all the images from the directory.
This works in ...
Advice
0
votes
0
replies
36
views
Modular production for "see-through" factories and data center shells
I’ve been thinking about modular production for "transparent factories" and data center outer frames/shells. Do you think this approach actually improves data center construction, and how much ...
0
votes
0
answers
73
views
Azure Machine Learning - Failure on Deployment Model to an Endpoint
I am trying to deploy my registered model into the created endpoint. However, the workflow that I created for this purpose fails on the stage where az ml online-deployment create works.
I am running ...
Advice
0
votes
4
replies
53
views
How to deploy Spring Boot + React + MySQL website? What services are required?
I am a fresher and I am building a small hotel website.
My tech stack is:
Backend: Spring Boot (Java)
Frontend: React
Database: MySQL
I want to deploy this project so that it is publicly accessible ...
Advice
2
votes
5
replies
91
views
Building Privacy-Compliant LLM Apps (e.g. Section 203 StGB)
I’m working on an app that leverages Large Language Models (LLMs) to assist professionals in regulated fields like medicine and law. My main concern is ensuring compliance with privacy and secrecy ...
Advice
0
votes
0
replies
36
views
Cloud Run for deploying
I would like to deploy my app in sideloading.
I have read tutorial on Gogle App Engine, but I'm evaluating Google Cloud Run because it seems cheeper.
Do you know step by step tutorial/guide on this ...
2
votes
1
answer
90
views
GridDB Cloud Python client: How to handle connection timeout and auto-reconnect?
I’m using GridDB Cloud with the official Python client to insert real-time IoT data into a time-series container.
The script runs continuously, but after a few hours I get a connection timeout and ...
0
votes
0
answers
80
views
Cloud Run service deployment fails with "Internal Error" after billing reactivation in project careershot
Title: gcloud run deploy fails with "Internal Error" for a specific service and region
Body:
I am encountering a persistent "Internal Error" when trying to deploy to a specific ...
0
votes
0
answers
50
views
Error while starting training on VertexAI
I am trying to start a new machine learning training process on VertexAI. I am following a guide using a Colab Notebook to create the training file and start running the training. However, when ...
0
votes
0
answers
34
views
I am having issues configuring external NFS on AzureCycleCloud
Error I keep getting
More
I created the FileShare in a Storage Account. Linked it to my vnet/subnet.
I created the private endpoint as well. I am using that private ip address that I got from the DNS ...
0
votes
0
answers
71
views
Debugging Structure formulas in Jira Cloud
In the non-cloud version of Jira, Structure had a debug feature where you could step through the Jira formula's execution and see the values in each variable. That feature either doesn't exist in ...
0
votes
0
answers
74
views
Can't Get my Python Script to log values into csv from Arduino IoT Cloud
The goal is to capture smartphone accelerometer data (X, Y, Z axes) published to the Arduino IoT Cloud by the Arduino IoT Remote mobile app, and then process it in Python and log them into three ...
1
vote
1
answer
63
views
What does "GB-seconds" describe in Cloud Computing (Function as a Service)?
AWS defines its prices for lambda in terms of GB-seconds, and so does Azure for its prices for functions.
What does that unit refer to? Are those Gigabytes of memory allocated for a number of seconds?
0
votes
0
answers
18
views
import org.cloudsimplus.hosts.HostOverloadDetector; is there something like this in cloudsim or cloudsimplus
cannot resolver this import in any version of the cloudsim, currently I am using cloudsim 8.5.7 version which is latest version. The motive is to find the overloaded host and migrate them to the same ...