yangxk1 commented on code in PR #755: URL: https://github.com/apache/incubator-graphar/pull/755#discussion_r2343220889
########## docs/libraries/java/info/getting-started.md: ########## @@ -0,0 +1,189 @@ +--- +id: getting-started +title: Getting Started with Info Module +sidebar_position: 1 +--- + +# Getting Started with Info Module + +This article is a quick guide that explains how to work with GraphAr Java Info module. The Info module is part of the pure Java implementation of GraphAr and provides capabilities for parsing graph metadata (schema) from YAML files. + +## metadata Files + +GraphAr uses a group of Yaml files to save the metadata for a graph. Review Comment: I added a link to https://graphar.apache.org/docs/specification/format -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
