Giter Site home page Giter Site logo

cogo-project's Introduction

cogo-project

Routing, Logging & Distributed Tracing

Prerequisites

  1. Ubuntu operating system and its basic knowledge.
  2. docker installed on the system.

Some basic commands

  1. docker build -t <name> . -> to build the docker container.
  2. docker run -p <host_port>:<container_port> <name> -> to run the docker container
  3. sudo service <service_name> status -> to check the status of any service
  4. docker inspect <container_id> -> to get the details of any running container
  5. docker ps -> to get all the running containers
  6. docker images -> to get all the created docker images
  7. docker kill <container_id> -> to kill any running container
  8. sudo fuser -k <port_no>/tcp -> to kill the process running on the specified port.

Folder description

  1. Routing kong-nginx app : It contains code for the implementation of simple routing all the way through a kong server to the different nginx servers and then to the running services.
  2. logging-monitoring-elk : It contains the full implementation of the logging of the logs of different containers on elasticsearch i.e the complete elk stack. It also contains apm for service monitoring.
  3. jaeger-tracing : Contains implementation of distributed tracing using jaeger client. Has codes of the ruby apps and also the nginx servers . Also contains implementation for jaeger data sent to elasticsearch.
  4. zipkin-tracing : Contains implementation of distributed tracing using zipkin client. Has codes of the ruby apps and also the nginx servers .

cogo-project's People

Contributors

akiagarwal avatar ab-anand avatar

Watchers

James Cloos avatar

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.