{"id":21846935,"url":"https://github.com/duyet/ballista","last_synced_at":"2025-03-21T16:45:34.396Z","repository":{"id":65597652,"uuid":"577359658","full_name":"duyet/ballista","owner":"duyet","description":"Example of Ballista Rust","archived":false,"fork":false,"pushed_at":"2025-03-20T21:25:16.000Z","size":37433,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T22:28:26.581Z","etag":null,"topics":["arrow","ballista","datafusion","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duyet.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":"2022-12-12T15:06:48.000Z","updated_at":"2025-03-20T21:25:19.000Z","dependencies_parsed_at":"2025-03-20T22:36:36.616Z","dependency_job_id":null,"html_url":"https://github.com/duyet/ballista","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/duyet%2Fballista","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fballista/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fballista/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fballista/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duyet","download_url":"https://codeload.github.com/duyet/ballista/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244831108,"owners_count":20517630,"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":["arrow","ballista","datafusion","rust"],"created_at":"2024-11-27T23:16:10.755Z","updated_at":"2025-03-21T16:45:34.370Z","avatar_url":"https://github.com/duyet.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ballista: Distributed Scheduler\n\n[Ballista](https://github.com/apache/arrow-ballista) is a distributed compute platform primarily implemented in Rust.\n\n## Starting a cluster\n\nLocal cluster for testing purposes\n\n```bash\ncargo install --locked ballista-scheduler\ncargo install --locked ballista-executor\n```\n\nWith these crates installed, it is now possible to start a scheduler process.\n\n```bash\nRUST_LOG=info ballista-scheduler\n```\n\nNext, start an executor processes in a new terminal session with the specified concurrency level.\n\n```bash\nRUST_LOG=info ballista-executor --bind-port 50051 -c 4\nRUST_LOG=info ballista-executor --bind-port 50052 -c 4\nRUST_LOG=info ballista-executor --bind-port 50052 -c 4\n```\n\n## Executing a query\n\n```bash\ncargo run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyet%2Fballista","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduyet%2Fballista","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyet%2Fballista/lists"}