{"id":13635054,"url":"https://github.com/avito-tech/bioyino","last_synced_at":"2026-04-03T18:10:24.638Z","repository":{"id":46393183,"uuid":"105551877","full_name":"avito-tech/bioyino","owner":"avito-tech","description":"High performance and high-precision multithreaded StatsD server","archived":false,"fork":false,"pushed_at":"2024-03-11T11:43:22.000Z","size":536,"stargazers_count":233,"open_issues_count":16,"forks_count":20,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-19T11:11:17.361Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avito-tech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-10-02T15:35:24.000Z","updated_at":"2025-02-26T15:27:49.000Z","dependencies_parsed_at":"2023-10-20T17:59:05.409Z","dependency_job_id":"5ac64fa8-a5d3-4f3a-9007-55a6977cc70e","html_url":"https://github.com/avito-tech/bioyino","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/avito-tech/bioyino","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avito-tech%2Fbioyino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avito-tech%2Fbioyino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avito-tech%2Fbioyino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avito-tech%2Fbioyino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avito-tech","download_url":"https://codeload.github.com/avito-tech/bioyino/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avito-tech%2Fbioyino/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31368160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-08-02T00:00:39.915Z","updated_at":"2026-04-03T18:10:24.624Z","avatar_url":"https://github.com/avito-tech.png","language":"Rust","funding_links":[],"categories":["Applications","应用程序 Applications"],"sub_categories":["Observability","可观察性 Observability"],"readme":"# Bioyino #\nThe StatsD server written in Rust\n\n# Description #\nBioyino is a distributed statsd-protocol server with carbon backend.\n\n# Features #\n\n* all basic metric types supported (gauge, counter, diff-counter, timer), new types are easy to be added\n* fault tolerant: metrics are replicated to all nodes in the cluster\n* clustering: all nodes gather and replicate metrics, but only leader sends metrics to backend\n* precise: 64-bit floats, full metric set is stored in memory (for metric types that require post-processing), no approximation algorithms involved\n* standalone: can work without external services\n* safety and security: written in memory-safe language\n* networking tries to do it's best to avoid dropping UDP packets as much as possible\n* networking is asynchronous\n* small memory footprint and low CPU consumption\n\n# Status #\nCurrently works in production at Avito, processing production-grade metric stream (~4M metrics per second on 3 nodes)\n\n# Installing #\nOne of Bioyino's most powerful features - multimessage mode - require it to be working on GNU/Linux.\n\n* Install [capnp compiler tool](https://capnproto.org/install.html) to generate schemas. It's usually downloaded using your distribution's package manager.\n* Do the usual Rust-program build-install cycle. Please note, that building is always tested on latest stable version of Rust. Rust 2018 edition is required.\n\n```\n$ git clone \u003cthis repo\u003e\n$ cargo build --release \u0026\u0026 strip target/release/bioyno\n```\n# Build RPM package (for systemd-based distro)\n\n1.  Install requirements (as root or with sudo)\n```\n    yum install -y cargo capnproto capnproto-devel\n    yum install -y ruby-devel\n    gem install fpm\n```\n\n2.  Build\n```\n    bash contrib/fpm/create_package_rpm.sh\n```\n\n# Build DEB package (for systemd-based distro)\n\n1.  Install requirements (as root or with sudo)\n```\n    apt-get install -y capnproto libcapnp-dev\n    apt-get install -y ruby-dev\n    gem install fpm\n```\n\n2.  Build\n```\n    bash contrib/fpm/create_package_deb.sh\n```\n\n# Configuring #\nTo configure, please, see config.toml, all the options are listed there and all of them are commented.\n\n# Contributing #\n\nYou can help project by doing the following:\n* find TODOs/FIXMEs and unwraps in the code fix them and create a PR\n* solve issues\n* create issues to request new features\n* add new features, like new metric types\n* test the server on your environment and creating new issues if/when bugs found\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favito-tech%2Fbioyino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favito-tech%2Fbioyino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favito-tech%2Fbioyino/lists"}