MongoDB
I was looking for a lightweight NoSQL database to store application configurations and some data for reports. NoSQL is really a bad description and really we should call them key store databases since this is what they store: key and value pairs.
In my google search I found MongoDB. I ran through the short online tutorial and had the system up and running on my Mac in no time. Very slick indeed. Now I will experiment with it. I have a few things I need to figure out before I can start integration into my application. One of them is how do I import and export data. Time to read some documentation.