VincentSteil / World_Crisis_DB

Creating a database for world crises similar to what IMDB is for movies that can be navigated in a similar manner. Parsed and accessed through python and initially stored in XML and validated against an XSD. The XML is converted in MySQL later on.
1 stars 0 forks source link

Can't test SQL until xml -> sql import is working #54

Closed VincentSteil closed 11 years ago

VincentSteil commented 11 years ago

I'm in the process of writing the queries atm, but I won't be able to test them without the sql db. @mduban Can I meet you tomorrow when you have the import done and test out my queries on your db?

mduban commented 11 years ago

Import is done. Will push to git in a sec. I do not have much time tomorrow but I can meet and show you in more detail how it works. I will be in ENS 3rd fl from after class till 2:10pm and then ~3:50pm to 5pm and from 6:30pm till deadline.

mduban commented 11 years ago

The import part of the code is up on github. You can go check it out. In the code you can see my DB's password and name and all that so that possibly you can access my database?