keon94 commented on code in PR #340: URL: https://github.com/apache/incubator-devlake-website/pull/340#discussion_r1041480412
########## docs/DataModels/ToolLayerSchema.md: ########## @@ -0,0 +1,28 @@ +--- +title: "Tool Layer Schema" +description: > + Extract raw data into a relational schema for each specific tool +sidebar_position: 2 +--- + +## Summary + +This document describes Apache DevLake's tool layer schema. + +Referring to DevLake's [architecture](../Overview/Architecture.md), the Tool layer extracts raw data from JSONs into a relational schema that's easier to consume by analytical tasks. Each DevOps tool would have a schema that's tailored to their data structure, hence the name, the Tool layer. Review Comment: grammar: "tailored to their data structure" -> "tailored to _its_ data structure" -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
