{"id":29823788,"url":"https://github.com/javier/questdb-adc-planes-simulator","last_synced_at":"2025-07-29T02:08:44.922Z","repository":{"id":246389128,"uuid":"820924709","full_name":"javier/questdb-adc-planes-simulator","owner":"javier","description":"A simulator of ADC data for planes that will ingest into QuestDB with configurable rate","archived":false,"fork":false,"pushed_at":"2024-06-27T18:10:39.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-28T19:06:20.958Z","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/javier.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":"2024-06-27T12:58:45.000Z","updated_at":"2024-06-27T18:10:42.000Z","dependencies_parsed_at":"2024-06-27T18:59:18.541Z","dependency_job_id":null,"html_url":"https://github.com/javier/questdb-adc-planes-simulator","commit_stats":null,"previous_names":["javier/questdb-adc-planes-simulator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/javier/questdb-adc-planes-simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fquestdb-adc-planes-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fquestdb-adc-planes-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fquestdb-adc-planes-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fquestdb-adc-planes-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javier","download_url":"https://codeload.github.com/javier/questdb-adc-planes-simulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fquestdb-adc-planes-simulator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267617643,"owners_count":24116208,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-07-29T02:08:44.296Z","updated_at":"2025-07-29T02:08:44.906Z","avatar_url":"https://github.com/javier.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# questdb-adc-planes-simulator\nA simulator of ADC data for planes that will ingest into QuestDB with configurable rate\n\n# Execute it\n\n```bash\ncargo run --release -- --connection-string \"http::addr=localhost:9000;\" --total-rows 100 --rate-per-plane 1000 --plane-count 3 --table-name \"flights\" --starting-plane-id \"AA00\"\n```\n\nOr with the `quiet` option:\n\n```bash\ncargo run --release -- --connection-string \"http::addr=localhost:9000;\" --total-rows 100 --rate-per-plane 1000 --plane-count 3 --table-name \"flights\" --starting-plane-id \"AA00\"\n```\n\n`total-rows` is across all planes, but `rate-per-plane` is, well, per plane. Plane IDs will\ngo from `AA00` to `ZZ99`. You need to pass the `starting-plane-id`, so you can execute in parallel from several terminals in case you want to have more throughput.\n\nWe can control the batch size (per plane) before flushing. Default is 1000 per plane.\n\n```bash\ncargo run --release -- --connection-string \"http::addr=localhost:9000;\" --total-rows 100 --rate-per-plane 1000 --plane-count 3 --table-name \"flights\" --starting-plane-id \"AA00\"\n--batch-size 1000\n```\n\nYou can also pass options like `token` or tls verification `on` or `unsafe_off` when using QuestDB Enterprise. Just add them to the connection string.\n\n```bash\ncargo run --release -- --connection-string \"\"https::addr=172.31.42.41:9000;token=gX1tyRoX3biEg_6r5SsLM0RtFFOSc8HB1Ir1JnpXThxQ-I;tls_verify=unsafe_off;\"\" --total-rows 100 --rate-per-plane 1000 --plane-count 3 --table-name \"flights\" --starting-plane-id \"AA00\"\n--batch-size 1000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavier%2Fquestdb-adc-planes-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavier%2Fquestdb-adc-planes-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavier%2Fquestdb-adc-planes-simulator/lists"}