I’m not clear on what you’re envisioning with the whole “access it in office” bit, but I think the most important decision you have to make is whether you want relationships in your data. This is a topic about which probably lots of doctoral dissertations and even more rando blog posts have been made, so feel free to solicit other opinions. I used to use NoSQL-type databases for complex and extensible, yet siloed datasets and Postgres for everything else, but ever since Postgres added JSON types, I have stuck with it for everything.
↧