You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/06 20:12:51 UTC

[GitHub] [incubator-devlake] hezyin opened a new issue, #2100: Add a new plugin for Bitbucket

hezyin opened a new issue, #2100:
URL: https://github.com/apache/incubator-devlake/issues/2100

   ## Description
   
   Add a new Bitbucket data source plugin for Bitbucket so DevLake can collect dev data from it.
   
   ## Pre-requisites
   
   1. Understand how a DevLake plugin works.
   2. Make sure you have access to [Bitbucket API](https://developer.atlassian.com/cloud/bitbucket/rest/intro/). 
   
   
   ## Describe the solution you'd like
   Add a plugin for `bitbucket`. Please refer to other data source plugins such as [github](https://github.com/apache/incubator-devlake/tree/main/plugins/github) and [gitlab](https://github.com/apache/incubator-devlake/tree/main/plugins/gitlab). 
   
   
   This plugin performs 3 major tasks:
   1. Collect data from Bitbucket RESTful API. The API responses shall be stored in the raw data layer.
   2. 1st ETL: transform the raw data and load it into the tool layer.
   3. 2nd ETL: transform the tool layer data and load it into the domain layer.
   
   
   ## How to start
   Please follow the doc [how to add a plugin(WIP)](url).
   
   ## Additional notes
   In DevLake, there're 3 layers of storage: 
   - raw data layer: tables starting with `_raw_` 
   - tool layer: tables starting with `_tool_`
   - domain layer: tables with no prefix
   
   You can set up DevLake and see the tables in MySQL.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #2100: Add a new plugin for Bitbucket

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2100:
URL: https://github.com/apache/incubator-devlake/issues/2100#issuecomment-1186639374

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #2100: Add a new plugin for Bitbucket

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2100:
URL: https://github.com/apache/incubator-devlake/issues/2100#issuecomment-1247427757

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] closed issue #2100: Add a new plugin for Bitbucket

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #2100: Add a new plugin for Bitbucket
URL: https://github.com/apache/incubator-devlake/issues/2100


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] thenicetgp commented on issue #2100: Add a new plugin for Bitbucket

Posted by GitBox <gi...@apache.org>.
thenicetgp commented on issue #2100:
URL: https://github.com/apache/incubator-devlake/issues/2100#issuecomment-1158635010

   I'll take this one.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #2100: Add a new plugin for Bitbucket

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2100:
URL: https://github.com/apache/incubator-devlake/issues/2100#issuecomment-1255682419

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] mindlesscloud commented on issue #2100: Add a new plugin for Bitbucket

Posted by GitBox <gi...@apache.org>.
mindlesscloud commented on issue #2100:
URL: https://github.com/apache/incubator-devlake/issues/2100#issuecomment-1158429831

   @keon94 this issue was assigned to @thenicetgp as an OSPP(Open Source Promotion Plan) project


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] keon94 commented on issue #2100: Add a new plugin for Bitbucket

Posted by GitBox <gi...@apache.org>.
keon94 commented on issue #2100:
URL: https://github.com/apache/incubator-devlake/issues/2100#issuecomment-1215353830

   Hi @Startrekzky. Which release are we targeting this plugin for?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] keon94 commented on issue #2100: Add a new plugin for Bitbucket

Posted by GitBox <gi...@apache.org>.
keon94 commented on issue #2100:
URL: https://github.com/apache/incubator-devlake/issues/2100#issuecomment-1151675926

   @hezyin I'll take this one.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org