Go

Prerequisites

This package requires the TileDB shared library to be installed and on the system path.

Currently the following platforms are supported:

  • Linux

  • macOS

Installation

To install the Go bindings:

go get -v github.com/TileDB-Inc/TileDB-Go

To install package test dependencies:

go get -vt github.com/TileDB-Inc/TileDB-Go

Package tests can be run with:

go test github.com/TileDB-Inc/TileDB-Go

Compatibility

TileDB-Go follows semantic versioning. TileDB-Go version 0.X.Y is compatible with TileDB core version 1.X.Y.

Missing Functionality

The following TileDB core library features are missing from the go api:

  • TileDB object management

Last updated