{"id":22499747,"url":"https://github.com/opiproject/gospdk","last_synced_at":"2025-08-03T06:32:24.968Z","repository":{"id":153796441,"uuid":"630483252","full_name":"opiproject/gospdk","owner":"opiproject","description":"Go implementation of the SPDK json-rpc protocol","archived":false,"fork":false,"pushed_at":"2024-01-14T18:10:26.000Z","size":97,"stargazers_count":3,"open_issues_count":3,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-01-14T23:00:49.246Z","etag":null,"topics":["go","golang","json-api","json-rpc","json-rpc2","spdk"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opiproject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-04-20T13:30:58.000Z","updated_at":"2024-04-15T08:43:16.405Z","dependencies_parsed_at":"2024-01-14T19:38:51.786Z","dependency_job_id":"d3dff907-59d9-47c9-a7d2-ee81ba209d92","html_url":"https://github.com/opiproject/gospdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opiproject%2Fgospdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opiproject%2Fgospdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opiproject%2Fgospdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opiproject%2Fgospdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opiproject","download_url":"https://codeload.github.com/opiproject/gospdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228532240,"owners_count":17933247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","json-api","json-rpc","json-rpc2","spdk"],"created_at":"2024-12-06T22:15:43.990Z","updated_at":"2024-12-06T22:15:45.071Z","avatar_url":"https://github.com/opiproject.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gospdk\n\n[![Linters](https://github.com/opiproject/gospdk/actions/workflows/linters.yml/badge.svg)](https://github.com/opiproject/gospdk/actions/workflows/linters.yml)\n[![CodeQL](https://github.com/opiproject/gospdk/actions/workflows/codeql.yml/badge.svg)](https://github.com/opiproject/gospdk/actions/workflows/codeql.yml)\n[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/opiproject/gospdk/badge)](https://securityscorecards.dev/viewer/?platform=github.com\u0026org=opiproject\u0026repo=gospdk)\n[![Go](https://github.com/opiproject/gospdk/actions/workflows/go.yml/badge.svg)](https://github.com/opiproject/gospdk/actions/workflows/go.yml)\n[![Docker](https://github.com/opiproject/gospdk/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/opiproject/gospdk/actions/workflows/docker-publish.yml)\n[![License](https://img.shields.io/github/license/opiproject/gospdk?style=flat-square\u0026color=blue\u0026label=License)](https://github.com/opiproject/gospdk/blob/master/LICENSE)\n[![codecov](https://codecov.io/gh/opiproject/gospdk/branch/main/graph/badge.svg)](https://codecov.io/gh/opiproject/gospdk)\n[![Go Report Card](https://goreportcard.com/badge/github.com/opiproject/gospdk)](https://goreportcard.com/report/github.com/opiproject/gospdk)\n[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/opiproject/gospdk)\n[![Pulls](https://img.shields.io/docker/pulls/opiproject/gospdk.svg?logo=docker\u0026style=flat\u0026label=Pulls)](https://hub.docker.com/r/opiproject/gospdk)\n[![Last Release](https://img.shields.io/github/v/release/opiproject/gospdk?label=Latest\u0026style=flat-square\u0026logo=go)](https://github.com/opiproject/gospdk/releases)\n[![GitHub stars](https://img.shields.io/github/stars/opiproject/gospdk.svg?style=flat-square\u0026label=github%20stars)](https://github.com/opiproject/gospdk)\n[![GitHub Contributors](https://img.shields.io/github/contributors/opiproject/gospdk.svg?style=flat-square)](https://github.com/opiproject/gospdk/graphs/contributors)\n\nThe Storage Performance Development Kit (SPDK) provides a set of tools and libraries for writing high performance, scalable, user-mode storage applications. It achieves high performance by moving all of the necessary drivers into userspace and operating in a polled mode instead of relying on interrupts, which avoids kernel context switches and eliminates interrupt handling overhead.\n\nThis project contains Go implementation of the SPDK json-rpc protocol \u003chttps://spdk.io/doc/jsonrpc.html\u003e\n\n## I Want To Contribute\n\nThis project welcomes contributions and suggestions.  We are happy to have the\nCommunity involved via submission of **Issues and Pull Requests** (with\nsubstantive content  or even just fixes). We are hoping for the documents,\ntest framework, etc. to become a community process with active engagement.\nPRs can be reviewed by any number of people, and a maintainer may accept.\n\nSee [CONTRIBUTING](https://github.com/opiproject/opi/blob/main/CONTRIBUTING.md)\nand [GitHub Basic Process](https://github.com/opiproject/opi/blob/main/doc-github-rules.md)\nfor more details.\n\n## Installation\n\nThere are several ways of running this CLI.\n\n### Docker\n\n```sh\ndocker pull opiproject/gospdk:\u003cversion\u003e\n```\n\nYou can specify a version like `0.1.1` or use `latest` to get the most up-to-date version.\n\nRun latest version of the CLI in a container:\n\n```sh\ndocker run --rm opiproject/gospdk:latest --help\n```\n\nReplace `--help` with any `gospdk` command, without `gospdk` itself.\n\n### Golang\n\n```sh\ngo install -v github.com/opiproject/gospdk@latest\n```\n\nor import\n\n```go\nimport (\n        \"github.com/opiproject/gospdk/spdk\"\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopiproject%2Fgospdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopiproject%2Fgospdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopiproject%2Fgospdk/lists"}