testcontainers-node
testcontainers-node copied to clipboard
Add support to GCP Big Query and RabbitMQ
Hi,
For my use case, I need test containers for bot GCP BigQuery and RabbitMQ Since both modules are already supported in Java and Go, I would like to add it to the node package
Any objections?
Sounds good to me
FYI, PR #733 was merged adding a gcloud module, which can host the BigQuery implementation as well.
I have tried to add it as part of my pull request #805 only the problem I have that on Apple Silicon Macs you need to pass --platform-parameter to docker run as the docker image doesn't have arm64 version of available.
There is already an opening issue to add such a command withPlatform in ticket #773
Both GCP Big Query and RabbitMQ testcontainers are already implemented. Issue can be considered completed? @cristianrgreco What do you think?