You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ab...@apache.org on 2022/08/18 09:39:02 UTC

[incubator-devlake-website] branch main updated: docs: update use cases of domain layer schema

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

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 6fb8dd35 docs: update use cases of domain layer schema
6fb8dd35 is described below

commit 6fb8dd353c77933b7e5d599f0071138903dc88ec
Author: Startrekzky <ka...@merico.dev>
AuthorDate: Thu Aug 18 17:28:37 2022 +0800

    docs: update use cases of domain layer schema
---
 docs/DataModels/DataSupport.md              | 2 +-
 docs/DataModels/DevLakeDomainLayerSchema.md | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/docs/DataModels/DataSupport.md b/docs/DataModels/DataSupport.md
index 4cb4b619..a92e8d76 100644
--- a/docs/DataModels/DataSupport.md
+++ b/docs/DataModels/DataSupport.md
@@ -1,5 +1,5 @@
 ---
-title: "Data Support"
+title: "Supported Data Sources"
 description: >
   Data sources that DevLake supports
 sidebar_position: 1
diff --git a/docs/DataModels/DevLakeDomainLayerSchema.md b/docs/DataModels/DevLakeDomainLayerSchema.md
index 4111a6c2..5c43a879 100644
--- a/docs/DataModels/DevLakeDomainLayerSchema.md
+++ b/docs/DataModels/DevLakeDomainLayerSchema.md
@@ -7,16 +7,17 @@ sidebar_position: 2
 
 ## Summary
 
-This document describes the entities in DevLake's domain layer schema and their relationships.
+This document describes Apache DevLake's domain layer schema.
 
-Data in the domain layer is transformed from the data in the tool layer. The tool layer schema is based on the data from specific tools such as Jira, GitHub, Gitlab, Jenkins, etc. The domain layer schema can be regarded as an abstraction of tool-layer schemas.
+Referring to DevLake's [architecture](../Overview/Architecture.md), the data in the domain layer is transformed from the data in the tool layer. The tool layer schema is based on the data from specific tools such as Jira, GitHub, Gitlab, Jenkins, etc. The domain layer schema can be regarded as an abstraction of tool-layer schemas.
 
 Domain layer schema itself includes 2 logical layers: a `DWD` layer and a `DWM` layer. The DWD layer stores the detailed data points, while the DWM is the slight aggregation and operation of DWD to store more organized details or middle-level metrics.
 
 
 ## Use Cases
-1. Users can make customized Grafana dashboards based on the domain layer schema.
-2. Contributors can complete the ETL logic when adding new data source plugins refering to this data model.
+1. [All metrics](../Metrics/Overview.md) from pre-built dashboards are based on this data schema.
+2. As a user, you can create your own customized dashboards based on this data schema.
+3. As a contributor, you can refer to this data schema while working on the ETL logic when adding/updating data source plugins.
 
 
 ## Data Models