Coder Social home page Coder Social logo

happyride's Introduction

快乐出行

build status

本应用是拉勾教育《云原生微服务架构实战精讲》专栏的示例应用。目前该专栏的内容已经更新完毕。

课程

在该课程之后,与云原生和微服务相关的内容,会更新在我的B站

除了B站之外,还可以关注:

公众号

更新日志

  • 2021-07-14 更新至 Spring Boot 2.5.2,相关的依赖也进行了更新

本地开发

项目使用Maven构建,推荐使用IntelliJ IDEA开发。

本地开发需要Docker Compose的支持,在dev目录下有开发所需的Docker Compose文件。

本地部署

请参考k8s目录下的文档来部署到Kubernetes。

服务列表

下表是应用的服务及其说明。

服务名称 Maven模块 API本地端口
乘客管理服务 happyride-passenger-service 8500
行程管理服务 happyride-trip-service 8501
地址管理服务 happyride-address-service 8502
司机管理服务 happyride-driver-service 8503
行程派发服务 happyride-dispatch-service
支付服务 happyride-payment-service 8504
行程验证服务 happyride-payment-service 8505
历史行程服务 happyride-trip-history-service 8506
乘客管理界面的GraphQL服务 happyride-passenger-web-api-graphql 8610

在Minikube中访问服务,首先显示乘客API服务的URL:

$ minikube service --url passenger-api-graphql -n happyride

再访问GraphQL提供的GraphiQL的界面 <url>/graphiql.

happyride's People

Contributors

alexcheng1982 avatar dependabot[bot] 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.