Skip to content
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

[Community Toolkit New article]: MongoDB Extensions #2560

Open
Alirexaa opened this issue Feb 10, 2025 · 0 comments
Open

[Community Toolkit New article]: MongoDB Extensions #2560

Alirexaa opened this issue Feb 10, 2025 · 0 comments
Assignees
Labels
community-toolkit Issues or PRs tracking .NET Aspire Community Toolkit. doc-idea Indicates issues that are suggestions for new topics [org][type][category] ⌚ Not Triaged Not triaged

Comments

@Alirexaa
Copy link
Contributor

Proposed topic or title

MongoDB Extensions + DbGate

Reason for the article

A new package in the community toolkit that provides extensions on the MongoDB hosting integration

It currently provides DbGate integration.

Example:

var builder = DistributedApplication.CreateBuilder(args);

var mongodb1 = builder.AddMongoDB("mongodb1").WithDbGate(c => c.WithHostPort(8090));
mongodb1.AddDatabase("db1");
mongodb1.AddDatabase("db2");

var mongodb2 = builder.AddMongoDB("mongodb2").WithDbGate();
mongodb2.AddDatabase("db3");
mongodb2.AddDatabase("db4");

builder.Build().Run();

Article abstract

Overview of the extension package

Relevant searches

No response

@Alirexaa Alirexaa added community-toolkit Issues or PRs tracking .NET Aspire Community Toolkit. doc-idea Indicates issues that are suggestions for new topics [org][type][category] labels Feb 10, 2025
@dotnetrepoman dotnetrepoman bot added the ⌚ Not Triaged Not triaged label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-toolkit Issues or PRs tracking .NET Aspire Community Toolkit. doc-idea Indicates issues that are suggestions for new topics [org][type][category] ⌚ Not Triaged Not triaged
Projects
None yet
Development

No branches or pull requests

2 participants