Giter Club home page Giter Club logo

fenix's Introduction

Eureka server url:

    http://localhost:3000/

Swagger:

    http://localhost:8081/swagger-ui/index.html
    
    http://127.0.0.1:8081/products/swagger-ui.html#/

Single service:

    http://localhost:8080/swagger-ui.html

Turbine:

    http://localhost:8281/hystrix

Add Zipkin:

    docker run -d -p 9411:9411 openzipkin/zipkin

Zipkin logs url:

    http://localhost:9411/zipkin/

Grafana:

    http://localhost:3001

Grafana in docker:

    docker run -d --name=grafana -p 3000:3000 grafana/grafana 

Prometheus in docker:

    docker pull prom/prometheus
    docker run -d --name=prometheus -p 9090:9090 -v <PATH_TO_prometheus.yml_FILE>:/etc/prometheus/prometheus.yml prom/prometheus --config.file=/etc/prometheus/prometheus.yml

Prometheus url:

    http://localhost:9090/

Docker composer useful command:

    docker-compose -f docker-compose.default.yml down --rmi all
    docker-compose -f docker-compose.default.yml up
    docker-compose -f docker-compose.default.yml ps

Start docker-compose with default or test profile:

    default:
    docker-compose -f docker-compose.default.yml up -d
    docker-compose -f docker-compose.default.yml up -d server-mocks
    docker-compose -f docker-compose.default.yml up -d postgresdb

    test:
    docker-compose -f docker-compose.test.yml up -d
    docker-compose -f docker-compose.test.yml up -d server-mocks
    docker-compose -f docker-compose.test.yml up -d postgresdb

Stop docker-compose with profile default or test:

    default:
    docker-compose -f docker-compose.default.yml down --rmi all
    test:
    docker-compose -f docker-compose.test.yml down --rmi all     

Plugin for parsing json to sh script:

    sudo apt install jq

Start only one service use docker-compose:

    ./run.sh start docker-compose.dev.yml admins

Stop only one service use docker-compose:

    ./run.sh stop docker-compose.dev.yml admins

Start all services use docker-composer:

    ./run.sh start_all docker-compose.dev.yml

Stop all services use docker-composer:

    ./run.sh stop_all docker-compose.dev.yml

Meest:

https://wiki.meest-group.com/api/ua/v3.0/openAPI#/

Novaposhta:

https://devcenter.novaposhta.ua/docs/services/

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.