Add FerretDB Integration #432
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
integration
A new .NET Aspire integration
Stale
.NET Aspire issue link
dotnet/aspire#7322
Overview
I have an ASP.NET application that uses both PostgreSQL and MongoDB. FerretDB (powered by DocumentDB, which was recently open-sourced by Microsoft) provides a MongoDB-compatible layer on top of PostgreSQL. I would like an official way to configure FerretDB within .NET Aspire so I can either replace MongoDB entirely or simplify infrastructure.
Usage example
A straightforward integration in .NET Aspire similar to existing data providers/integrations. Since this provides a MongoDB compatibility layer, ideally it could be used the same way as the MongoDB integration (https://learn.microsoft.com/en-us/dotnet/aspire/database/mongodb-integration?tabs=dotnet-cli):
Another consideration is leveraging an existing PostgreSQL, not sure what that would really look like to implement, but for the sake of providing a pseudo example:
Additional context
Help us help you
No, just wanted to propose this
The text was updated successfully, but these errors were encountered: