# README
ScopeDB SDK for Go
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 Version | ScopeDB Version |
---|---|
0.2.4 | >= 0.1.21 |
<= 0.2.3 | archived |
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.