{"id":28455681,"url":"https://github.com/questdb/questdb-ping-rs","last_synced_at":"2025-08-03T03:11:38.944Z","repository":{"id":274501161,"uuid":"923103986","full_name":"questdb/questdb-ping-rs","owner":"questdb","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-27T17:15:21.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T22:11:16.425Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/questdb.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":"2025-01-27T16:46:12.000Z","updated_at":"2025-01-27T17:15:24.000Z","dependencies_parsed_at":"2025-01-27T18:38:51.579Z","dependency_job_id":null,"html_url":"https://github.com/questdb/questdb-ping-rs","commit_stats":null,"previous_names":["questdb/questdb-ping-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/questdb/questdb-ping-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-ping-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-ping-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-ping-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-ping-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/questdb","download_url":"https://codeload.github.com/questdb/questdb-ping-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-ping-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262177778,"owners_count":23270932,"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":[],"created_at":"2025-06-06T22:10:21.573Z","updated_at":"2025-06-27T02:32:14.774Z","avatar_url":"https://github.com/questdb.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# questdb-ping-rs\n\n## Overview\n\nExample code on how to check if a QuestDB instance is up and running using Rust.\n\nThe crate's `ping_questdb` function takes the same config string that is passed\nto the ILP client. In other words, the same one passed to `Sender::from_conf` in\nthe [`questdb-rs`](https://docs.rs/questdb-rs/latest/questdb/) crate.\n\n## Example\n\nE.g. if you're sending ILP via:\n\n```rust\nSender::from_conf(\"http::addr=localhost:9000;\")\n```\n\nCheck if the DB is up with:\n\n```rust\nuse questdb-ping-rs::ping_questdb;\n\nping_questdb(\"http::addr=localhost:9000;\")\n```\n\nSee [`src/main.rs`](src/main.rs) for the full example.\n\n## Dependencies\n\nThis crates depends on `ureq==2.9`. This is the same version (as of writing,\n2025-01-27) used by the `questdb-rs` crate.\n\nThis dependency was chose in an effort to reduce the number of dependencies\nthat a client project would use.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquestdb%2Fquestdb-ping-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquestdb%2Fquestdb-ping-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquestdb%2Fquestdb-ping-rs/lists"}