{"id":14978185,"url":"https://github.com/abdatta/bulls-eye","last_synced_at":"2025-09-10T21:20:49.808Z","repository":{"id":38543965,"uuid":"259732326","full_name":"abdatta/bulls-eye","owner":"abdatta","description":"A reactive UI for bull queue with sockets for realtime updates.","archived":false,"fork":false,"pushed_at":"2022-12-12T15:11:23.000Z","size":735,"stargazers_count":4,"open_issues_count":15,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T13:02:28.655Z","etag":null,"topics":["bull","bull-queue","hacktoberfest","rxjs","socket-io"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abdatta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-28T19:30:03.000Z","updated_at":"2021-04-29T09:39:20.000Z","dependencies_parsed_at":"2023-01-27T21:16:13.898Z","dependency_job_id":null,"html_url":"https://github.com/abdatta/bulls-eye","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdatta%2Fbulls-eye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdatta%2Fbulls-eye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdatta%2Fbulls-eye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdatta%2Fbulls-eye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdatta","download_url":"https://codeload.github.com/abdatta/bulls-eye/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238623160,"owners_count":19502990,"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":["bull","bull-queue","hacktoberfest","rxjs","socket-io"],"created_at":"2024-09-24T13:57:00.891Z","updated_at":"2025-02-13T08:31:57.013Z","avatar_url":"https://github.com/abdatta.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bulls Eye \u003cimg src=\"https://i.imgur.com/qkhF7hE.png\" alt=\"logo\" height=\"24\"\u003e\nA reactive admin panel for monitoring [bull](https://www.npmjs.com/package/bull) queues, using sockets for realtime updates!\n\n## Installation\n```\nnpm i -g @abdatta/bulls-eye\n```\nCreate a json file (say `config.json`) of the following format having your bull queue configarations.\n```\n/* config.json */\n{\n    \"\u003csome-host-name\u003e\": [\n        {\n            \"name\": \"\u003cqueue-name\u003e\",\n            \"url\": \"\u003credis-url\u003e(optional)\",\n            \"options\": { \u003cbull-queue-options\u003e }\n        },\n        {\n          ...\n        }\n    ],\n    \"\u003canother-host-name\u003e\": [\n        ...\n    ]\n}\n```\nHere:\n- `\u003csome-host-name\u003e` can be any string, helpful for namespacing same named queues from different machines\n- `\u003cqueue-name\u003e`, `\u003credis-url\u003e` and `{\u003cbull-queue-options\u003e}` are the same params that you provide to bull when creating your queue using: `new bull(name, url?, options?)`\n\nNow simply open the terminal in the directory where your `config.json` file is and execute:\n```\nbulls-eye --config config.json --port 4869\n```\nThat's it! Now go to `localhost:4869` and you can see your jobs and queues! :smile:\n\n## Screenshots\n- List of jobs in a queue\n![SS1](https://i.imgur.com/mLpE7g8.png)\n\n- Details of a particular job\n![SS2](https://i.imgur.com/jiUe9XZ.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdatta%2Fbulls-eye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdatta%2Fbulls-eye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdatta%2Fbulls-eye/lists"}