Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Examples

This repository contains examples for using the Tilebox Go library.

Environment variables

To run the examples, TILEBOX_API_KEY environment variable needs to be set to your Tilebox API key. Head over to Tilebox Console if you don't have one already.

Running the examples

Each example can be run using the following command:

go run ./<example-folder>

For example, to run the helloworld/submitter example:

go run ./helloworld/submitter

Workflows examples

  • Hello world: How to submit a task and run it.
  • Sample workflow: A example of how to submit a task and run a workflow using protobuf messages and with OpenTelemetry setup.

Datasets examples