order

command
v0.0.0-...-a9fd3db Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2022 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Overview

This application processes orders for converting images to PNG format. It consists of two components: a frontend, which serves web pages that people can use to place and view orders; and a processor, which performs the conversions. This binary can run both together in one process (the default), or it can run either on its own. Either way, the two components:

  • communicate over a topic using the gocloud.dev/pubsub API;
  • write orders to a database using the gocloud.dev/docstore API;
  • and save image files to cloud storage using the gocloud.dev/blob API.

This application assumes at-least-once processing. Make sure the pubsub implementation you provide to it has that behavior.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL