Concurrent RDF Parser in GoLang
- Mentors
- gauntface, Rohit Lodha, Gary O'Neall, Stephen Winslow
- Organization
- SPDX
The project focuses on building a GoLang RDF reader in native GoLang which not only would be useful for the SPDX community but also might help the golang community as a whole. RDF files being tag-based structures make it easier to chunk the files in separate processable blocks which can be serviced concurrently. With RDF licenses, there are many repetitive structures and parsing patterns that exist in the files. Using golang, a concurrent parsing using go-routines can be achieved which will definitely help in reducing the time required to parse each file.