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 MongoDB storage support #531

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

eabdullin
Copy link

This pull request introduces MongoDB storage support to the project, enhancing the existing storage capabilities with a robust and scalable solution.
Key changes include:

  • Added MongoDbStorage, MongoDbStorageSettings, and MongoDbStorageOptions classes for handling storage operations.

  • Implemented extension methods for configuring and registering MongoDB storage in the IServiceCollection.

  • Provided detailed XML documentation for all new classes and methods.

These changes enable seamless integration of MongoDB storage into the existing infrastructure, allowing users to store and retrieve data using MongoDB as their backend storage system. Please review the changes and provide feedback or approve the PR for merging.

This commit introduces MongoDB storage support to the project by adding necessary classes, methods, and configurations. Key changes include:

Added MongoDbStorage, MongoDbStorageSettings, and MongoDbStorageOptions classes for handling storage operations.
Implemented extension methods for configuring and registering MongoDB storage in the IServiceCollection.
Provided detailed XML documentation for all new classes and methods.
These enhancements enable seamless integration of MongoDB storage into the existing infrastructure, offering a robust and scalable storage solution.
This commit introduces MongoDB storage support to the project by adding necessary classes, methods, and configurations. Key changes include:

Added MongoDbStorage, MongoDbStorageSettings, and MongoDbStorageOptions classes for handling storage operations.
Implemented extension methods for configuring and registering MongoDB storage in the IServiceCollection.
Provided detailed XML documentation for all new classes and methods.
These enhancements enable seamless integration of MongoDB storage into the existing infrastructure, offering a robust and scalable storage solution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant