You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by li...@apache.org on 2023/01/05 13:49:14 UTC

[incubator-devlake-website] 01/01: doc: update data source increment for github

This is an automated email from the ASF dual-hosted git repository.

likyh pushed a commit to branch fix/update-github-source
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 7a3d9b38b5dcbad729897903911d08b4647f4018
Author: linyh <ya...@meri.co>
AuthorDate: Thu Jan 5 21:48:57 2023 +0800

    doc: update data source increment for github
---
 docs/Overview/SupportedDataSources.md | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/docs/Overview/SupportedDataSources.md b/docs/Overview/SupportedDataSources.md
index 1c41770a5..dd812383a 100644
--- a/docs/Overview/SupportedDataSources.md
+++ b/docs/Overview/SupportedDataSources.md
@@ -121,24 +121,24 @@ This table shows the entities collected by each plugin. Domain layer entities in
 | Subtask Name                       | Estimated Max Number of Request | Does It support Incremental Collection? | Does It Support Time Filter? |
 | ---------------------------------- | ------------------------------- | --------------------------------------- | ---------------------------- |
 | ---------------------------------  | Common                          | -----------------------                 |                              |
-| CollectMilestonesMeta              | ≈10                             | ✅                                      | ❌                           |
-| CollectRunsMeta                    | <10^4                           | ❌                                      | ✅                           |
-| CollectApiCommentsMeta             | 400 (max page github supported) | ✅                                      | ❌                           |
-| **CollectApiEventsMeta**           | 400 (max page github supported) | ❌                                      | ❌                           |
-| CollectApiPullRequestReviewsMeta   | <10^5                           | ✅                                      | ✅                           |
+| CollectMilestonesMeta              | ≈10                             | ✅                                       | ❌                            |
+| CollectRunsMeta                    | <10^4                           | ✅                                       | ✅                            |
+| CollectApiCommentsMeta             | 400 (max page github supported) | ✅                                       | ✅                            |
+| **CollectApiEventsMeta**           | 400 (max page github supported) | ❌                                       | ❌                            |
+| CollectApiPullRequestReviewsMeta   | <10^5                           | ✅                                       | ✅                            |
 | ---------------------------------  | Graphql Only (Default)          | -----------------------                 |                              |
-| CollectIssueMeta                   | ≈10^4                           | ❌                                      | ✅                           |
-| CollectPrMeta                      | ≈10^3                           | ❌                                      | ✅                           |
-| CollectCheckRunMeta                | <10^4                           | ❌                                      | ✅                           |
-| CollectAccountMeta                 | ≈10^2                           | ❌                                      | -                            |
+| CollectIssueMeta                   | ≈10^4                           | ❌                                       | ✅                            |
+| CollectPrMeta                      | ≈10^3                           | ❌                                       | ✅                            |
+| CollectCheckRunMeta                | <10^4                           | ❌                                       | ✅                            |
+| CollectAccountMeta                 | ≈10^2                           | ❌                                       | -                            |
 | ---------------------------------  | Restful Only (Not Default)      | -----------------------                 |                              |
-| CollectApiIssuesMeta               | ≈10^4                           | ✅                                      | ❌                           |
-| CollectApiPullRequestsMeta         | ≈10^2                           | ✅                                      | ❌                           |
-| CollectApiPullRequestCommitsMeta   | ≈10^4                           | ✅                                      | ✅                           |
-| **CollectApiPrReviewCommentsMeta** | ≈10^4                           | ✅                                      | ❌                           |
-| **CollectAccountsMeta**            | ≈10^4                           | ❌                                      | ❌                           |
-| **CollectAccountOrgMeta**          | ≈10^4                           | ❌                                      | ❌                           |
-| CollectJobsMeta                    | <10^6                           | ❌                                      | ✅                           |
+| CollectApiIssuesMeta               | ≈10^4                           | ✅                                       | ❌                            |
+| CollectApiPullRequestsMeta         | ≈10^2                           | ❌                                       | ❌                            |
+| CollectApiPullRequestCommitsMeta   | ≈10^4                           | ✅                                       | ✅                            |
+| **CollectApiPrReviewCommentsMeta** | ≈10^4                           | ✅                                       | ✅                            |
+| **CollectAccountsMeta**            | ≈10^4                           | ❌                                       | ❌                            |
+| **CollectAccountOrgMeta**          | ≈10^4                           | ❌                                       | ❌                            |
+| CollectJobsMeta                    | <10^6                           | ❌                                       | ✅                            |
 | CollectApiCommitsMeta              | Not enabled                     | -                                       | -                            |
 | CollectApiCommitStatsMeta          | Not enabled                     | -                                       | -                            |