Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/famarks/grafarg-plugin-sdk-go
https://github.com/famarks/grafarg-plugin-sdk-go
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/famarks/grafarg-plugin-sdk-go
- Owner: famarks
- License: apache-2.0
- Created: 2024-01-17T05:46:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T21:01:20.000Z (9 months ago)
- Last Synced: 2024-11-07T15:17:34.939Z (2 months ago)
- Language: Go
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Grafarg Plugin SDK for Go
This SDK enables building [Grafarg](https://github.com/famarks/grafarg) backend plugins using Go.
[![License](https://img.shields.io/github/license/grafarg/grafarg-plugin-sdk-go)](LICENSE)
[![Go.dev](https://pkg.go.dev/badge/github.com/famarks/grafarg-plugin-sdk-go)](https://pkg.go.dev/github.com/famarks/grafarg-plugin-sdk-go?tab=doc)
[![Go Report Card](https://goreportcard.com/badge/github.com/famarks/grafarg-plugin-sdk-go)](https://goreportcard.com/report/github.com/famarks/grafarg-plugin-sdk-go)
[![Circle CI](https://img.shields.io/circleci/build/gh/grafarg/grafarg-plugin-sdk-go/master)](https://circleci.com/gh/grafarg/grafarg-plugin-sdk-go?branch=master)## Current state
This SDK is still in development. The protocol between the Grafarg server and the plugin SDK is considered stable, but we might introduce breaking changes in the SDK. This means that plugins using the older SDK should work with Grafarg, but might lose out on new features and capabilities that we introduce in the SDK.
## Contributing
If you're interested in contributing to this project:
- Start by reading the [Contributing guide](/CONTRIBUTING.md).
- Learn how to set up your local environment, in our [Developer guide](/contribute/developer-guide.md).## License
[Apache 2.0 License](https://github.com/famarks/grafarg-plugin-sdk-go/blob/master/LICENSE)