Closed rodrigoalvesvieira closed 10 years ago
Found a great library to use! http://jongo.org/#jongo
The Jongo library will be replaced by another one, called Morphia 1, which turns out to be more reliable (maintained by the MongoDB official organization) and easier to use.
This was great! Great job everyone!
Groundhog currently suffers from memory loss..oh, no kidding. The framework/library does not yet support database persistence, which means that unless we write data to a file every single time we use the tool we will lose all the data we fetch.
This is bad because between a search and another, many things may not have changed and thus it is unnecessary to perform another full search from scratch, specially given our limitations with the GitHub API
Since our data is not expected to be very rigid in formats, we will use MongoDB as data store. The lack of schema of this database system seems to be optimal for our needs.