Coder Social home page Coder Social logo

cleisommais / journey_full_microservices Goto Github PK

View Code? Open in Web Editor NEW
18.0 0.0 9.0 1.42 MB

The journey to building a full microservice app

License: Apache License 2.0

JavaScript 63.57% HTML 7.79% CSS 4.41% TypeScript 22.86% Dockerfile 1.38%
microservices nodejs rabbitmq redis mongodb docker-compose single-spa-angular angular-material google-charts angular8

journey_full_microservices's Introduction

The journey to building a full microservice app

Author: Cleison Ferreira de Melo @cleisommais

I will share my journey creating a POC to build a full microservice app. Full microservice means that I plan to build components in the front-end and back-end side separately, to help CI/CD process inside of the agile teams. Was 24 articles and several hours until reach the final result. I hope you enjoy it.

Angular Single-spa Node Express MongoDB Redis RabbitMQ

Links articles published

Docker commands

  • Remove all Docker images: docker system prune -a
  • Remove all Docker volumes: docker volume rm $(docker volume ls -q -f dangling=true)
  • Start and update all services in Docker-compose file: docker-compose up --build -d
  • Stop all services started: docker-compose down

Important to know

  • The details about the projects are documented inside each project
  • To see the final result just run docker-compose up --build -d inside root project folder

Success is a journey, not a destination. The doing is often more important than the outcome. Arthur Ashe

Good luck

Cleison Ferreira de Melo

journey_full_microservices's People

Contributors

cleisommais avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

journey_full_microservices's Issues

Container orchestration?

Hi, Please add kubernetes in this Microservices.

Please add plain old docker cli through shell/bash script along with docker-compose.yml

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.