{"id":35114753,"url":"https://github.com/sauerbraten/graph","last_synced_at":"2026-03-17T09:31:33.318Z","repository":{"id":6409448,"uuid":"7647685","full_name":"sauerbraten/graph","owner":"sauerbraten","description":"A thread-safe implementation of a graph data structure, written in Go (http://golang.org/).","archived":false,"fork":false,"pushed_at":"2020-02-04T14:27:48.000Z","size":36,"stargazers_count":55,"open_issues_count":0,"forks_count":5,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-15T00:44:07.547Z","etag":null,"topics":["go","golang","graph"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sauerbraten.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":null,"security":null,"support":null}},"created_at":"2013-01-16T14:59:07.000Z","updated_at":"2024-08-21T03:16:01.000Z","dependencies_parsed_at":"2022-09-26T17:51:48.963Z","dependency_job_id":null,"html_url":"https://github.com/sauerbraten/graph","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sauerbraten/graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauerbraten%2Fgraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauerbraten%2Fgraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauerbraten%2Fgraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauerbraten%2Fgraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sauerbraten","download_url":"https://codeload.github.com/sauerbraten/graph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauerbraten%2Fgraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30620643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T08:10:05.930Z","status":"ssl_error","status_checked_at":"2026-03-17T08:10:04.972Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","graph"],"created_at":"2025-12-27T20:42:11.856Z","updated_at":"2026-03-17T09:31:33.306Z","avatar_url":"https://github.com/sauerbraten.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graph\n\nA thread-safe implementation of a graph data structure in Go. See https://en.wikipedia.org/wiki/Graph_(abstract_data_type) for more information. This implementation is weighted, but undirected.\n\nThere is also a version of this package that supports storing values in the graph nodes so that the graph can be used as a data store: https://github.com/sauerbraten/graph-store\n\n## Usage\n\nGet the package:\n\n\t$ go get github.com/sauerbraten/graph/v2\n\nImport the package:\n\n\timport (\n\t\t\"github.com/sauerbraten/graph/v2\"\n\t)\n\n\n## Documentation\n\nFor full package documentation, visit http://godoc.org/github.com/sauerbraten/graph.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsauerbraten%2Fgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsauerbraten%2Fgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsauerbraten%2Fgraph/lists"}