This repository contains examples for using the Tilebox Go library.
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.
Each example can be run using the following command:
go run ./<example-folder>For example, to run the workflows/helloworld/submitter example:
x
go run ./workflows/helloworld/submitter- Hello world: How to submit a task and run it.
- Protobuf tasks: How to use Protobuf tasks.
- Axiom Observability: How to set up tracing and logging for workflows using Axiom observability platform.
- OpenTelemetry Observability: How to set up tracing and logging for workflows using OpenTelemetry.
- Querying data: How to query datapoints from dataset collections.
- Ingest and delete data: How to create a collection, ingest datapoints, and then delete them.