ecs_composex VS spring-petclinic-microservices

Compare ecs_composex vs spring-petclinic-microservices and see what are their differences.

ecs_composex

Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definitions (by compose-x)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ecs_composex spring-petclinic-microservices
12 5
144 1,546
6.9% 2.1%
8.7 6.1
13 days ago 12 days ago
Python Java
Mozilla Public License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ecs_composex

Posts with mentions or reviews of ecs_composex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-09.
  • Journey of creating a new AWS CloudFormation resource
    4 projects | dev.to | 9 Jun 2023
    If you have read my earlier posts or heard me talk with Corey on Screaming in the Cloud, I am the author of a tool called ECS Compose-X. It's designed to support all the docker compose features, and allow for extensions that make it easier to deploy to AWS.
  • ecs_composex
    1 project | /r/devopspro | 3 Apr 2023
  • How to take docker-compose to production?
    1 project | /r/devops | 13 Aug 2021
    Now, given you already have a docker-compose file, you could deploy to AWS in just a few minutes (assuming you have an account, and can pull the docker image from somewhere, like AWS ECR) with ECS Compose-X (GH|Docs). You can have a look at the wordpress demo on how to take your docker compose file as an input and let compose-x deal with everything (security, networking etc.) for you.
  • Running parallel builds in codebuild
    1 project | /r/aws | 13 Aug 2021
    Hope this might help https://github.com/compose-x/ecs_composex/blob/main/.cicd/buildspec_manifest.yml It does not use build-list but I got everything working in that way.
  • Creating Infrastructure at run time. Any advice?
    1 project | /r/aws | 7 Aug 2021
    In case you want to deploy infrastructure with some services running on ECS (planning on adding lambda to that mix though) and other AWS resources, i.e. Dyn tables, RDS etc., you could do something very nice using ECS Compose-X (GH) CFN Macro
  • Problems Communicating Between ECS Tasks
    1 project | /r/aws | 7 Aug 2021
    If you happen to have a docker-compose file locally that you used for dev testing, try ECS Compose-X (GH) which will parse that, render CFN templates and allow you to deploy the services in AWS ECS. If you have existing VPC and ECS Cluster, it can do discovery based on tags or just give it the subnets or cluster to use, as-is, it will take care of the rest (networking. IAM etc).
  • AWS Copilot and another 6 ways to easily deploy containers to AWS
    1 project | /r/docker | 6 Jun 2021
    docs and source code
  • How to use docker compose for dev "feature branch" environments
    2 projects | /r/docker | 3 Jun 2021
    So, I created ECS Compose-X (docs) which covers 99% of our use-cases to date. The idea behind it was to allow developers to do exactly what you described: have one docker-compose.yaml file which describes the services, and use override files for each environments.
  • Four ways of writing infrastructure-as-code on AWS
    3 projects | /r/aws | 19 May 2021
    I started using Troposphere when writing Compose-X because at the time CDK did not have Python support and once CDK had python support, the variable names for the resources properties were all changed from the original CFN definition.
  • How do you feel about AWS App Mesh and do you prefer EKS or just ECS with it?
    1 project | /r/aws | 12 Apr 2021
    ECS with AppMesh works like a charm. I will find you back my example app to show you, but I have created a project commonly called compose-x which would allow you to declare your services in docker compose format and declare your mesh nodes/routers/services as well and it will automatically create everything necessary for your services and the mesh

spring-petclinic-microservices

Posts with mentions or reviews of spring-petclinic-microservices. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-05.

What are some alternatives?

When comparing ecs_composex and spring-petclinic-microservices you can also consider the following projects:

cloudformation-resource-providers - automatically maintained monorepo of all public CloudFormation AWS resource providers

wordpress-demo - Deploy Wordpress with ECS ComposeX from original docker-compose by Bitnami

flask-react-aws

Go-Kafka-gRPC-MongoDB-microservice - Go products microservice

aws-iam-generator - Generate Multi-Account IAM users/groups/roles/policies from a simple YAML configuration file and Jinja2 templates.

Springy-Store-Microservices - Springy Store is a conceptual simple μServices-based project using the latest cutting-edge technologies, to demonstrate how the Store services are created to be a cloud-native and 12-factor app agnostic. Those μServices are developed based on Spring Boot & Cloud framework that implements cloud-native intuitive, design patterns, and best practices.

sst - Build modern full-stack applications on AWS

Go-gRPC-RabbitMQ-microservice - Go gRPC RabbitMQ email microservice

java-microservice - A full microservice architecture with Java, Spring Cloud, Log management with ELK, Server load balancing with Nginx, Infrastructure management with Docker-compose, JMX application monitoring, JWT, Aspect OP, Distributed events with Kafka, Event Sourcing, CQRS, REST, Web Sockets, Continuous deploy with Jenkins and more

troposphere - troposphere - Python library to create AWS CloudFormation descriptions

spring-boot-blog-app - Application to demonstrate several features of Spring Boot