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

Add DocumentDB support in .NET Aspire #7320

Open
1 task done
Matthewsre opened this issue Jan 30, 2025 · 0 comments
Open
1 task done

Add DocumentDB support in .NET Aspire #7320

Matthewsre opened this issue Jan 30, 2025 · 0 comments
Labels
area-integrations Issues pertaining to Aspire Integrations packages
Milestone

Comments

@Matthewsre
Copy link

Matthewsre commented Jan 30, 2025

Is there an existing issue for this?

  • I have searched the existing issues

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

I am trying to reduce the complexity of my ASP.NET application by consolidating PostgreSQL and MongoDB into a single database technology. DocumentDB (from Microsoft) extends PostgreSQL with document capabilities. I would like to configure it through .NET Aspire in the same way I configure other data providers (like standard PostgreSQL or MongoDB). Currently, there's no built-in Aspire integration or guidance for DocumentDB.

Describe the solution you'd like

I'd love to see official support or documentation for configuring DocumentDB in .NET Aspire, ideally in a way that:

  • Mirrors the or extends the existing PostgreSQL integration, since DocumentDB is effectively an extension of PostgreSQL.
  • Helps .NET developers use DocumentDB's document capabilities quickly.
  • Includes instructions or samples in the .NET Aspire docs for easy setup.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-integrations Issues pertaining to Aspire Integrations packages
Projects
None yet
Development

No branches or pull requests

2 participants