frege-extractor
https://github.com/Software-Engineering-Jagiellonian/frege-extractor
1.7K
Frege module that assigns repository's sources to programming languages and passes them to analyzers.
The application listens for RabbitMQ messages from queue extract in the following format:
{
"repo_id": "<repo_id>"
}
After receiving a message, it scans the directory named <repo_id>
for any source files by their extensions. Then, it inserts in the database proper entries in tables
repository_language, and repository_language_file. Finally, for each language found in the repository,
the same RabbitMQ message is passed to its analyzer queue.
Run this application with the following command:
docker run -it jagiellonian/frege-extractor <environmental variables> -v <path to repositories directory>:\repo_downloads
Use -v option to mount volume that contains repositories' directory.
Target volume inside the container is called 'repo_downloads'.
Run this application with following environmental variables:
RMQ_HOST - RabbitMQ hostRMQ_PORT - RabbitMQ portRMQ_REJECTED_PUBLISH_DELAY - number of seconds to wait between retrying sending output messageDB_HOST - Postgres server hostDB_PORT - Postgres server portDB_DATABASE - database nameDB_USERNAME - database user nameDB_PASSWORD - database user passwordPiotr Bienias https://github.com/poitrek
Content type
Image
Digest
Size
327.5 MB
Last updated
over 5 years ago
docker pull jagiellonian/frege-extractor:1.0Pulls:
136
Last week