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.67k stars 254 forks source link

[Enhancement]: Add Bigtable emulator testcontainer #1045

Closed peroyhav closed 8 months ago

peroyhav commented 8 months ago

Problem

Bigtable is a gcp key/value database that can be used to

Solution

Add new project Testcontainers.Bigtable

Benefit

Provides bigtable testcontainer to those who need it

Alternatives

People will have to Define the setup for Bigtable themselves.

Would you like to help contributing this enhancement?

Yes