python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is the best way to archive structured data in low cost storage that can be accessed using API?
I have a few hundred GBs of data in a MySQL database that I would like to archive in a low-cost cloud storage. At the same time, I would still like the data to be easily accessible and retrieve using ...
klho
Votes: 0
Answers: 1
Proper way to store documents in MongoDB
I've been having this same question about MongoDB for the longest time. So I'm trying to store some user data for users who invite my discord bot to their guild. It stores them based off guild ID and ...
user15903906
Votes: 0
Answers: 1
How to split 1 line of data into multiple columns with pandas
I am currently working with CAN-Bus data that outputs everything into 1 column, multiple rows. The way the code works is by sending and receiving msg to a car's Can-bus network to receive real-time da...
Stephane Simard
Votes: 0
Answers: 1
Can I use the external nor flash as program memory and data storage at the same time?
I am using lpc54016 on a custom board with winbond w25q32jvss as external SPI flash memory. Can I use winbond w25q32jvss for storing the code memory as well as store some data for my application at th...
Neha
Votes: 0
Answers: 1