-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support/Guidance for .NET Aspire Integration #41
Comments
@Matthewsre thanks for your request. Sounds something interesting. I see 2 scenarios here:
For this one I think either providing a docker container that contains both would work or even using the PostgreSQL Hosting plugin in the Aspire service and then adding a
For this one I think we would need a FerretDB Hosting and Client plugins to do the right hosting and setup on the client side for the mongo driver to connect to FerretDB. Seems like more work would be needed and probably would need to be orchestrated on the FerretDB side. Let us discuss this and see what we can plan/do. |
@safern , For the first scenario (Aspire + PostgreSQL with DocumentDB extension): For the second scenario (Aspire + MongoDriver + FerretDB + DocumentDB): |
FYI: @abinav2307 |
@cecilphillip how did that go? |
Purpose of the feature.
I'd like to be able to integrate DocumentDB (PostgreSQL extension) into ASP.NET projects more easily using .NET Aspire. The goal is to enable .NET developers to easily try DocumentDB or replace/augment their existing MongoDB/PostgreSQL usage with DocumentDB in a smooth, "drop-in" manner.
Describe the solution you'd like
An official or documented approach that shows how to configure and use DocumentDB alongside PostgreSQL in .NET Aspire. Ideally, this would look similar to existing Aspire integrations for PostgreSQL and MongoDB, including any recommended connection string formats, sample configuration files, or code examples.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: