loic-sharma / BaGet

A lightweight NuGet and symbol server
https://loic-sharma.github.io/BaGet/
MIT License
2.62k stars 677 forks source link

MongoDb support #373

Open cdie opened 5 years ago

cdie commented 5 years ago

Is your feature request related to a problem? Please describe.

I'm currently only using MongoDb as my main database on my production and staging server. In order to avoid another database system, it would be great if BaGet supports MongoDb

Describe the solution you'd like

MongoDb database provider

loic-sharma commented 5 years ago

Thanks for the suggestion! This shouldn't be terribly hard as BaGet already supports a NoSQL database (Azure Table Storage).

Feel free to send a pull request if you need this soon. You will need to implement the IPackageService and ISearchService.