/understanding-goraptor

Google Summer of Code '19 | Upgrade parser libraries for SPDX golang tools

Primary LanguageGo

understanding-goraptor

Using Goraptor Library

Installation

go get github.com/abhishekspeer/understanding-goraptor

Usage

go run main.go <rdf-file>

Progress:

  • Take RDF file name as an argument.
  • Read the RDF File.
  • Parse the contents.
  • Store the data into Intermediate data structure.
  • Add the data from intermediate Data structures to Standard data structure.
  • Writer

Dependencies

  • libraptor2
  • @deltamobile/goraptor fork of goraptor by William Waites