I am working on a nestjs project. My project gets data from Kafka's topic and writes the data to the database (mysql). If I read hundreds of messages from Kafka
im trying to create microservices with Spring Boot, so i prefered to use mongodb as a database for one of my microservices using docker compose : here is my doc
I am trying to remove the duplicates from following list: distinct_cur = [ {'rtc': 0, 'vf': 0, 'mtc': 0, 'doc': 'good job', 'foc': 195, 'st': 0.0, 'htc': 2,
I am training a binary classifier on a dataset of cats and dogs: Total Dataset: 10000 images Training Dataset: 8000 images Validation/Test Dataset: 2000 images
I have a PySpark dataframe with ids, values ant their related timestamps, here a sample of it: +---+-----+-------------------+------+-------------------+------+
I extrapolated a file in extension .xlsx and I import in Google Sheets but the value is in text format but I need in value format How could I change the format
How do i create a user defined block booking on woocommerce? I have set number of days to allow rentals for 3 days 5 days and 7 days, but the plugin is only all
Background: Suppose I want to verify the ownership of some tweet or some picture by looking up the data in the blockchain. If my understanding is correct, I nee
We've a customer requirement to authenticate to sharepoint online using sharepoint app-only model.Obtained access token by posting a request to Microsoft Azure
Hi im trying to make a nsis installer via pynsist but i dont know how to add the snap7 library it makes the file but when i try to run my script generated by py