Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.15 KB

start_services_with_tye.md

File metadata and controls

49 lines (29 loc) · 1.15 KB

Start services with Tye

Getting Started

  1. Start with tye run command

    tye run .\tye.yaml --dashboard
  2. It'll open web browser automatically with the dashboard at http://127.0.0.1:8000/

    tye's dashboard

Experience our services via graphql

  • Now, let open the graphql-api by clicking on the link http://localhost:58713 in the screenshot; then enjoy with some examples in here, for example

    GraphQL Example

  • We also can start the browser at http://localhost since we're using the Ingress feature

    ingress:
    - name: simplestore-ingress
      bindings:
        - port: 80
          protocol: http
      rules:
        - path: /
          service: graphql-api

For Observability

Tracing

  • By clicking on the zipkin's address in dashboard - http://localhost:9411, we come to the zipkin's dashboard

    Zipkin dashboard

Logging

  • Open the seq's dashboard at - http://localhost:9431

    Seq dashboard