I have a txt file more than 250go I want to create a database with that and access it by a python program that I'll be coding.
I have a NAS server on my local network ( 1gbit network ) And I would want to : Store the database on the NAS Run the server on my computer
Run my python program on a distant computer, this program will ask my computer ( that is run as the server ) data that are stored on my NAS
So questions : its possible ? its worse ? And what is the best technology to do that ? SQL ? NoSql ? ect.
I'm a beginner on computing. Thanks !