{"id":27696318,"url":"https://github.com/decanus/bureka","last_synced_at":"2025-07-16T19:32:49.635Z","repository":{"id":97932268,"uuid":"261229778","full_name":"decanus/bureka","owner":"decanus","description":"Pastry DHT implementation with a standalone libp2p compatible node","archived":false,"fork":false,"pushed_at":"2020-06-22T12:07:43.000Z","size":148,"stargazers_count":12,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-25T15:09:43.080Z","etag":null,"topics":["dht","distributed-hash-table","libp2p","pastry","pastry-dht"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/decanus/bureka","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/decanus.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-04T15:54:55.000Z","updated_at":"2021-11-10T00:34:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"85d37f7a-c1b8-4f51-829e-2fa9dda35cb0","html_url":"https://github.com/decanus/bureka","commit_stats":null,"previous_names":["decanus/pastry"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decanus%2Fbureka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decanus%2Fbureka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decanus%2Fbureka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decanus%2Fbureka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/decanus","download_url":"https://codeload.github.com/decanus/bureka/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250840608,"owners_count":21495910,"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":["dht","distributed-hash-table","libp2p","pastry","pastry-dht"],"created_at":"2025-04-25T15:09:48.463Z","updated_at":"2025-04-25T15:09:49.220Z","avatar_url":"https://github.com/decanus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bureka\n\n**:warning: WORK IN PROGRESS! :warning:**\n\nAn implementation of the [Pastry DHT](http://rowstron.azurewebsites.net/PAST/pastry.pdf) in go. This package includes a libp2p compatible node making it easy to use in a libp2p network.\n\nUsage with libp2p:\n\n```go\nfunc main() {\n    writer := node.NewWriter()\n    d := dht.New(id, writer)\n    \n    n := node.New(ctx.Background(), d, host.Host, writer)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecanus%2Fbureka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecanus%2Fbureka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecanus%2Fbureka/lists"}