{"id":21001104,"url":"https://github.com/parseablehq/quest","last_synced_at":"2025-07-19T12:33:08.587Z","repository":{"id":65764245,"uuid":"598884727","full_name":"parseablehq/quest","owner":"parseablehq","description":"Containerised testing toolkit for Parseable. Provides API testing, Load testing and data correctness checks.","archived":false,"fork":false,"pushed_at":"2025-03-21T06:57:02.000Z","size":7757,"stargazers_count":7,"open_issues_count":8,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T01:11:07.504Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parseablehq.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},"funding":{"github":["parseable","operator"]}},"created_at":"2023-02-08T01:55:44.000Z","updated_at":"2025-03-21T06:57:06.000Z","dependencies_parsed_at":"2023-02-24T13:45:18.984Z","dependency_job_id":"fb70c287-5bd4-44a2-b687-4041327bd5d7","html_url":"https://github.com/parseablehq/quest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parseablehq%2Fquest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parseablehq%2Fquest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parseablehq%2Fquest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parseablehq%2Fquest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parseablehq","download_url":"https://codeload.github.com/parseablehq/quest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254248387,"owners_count":22039007,"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":["hacktoberfest"],"created_at":"2024-11-19T08:13:40.465Z","updated_at":"2025-07-19T12:33:08.580Z","avatar_url":"https://github.com/parseablehq.png","language":"Go","funding_links":["https://github.com/sponsors/parseable","https://github.com/sponsors/operator"],"categories":[],"sub_categories":[],"readme":"## Quest\n\nThis repository contains integration tests and load generation tests for Parseable server. Tests are written in shell script and bundled in a container.\n\n### Use pre-built container\n\nPre-built container is available on GitHub Container Registry. You can pull the container using the following command:\n\n\n```\ndocker pull ghcr.io/parseablehq/quest:main\n```\n\n### Build test container locally\n\n```\ndocker build . -t parseable/quest:v0.1\n```\n\n### Running tests\n\nUse the below format to run tests against a Parseable server.\n\nPositional arguments for the 'smoke' or 'load' mode:\n\n```\n1. Test name: `smoke` or `load`\n2. Server URL\n3. Username\n4. Password \n8. MinIO URL (Shouldn't be prefixed with `http://`. e.g. `localhost:9000`. Note that `https` isn't supported yet. )\n9. MinIO Access Key (User)\n10. MinIO Secret Key (Password)\n11. MinIO Bucket (name of the bucket Parseable is configured to ingest into)\n```\n\nAdditional positional arguments for the 'load' mode\n```\n5. (Optional) Number of different json schemas to send to a stream\n6. (Optional) Number of virtual users (Refer K6 [documentation on VUs](https://k6.io/docs/get-started/running-k6/#adding-more-vus))\n7. (Optional) Duration of the test\n```\n\nExample usage:\n```\ndocker run ghcr.io/parseablehq/quest:main smoke https://demo.parseable.io parseable parseable\n```\n\nIf you want to run tests against a local Parseable server, you can use the following command:\n\n```\ndocker run --network=\"host\" ghcr.io/parseablehq/quest:main load http://host.docker.internal:8000 admin admin 20 10 5m\n```\n\n#### Kubernetes\n\nTo run tests against a Parseable server running on Kubernetes, you can use the Job resource. Refer [sample job manifest](./kubernetes/job.yaml). Modify the `command` section to run the tests you want. You can run the job using the following command:\n\n```\nkubectl apply -f kubernetes/job.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparseablehq%2Fquest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparseablehq%2Fquest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparseablehq%2Fquest/lists"}