- gradle-docker-compose-plugin VS pglite
- gradle-docker-compose-plugin VS services-flake
- gradle-docker-compose-plugin VS latte
- gradle-docker-compose-plugin VS nammayatri
- gradle-docker-compose-plugin VS kubedock
- gradle-docker-compose-plugin VS otj-pg-embedded
- gradle-docker-compose-plugin VS dagger
- gradle-docker-compose-plugin VS pytest-docker
- gradle-docker-compose-plugin VS embedded-postgres-binaries
- gradle-docker-compose-plugin VS testcontainers-node
Gradle-docker-compose-plugin Alternatives
Similar projects and alternatives to gradle-docker-compose-plugin
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
testcontainers-node
Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
-
dockertest
Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
-
-
nammayatri
A Direct-to-Driver open mobility platform powering the next-generation of mobility applications in India.
-
Testcontainers
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
phoenix_container_example
Production-quality example for Elixir/Phoenix building, testing, and running in containers
-
embedded-postgres-binaries
Lightweight bundles of PostgreSQL binaries with reduced size intended for testing purposes.
-
-
kubedock
Kubedock is a minimal implementation of the docker api that will orchestrate containers on a Kubernetes cluster, rather than running containers locally.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
gradle-docker-compose-plugin discussion
gradle-docker-compose-plugin reviews and mentions
-
Testcontainers
Something that improved developer experience by far and also sped up our builds is starting the container dependencies via docker-compose and connect to it for integration testing. This allows reuse of containers, you can connect to it after/during an integration test to debug without having to keep searching for ports constantly.
With TestContainers - I've perceived that running integration tests / a single test repeatedly locally is extremely slow as the containers are shut down when the java process is killed. This approach allows for this while also allowing to keep it consistent - example, just mount the migrations folder in the start volume of your DB container and you have a like-for-like schema of your prod DB ready for integration tests.
I've found the https://github.com/avast/gradle-docker-compose-plugin/ very useful for this.
Stats
avast/gradle-docker-compose-plugin is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of gradle-docker-compose-plugin is Groovy.