testcontainers / testcontainers-dotnet

A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
https://dotnet.testcontainers.org
MIT License
3.76k stars 271 forks source link

feat: Add Milvus module #1131

Closed roji closed 7 months ago

roji commented 7 months ago

This adds a test container for the Milvus vector database.

This largely follows the existing Milvus Java testcontainer; potentially more configuration knobs could be exposed, but we can do that if/when users request them.

Let me know about any adjustments you'd like made!

/cc @yhmo @weianweigan

netlify[bot] commented 7 months ago

Deploy Preview for testcontainers-dotnet ready!

Name Link
Latest commit 016d61a1ca160cabb99074ceb927dde2cc76844a
Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/65e0e23ca1545a00087926f5
Deploy Preview https://deploy-preview-1131--testcontainers-dotnet.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

roji commented 7 months ago

Thanks for merging @HofmeisterAn! Looking forward to seeing this on nuget.org!

roji commented 6 months ago

@HofmeisterAn let me know if I can give a hand in updating the docs, or any other task needed to getting this published/doc'ed etc.

HofmeisterAn commented 6 months ago

The module is published together with a new Testcontainers version/release. If you like, I can create a pull request and add the .NET implementation to the modules catalog after the release.

roji commented 6 months ago

That would be great, thanks!