command
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Mar 10, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Online Boutique
This directory contains the port of the Google Cloud's
Online Boutique
demo application.
Here are the changes made to the original application:
- All of the services that weren't written in
Go
have been ported to Go
.
- All of the networking calls have been replaced with the corresponding
Service Weaver calls.
- All of the logging/tracing/monitoring calls have been replaced with the
corresponding Service Weaver calls.
- The code is organized as a single Go module.
Documentation
¶
Package main implements a demo shopping application called Online Boutique.
This application is a forked version of Google Cloud Online Boutique
app 1, with the following changes:
- It is written entirely in Go.
- It is written as a single Service Weaver application.
- It is written to use Service Weaver specific logging/tracing/monitoring.
Source Files
¶
Directories
¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Package types stores common types shared between services.
|
Package types stores common types shared between services. |
|
|
Click to show internal directories.
Click to hide internal directories.