lua

command module
v1.0.0-lua Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2021 License: Apache-2.0 Imports: 16 Imported by: 0

README

LUA - Library Usage Analyser

License

LUA was developed to analyze the usage of third-party libraries across a project. It provides information about what exact files from the project are using a specific library.

How it works?

LUA integrates with:

  • RM - downloads the project files via REST API for a project and its commit
  • LD - gets the list of programming languages used withing the project and also the list of file names for each langauge
  • ODC - sends the extracted libraries for analysis
  • MTRX - provides information about libraires via GPPC calls

The processing in LUA is done using a pipeline with the help of go channels.

For each projectID and commit, it gets the files and their programming language from LD. Having this information, it downloads the libraries and extracts their classes. Currently, only Java files are analyzed.

The most important part of the processing is the matching step. It is linking a file to a specific library based on the imported classes from it.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
protos
lua

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL