{"id":48239111,"url":"https://github.com/qoollo/bob-client-net","last_synced_at":"2026-04-04T20:13:18.781Z","repository":{"id":45231349,"uuid":"212604520","full_name":"qoollo/bob-client-net","owner":"qoollo","description":"Bob client for .NET","archived":false,"fork":false,"pushed_at":"2024-09-03T21:03:52.000Z","size":396,"stargazers_count":4,"open_issues_count":7,"forks_count":1,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-08-20T01:42:02.752Z","etag":null,"topics":["bob","bob-client"],"latest_commit_sha":null,"homepage":"","language":"C#","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/qoollo.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":"2019-10-03T14:45:31.000Z","updated_at":"2024-11-14T11:05:41.000Z","dependencies_parsed_at":"2023-01-18T14:45:35.318Z","dependency_job_id":null,"html_url":"https://github.com/qoollo/bob-client-net","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/qoollo/bob-client-net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoollo%2Fbob-client-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoollo%2Fbob-client-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoollo%2Fbob-client-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoollo%2Fbob-client-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qoollo","download_url":"https://codeload.github.com/qoollo/bob-client-net/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoollo%2Fbob-client-net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31412134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":["bob","bob-client"],"created_at":"2026-04-04T20:13:16.048Z","updated_at":"2026-04-04T20:13:18.765Z","avatar_url":"https://github.com/qoollo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET client library for Bob\r\n[![NuGet](https://img.shields.io/nuget/v/Qoollo.BobClient.svg)](https://www.nuget.org/packages/Qoollo.BobClient/) [![build](https://github.com/qoollo/bob-client-net/actions/workflows/build.yaml/badge.svg?branch=master)](https://github.com/qoollo/bob-client-net/actions/workflows/build.yaml) [![test](https://github.com/qoollo/bob-client-net/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/qoollo/bob-client-net/actions/workflows/test.yaml)\r\n\r\nBob is a distributed BLOB storage: https://github.com/qoollo/bob\r\n\r\n# Usage example for single node client\r\n\r\n```C#\r\nusing (var client = new BobNodeClient\u003culong\u003e(\"Address = 10.5.5.131:20000; OperationTimeout = 00:02:00\"))\r\n{\r\n    client.Open();\r\n\r\n    client.Put(1, new byte[] { 1, 2, 3 });\r\n    var result = client.Get(1);\r\n\r\n    client.Close();\r\n}\r\n```\r\n\r\n\r\n# Usage example for cluster\r\n\r\n```C#\r\nusing (var client = new BobClusterBuilder\u003culong\u003e()\r\n    .WithAdditionalNode(\"Address = 10.5.5.131; OperationTimeout = 00:02:00\")\r\n    .WithAdditionalNode(\"Address = 10.5.5.132; OperationTimeout = 00:02:00\")\r\n    .WithSequentialNodeSelectionPolicy()\r\n    .Build())\r\n{\r\n    client.Open();\r\n\r\n    client.Put(1, new byte[] { 1, 2, 3 });\r\n    var result = client.Get(1);\r\n\r\n    client.Close();\r\n}\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqoollo%2Fbob-client-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqoollo%2Fbob-client-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqoollo%2Fbob-client-net/lists"}