Categorygithub.com/scopedb/scopedb-sdk/go
package
0.2.4
Repository: https://github.com/scopedb/scopedb-sdk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

ScopeDB SDK for Go

Apache License, Version 2.0 Go Reference

This module provides a ScopeDB SDK for Go. You can use it to ingest data to or query over ScopeDB.

This SDK requires a minimum version of Go 1.22.

Installation

If you don't have a project initialized, set it up.

go mod init example.com/scopedb

Get the ScopeDB GO SDK source code, if not installed.

go get -u github.com/scopedb/scopedb-sdk/go

Docs

For detailed documentation and basic usage examples, please see the documentation at godoc.org.

Compatibility

Go SDK VersionScopeDB Version
0.2.4>= 0.1.21
<= 0.2.3archived

Development

The source code is hosted on GitHub. You can check out the CONTRIBUTING guide to start developing.

License

This software is licensed under Apache License, Version 2.0.