All Projects → alexcheng1982 → happyride

alexcheng1982 / happyride

Licence: other
Happy Ride

Programming Languages

java
68154 projects - #9 most used programming language
Mustache
554 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Gherkin
971 projects

Projects that are alternatives of or similar to happyride

spring-cloud-sidecar-polygot
This project contains samples demonstrating the usage of side car polygot
Stars: ✭ 30 (-66.67%)
Mutual labels:  microservice
api-gateway
Api Gateway for a microservices deployment
Stars: ✭ 31 (-65.56%)
Mutual labels:  microservice
SocketHook
Socket hook is an injector based on EasyHook (win only) which redirect the traffic to your local server.
Stars: ✭ 38 (-57.78%)
Mutual labels:  microservice
rc-coffee-chats
A service that matches community members for chats
Stars: ✭ 16 (-82.22%)
Mutual labels:  microservice
game 01
Scalable MMORPG game server based on entity control
Stars: ✭ 19 (-78.89%)
Mutual labels:  microservice
microservice-bootstrap
Get started with Microservices using dotnet core
Stars: ✭ 18 (-80%)
Mutual labels:  microservice
comrade-dev
Comrade is a job scheduler&manager service.
Stars: ✭ 69 (-23.33%)
Mutual labels:  microservice
imgout
On the fly thumbnail generator microservice using Elixir/OTP. (with Heroku Deploy Button)
Stars: ✭ 58 (-35.56%)
Mutual labels:  microservice
kubernetes-go-grpc
Microservices using Go, gRPC and Kubernates
Stars: ✭ 35 (-61.11%)
Mutual labels:  microservice
ILEastic
Embedded application server for ILE on IBM i
Stars: ✭ 31 (-65.56%)
Mutual labels:  microservice
imageup
🎑 ⬆️ A high speed image manipulation and storage microservice for Google Cloud Platform written in Go
Stars: ✭ 33 (-63.33%)
Mutual labels:  microservice
node-carotte-amqp
An amqplib wrapper for microservices
Stars: ✭ 27 (-70%)
Mutual labels:  microservice
silky
The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.
Stars: ✭ 146 (+62.22%)
Mutual labels:  microservice
alpine-ssh
This repository can be used for development/learning and RnD purpose for alpine-ssh running inside the docker container
Stars: ✭ 17 (-81.11%)
Mutual labels:  microservice
space-cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,405 (+3683.33%)
Mutual labels:  microservice
laracom
laracom driven by go micro services
Stars: ✭ 37 (-58.89%)
Mutual labels:  microservice
zauberlehrling
Collection of tools and ideas for splitting up big monolithic PHP applications in smaller parts.
Stars: ✭ 28 (-68.89%)
Mutual labels:  microservice
EvaEngine.js
A micro service development engine for node.js
Stars: ✭ 31 (-65.56%)
Mutual labels:  microservice
Sandwich-Daemon
Sandwich Daemon is the middle man between discord and your microserviced bot. Handles gateway, state and provides a dashboard.
Stars: ✭ 21 (-76.67%)
Mutual labels:  microservice
mu-cl-resources
High-level abstractions for generating generic jsonapi compliant resources configured in Common Lisp.
Stars: ✭ 14 (-84.44%)
Mutual labels:  microservice

快乐出行

build status

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

课程

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

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

公众号

更新日志

  • 2022-02-08 调整项目结构,版本设置为2.0.0
  • 2022-02-05 更新至 Sping Boot 2.6.3
  • 2021-10-24 更新至 Spring Boot 2.5.6
  • 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].