Skip to content

donnadionne/traffic-director-grpc-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disclaimer: This is not an officially supported Google product.

gRPC examples: grpc-wallet

This repository contains example services for gRPC.

In this example, users have a wallet for a special currency: gRPC-Coin.

wallet service

This is the user facing service, where users can fetch number of coins in their wallets.

stats service

This services provides price for gRPC-Coin. Users can directly query real time coin price. The wallet service also queries coin price to calculate total balancer in users' accounts.

account service

This is a backend service used by wallet service and stats service, to query user information.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 58.7%
  • Go 35.8%
  • Shell 5.5%