niccokunzmann / first_timer_scraper

Find pull-requests and issues of first time contributors
http://firsttimers.quelltext.eu
GNU Affero General Public License v3.0
9 stars 15 forks source link

Use mongodb to store model #21

Open niccokunzmann opened 7 years ago

niccokunzmann commented 7 years ago

Currently, the model is loaded from the file and written back for every request. This is bad performance. A Database can help here.