F
F
Fedot Krusenstern2019-11-20 11:40:38
MongoDB
Fedot Krusenstern, 2019-11-20 11:40:38

What is the best way to store many json files 1-10 mb in size?

It is required to store several hundred files in json format. Each file is from 1 to 10 mb, consisting of many arrays.
The files must be accessed in the web client. Each file can be requested ~10 times per day.
What is the best way to store such data? Can mongodb be used for similar tasks? If possible, what problems can wait around the corner? Maybe it's better to store them as files?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
RidgeA, 2019-11-20
@RidgeA

If you don’t need to search for them, then you can store them in files

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question