Folks working in the #DigitalHumanities or #TextMining and related research fields, a technical question: do you use a database management system (DBMS) to store your data? Or do you use good old JSON or CSV files on local drives? If the first, what do you use (Postgres, MySQL, Mongo)? If the second, how do you sync your files to enable collaboration on the same data?
I'm starting a new project, and from past experience I think it would be best to set up a managed DB from the beginning, instead of using JSON files. That way my team has access to the same data and we can query the specific data we need for some analysis.