{"id":19069057,"url":"https://github.com/mihaitodor/benthos-vader","last_synced_at":"2026-02-16T01:02:22.534Z","repository":{"id":90356487,"uuid":"490510304","full_name":"mihaitodor/benthos-vader","owner":"mihaitodor","description":"Benthos with sentiment analysis support","archived":false,"fork":false,"pushed_at":"2022-05-27T22:56:27.000Z","size":61,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-18T16:28:28.790Z","etag":null,"topics":["benthos","sentiment-analysis","vader"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mihaitodor.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-05-10T02:11:07.000Z","updated_at":"2024-04-25T07:50:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"f40c74d6-862c-4e3e-b0a3-269d7dfdeba9","html_url":"https://github.com/mihaitodor/benthos-vader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mihaitodor/benthos-vader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaitodor%2Fbenthos-vader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaitodor%2Fbenthos-vader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaitodor%2Fbenthos-vader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaitodor%2Fbenthos-vader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mihaitodor","download_url":"https://codeload.github.com/mihaitodor/benthos-vader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaitodor%2Fbenthos-vader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275591684,"owners_count":25492266,"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-09-17T02:00:09.119Z","response_time":84,"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":["benthos","sentiment-analysis","vader"],"created_at":"2024-11-09T01:13:07.909Z","updated_at":"2025-09-17T12:10:37.443Z","avatar_url":"https://github.com/mihaitodor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Benthos Vader\n\n[Benthos](https://benthos.dev) with sentiment analysis support based on VADER\n(Valence Aware Dictionary and sEntiment Reasoner).\n\nThis project adds a `sentiment()`\n[bloblang method](https://www.benthos.dev/docs/guides/bloblang/methods) to\nBenthos which can be called on any string field within a bloblang mapping.\n\nWraps the [github.com/jonreiter/govader](https://github.com/jonreiter/govader)\npackage. See its [docs](https://pkg.go.dev/github.com/jonreiter/govader) for\nmore information.\n\n## Build instructions\n\n```shell\n\u003e docker build -t mihaitodor/benthos-vader:latest .\n```\n\n## Run instructions\n\nCreate a file called `config.yaml` with the following contents:\n\n```yaml\ninput:\n  stdin: {}\n\npipeline:\n  processors:\n    - bloblang: root = content().sentiment()\n\noutput:\n  stdout: {}\n```\n\nRun the `mihaitodor/benthos-vader` Docker container using this config:\n\n```shell\n\u003e docker run --rm -it -v $(pwd)/config.yaml:/etc/benthos/config.yaml mihaitodor/benthos-vader:latest -c /etc/benthos/config.yaml\n```\n\nType any sentence and hit enter.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihaitodor%2Fbenthos-vader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmihaitodor%2Fbenthos-vader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihaitodor%2Fbenthos-vader/lists"}