{"id":30656143,"url":"https://github.com/questdb/qdb-blaster","last_synced_at":"2025-08-31T10:07:38.829Z","repository":{"id":309407617,"uuid":"1035989288","full_name":"questdb/qdb-blaster","owner":"questdb","description":"Blast QuestDB with test data","archived":false,"fork":false,"pushed_at":"2025-08-11T17:36:09.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-11T19:30:53.601Z","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,"zenodo":null}},"created_at":"2025-08-11T11:51:58.000Z","updated_at":"2025-08-11T17:36:13.000Z","dependencies_parsed_at":"2025-08-11T19:31:23.886Z","dependency_job_id":"54432245-3a2c-4126-b1ca-5f7d6b1e41bf","html_url":"https://github.com/questdb/qdb-blaster","commit_stats":null,"previous_names":["questdb/qdb-blaster"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/questdb/qdb-blaster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fqdb-blaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fqdb-blaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fqdb-blaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fqdb-blaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/questdb","download_url":"https://codeload.github.com/questdb/qdb-blaster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fqdb-blaster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272965929,"owners_count":25023171,"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-08-31T02:00:09.071Z","response_time":79,"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-08-31T10:07:30.679Z","updated_at":"2025-08-31T10:07:38.808Z","avatar_url":"https://github.com/questdb.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qdb-blaster\nBlast QuestDB with test data.\n\n* Send data to multiple tables over ILP.\n* Each table has a pool of threads.\n* The data is randomly generated.\n\n## Set up your database\nFor ingestion, in enterprise you need to set up appropriate users and permissions\n\n```sql\nCREATE USER test_user WITH PASSWORD 'pass';\nGRANT HTTP, PGWIRE TO test_user;\n\nGRANT CREATE TABLE TO test_user;\nGRANT ADD COLUMN, INSERT ON ALL TABLES TO test_user;\nGRANT SELECT ON ALL TABLES TO test_user;\n\nGRANT DROP TABLE ON ALL TABLES TO test_user;\nGRANT SELECT ON ALL TABLES TO test_user;\nGRANT HTTP TO test_user;\nGRANT CREATE TABLE TO test_user;\nGRANT ADD COLUMN, INSERT ON ALL TABLES TO test_user;\n\n-- for ILP/HTTP\nALTER USER test_user CREATE TOKEN TYPE REST WITH TTL '3650d';\n\n-- for ILP/TCP\nCREATE SERVICE ACCOUNT test_ilp_user;\nGRANT CREATE TABLE TO test_ilp_user;\nGRANT ILP TO test_ilp_user;\nGRANT INSERT, ADD COLUMN ON ALL TABLES TO test_ilp_user;\nALTER SERVICE ACCOUNT test_ilp_user CREATE TOKEN TYPE JWK;\n```\n\n## Configuring the blaster\n* Copy a config.\n* Alter the connection settings adding in any tokens and passwords as appropriate.\n* Generate the config with a script if too big (see `gen_big_toml.py`)\n\n## Running the blaster\n```\ncargo run --release path_to_config.toml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquestdb%2Fqdb-blaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquestdb%2Fqdb-blaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquestdb%2Fqdb-blaster/lists"}