Beelzebub
03-06-2009, 01:43 PM
... from the interblogs, and I want to /somehow/ have this data in some kind of searchable database. I'll then make the front end with C++. The problem is, I have no problems with the python regex's and such used to grab the data, I just have no experiences with databases and such.
There will be between 200,000 and 300,000 individual data entries, with each entry being (for sure) under 3kB.
Here's some more information: The data points themselves will contain a positive integer value as their identifier, and ~7 other values which will contain strings.
What my next step is to figure out how I'm data-basing this thing so I can code my python scripts to write the data in the proper form.I really don't know where to start, though.
There will be between 200,000 and 300,000 individual data entries, with each entry being (for sure) under 3kB.
Here's some more information: The data points themselves will contain a positive integer value as their identifier, and ~7 other values which will contain strings.
What my next step is to figure out how I'm data-basing this thing so I can code my python scripts to write the data in the proper form.I really don't know where to start, though.