I’m currently trying to develop a site which queries text information. I already have all the text files I need, but I’m completely new to databases, and have no idea where to start.
I know I need to parse the text files and insert them into a database, but most of the information I’ve found online point to having some sort of SQL server online. How would I parse the text files and insert them on to a database, and in return, port them to a website? A place to start would be great, I’m totally lost ):
I’m somewhat experienced in Java and Python, and familiar with CSS/HTML.
Is this a big job (lots of data) or are you just new to it?
If you have a lot of data consider manipulating your files to do a LOAD DATA INFILE or if you really have lot manipulation consider Jasper/Talend ETL, but I would guess that is overkill.
After reading your comments I’ve drafted some scripts.
Login with mysql client or with workbench
Try these
Then these
I haven’t tested all that but hopefully it points you in the right direction.
Good luck.