{"id":42684850,"url":"https://github.com/codepr/rublo","last_synced_at":"2026-01-29T12:08:33.535Z","repository":{"id":78234720,"uuid":"347633682","full_name":"codepr/rublo","owner":"codepr","description":"Very simple rust bloom filter","archived":false,"fork":false,"pushed_at":"2025-01-09T23:40:37.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-10T00:31:56.505Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codepr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-03-14T12:41:41.000Z","updated_at":"2025-01-09T23:40:40.000Z","dependencies_parsed_at":"2025-01-10T00:29:27.664Z","dependency_job_id":"7a254331-b828-46ac-ad36-65d3336427e6","html_url":"https://github.com/codepr/rublo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codepr/rublo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Frublo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Frublo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Frublo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Frublo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codepr","download_url":"https://codeload.github.com/codepr/rublo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Frublo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28877135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"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":"2026-01-29T12:08:32.645Z","updated_at":"2026-01-29T12:08:33.521Z","avatar_url":"https://github.com/codepr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Rublo\n=====\n\nVery simple `tokio`-based asynchronous bloom filter server. [Bloom filter](https://en.wikipedia.org/wiki/Bloom_filter) is a\nprobabilistic data structure which is used to test the membership of elements\nin a large set, trading precision for space-efficiency and performance.\n\nThis is a simple implementation using a non-cryptographic hashing function\nMurmur3 to generate the digests to set and check the presence of elements in\nthe each filter. A tokio based TCP server exposes the following text protocol:\n\n- `create filter-name [capacity false-positive-probability]`\n- `set filter-name key`\n- `check filter-name key`\n- `info filter-name`\n- `clear filter-name`\n\nEach command can be executed from any TCP client such as `netcat` or `telnet`.\nEach filter is periodically dumped to disk for disaster recovery.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodepr%2Frublo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodepr%2Frublo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodepr%2Frublo/lists"}