{"id":46100809,"url":"https://github.com/idirouhab/bitbucket2insights","last_synced_at":"2026-03-01T19:37:19.377Z","repository":{"id":33463700,"uuid":"158598545","full_name":"idirouhab/bitbucket2insights","owner":"idirouhab","description":"Bitbucket events to Insights events middleware","archived":false,"fork":false,"pushed_at":"2026-02-13T13:33:26.000Z","size":498,"stargazers_count":0,"open_issues_count":48,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-13T22:38:16.132Z","etag":null,"topics":["bitbucket-server","bitbucket-webhooks","newrelic","newrelic-insights","nodejs-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/idirouhab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-11-21T19:47:37.000Z","updated_at":"2021-05-17T22:41:27.000Z","dependencies_parsed_at":"2023-11-16T15:31:36.617Z","dependency_job_id":"c9960330-57e9-4451-9350-066d1105d5f4","html_url":"https://github.com/idirouhab/bitbucket2insights","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/idirouhab/bitbucket2insights","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idirouhab%2Fbitbucket2insights","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idirouhab%2Fbitbucket2insights/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idirouhab%2Fbitbucket2insights/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idirouhab%2Fbitbucket2insights/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idirouhab","download_url":"https://codeload.github.com/idirouhab/bitbucket2insights/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idirouhab%2Fbitbucket2insights/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29981645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bitbucket-server","bitbucket-webhooks","newrelic","newrelic-insights","nodejs-api"],"created_at":"2026-03-01T19:37:18.743Z","updated_at":"2026-03-01T19:37:19.366Z","avatar_url":"https://github.com/idirouhab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitbucket2Insights\n[![Build Status](https://travis-ci.org/idirouhab/bitbucket2insights.svg?branch=master)](https://travis-ci.org/idirouhab/bitbucket2insights)\n[![Known Vulnerabilities](https://snyk.io/test/github/idirouhab/bitbucket2insights/badge.svg?targetFile=package.json)](https://snyk.io/test/github/idirouhab/bitbucket2insights?targetFile=package.json)\n[![Depdencies Status](https://david-dm.org/idirouhab/bitbucket2insights.svg)](https://david-dm.org/idirouhab/bitbucket2insights.svg)\n[![Maintainability](https://api.codeclimate.com/v1/badges/cf570405c95f2610b904/maintainability)](https://codeclimate.com/github/idirouhab/bitbucket2insights/maintainability)\n[![](https://images.microbadger.com/badges/version/idirouhab/bitbucket2insights.svg)](https://microbadger.com/images/idirouhab/bitbucket2insights \"Get your own version badge on microbadger.com\")\n\nThis repository is a simple middleware which gets [Bitbucket events payloads](https://confluence.atlassian.com/bitbucketserver/bitbucket-server-documentation-776639749.html) and sends it to [New Relic Insight as a custom event](https://docs.newrelic.com/docs/insights/insights-data-sources/custom-data/send-custom-events-event-api).\n\n## Requirements\nThis application is compatible with Bitbucket Server but not Cloud. Due to some divergences between both platforms Cloud is excluded.\nYou must have a New Relic account and have access to generate an [Insert Key](https://docs.newrelic.com/docs/insights/insights-data-sources/custom-data/send-custom-events-event-api#register).\n\n### Travis\nTravis will push automatically the Docker image to Dockerhub.\nIf you decide to use your own registry, after forking the repository you may to add the following environment variables to Travis:\n\n- `DOCKER_REPOSITORY`\n- `DOCKER_USERNAME`\n- `DOCKER_PASSWORD`\n\n## Documentation\nThis application is using Openapi 3.0 to make the documentation, feel free to use the [online edit](http://editor.swagger.io/) to see the [documentation](documentation.json).\nAlso, if you are running this application, you would be able to see the documentation under the root path (`YOUR_HOST:/`)\n\n## How to make it running?\n- Run `npm install`\n- Check the [config file](./config/config.js) and make sure you either are using the static port or you set up PORT as an environment variable.\n- Run `npm start`\n- Send any [Bitbucket events payloads](https://confluence.atlassian.com/bitbucketserver/bitbucket-server-documentation-776639749.html)\n\n## Test\nWIP\n\n## Contribute\nIs there something missing?\nYou are more than welcome to contribute either opening an issue or making a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidirouhab%2Fbitbucket2insights","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidirouhab%2Fbitbucket2insights","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidirouhab%2Fbitbucket2insights/lists"}