Documentation
¶
Overview ¶
Package tilebox is the Go client for Tilebox.
Usage:
import "github.com/tilebox/tilebox-go/datasets/v1" // When using Datasets import "github.com/tilebox/tilebox-go/workflows/v1" // When using Workflows import "github.com/tilebox/tilebox-go/grpc" // When using gRPC helpers import "github.com/tilebox/tilebox-go/observability" // When using observability helpers import "github.com/tilebox/tilebox-go/observability/logger" // When using logging helpers import "github.com/tilebox/tilebox-go/observability/tracer" // When using tracing helpers import "github.com/tilebox/tilebox-go/query" // When using query helpers
To construct a client:
client := datasets.NewClient()
List all datasets:
datasets, err := client.Datasets(ctx)
For examples on how to use the library, see the examples directory.
Directories
¶
Path | Synopsis |
---|---|
datasets
|
|
v1
Package datasets provides a client for interacting with Tilebox Datasets.
|
Package datasets provides a client for interacting with Tilebox Datasets. |
examples
|
|
datasets/ingest
command
|
|
datasets/query
command
|
|
workflows/axiom/runner
command
|
|
workflows/axiom/submitter
command
|
|
workflows/helloworld/runner
command
|
|
workflows/helloworld/submitter
command
|
|
workflows/opentelemetry/runner
command
|
|
workflows/protobuf-task/runner
command
|
|
protogen
|
|
workflows
|
|
v1
Package workflows provides a client for interacting with Tilebox Workflows.
|
Package workflows provides a client for interacting with Tilebox Workflows. |
Click to show internal directories.
Click to hide internal directories.