Hello everyone,
I’m starting with Mongo and even after reading the documentation I’m not sure if I’m in the right way.
I have more than 100 big JSONs (2 - 150Mb) with the resullt of Cucumber execution to save everyday.
If I save the JSON with GridFs I can’t query in keys inside the JSON, right? So, how can I save big files and keep some information of them to make queries?
Is MongoDB a right choice to save this kind of files?
Thank you in advance, it will help me a lot