jpipe-compiler

Justification diagrams made easier!

https://github.com/jpipe-mcscert/jpipe-compiler

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary

Keywords

compiler continuous-deployment continuous-integration justification language modelling pipeline
Last synced: 6 months ago · JSON representation ·

Repository

Justification diagrams made easier!

Basic Info
  • Host: GitHub
  • Owner: jpipe-mcscert
  • License: mit
  • Language: Java
  • Default Branch: main
  • Homepage: https://www.jpipe.org/
  • Size: 39.3 MB
Statistics
  • Stars: 18
  • Watchers: 3
  • Forks: 1
  • Open Issues: 10
  • Releases: 12
Topics
compiler continuous-deployment continuous-integration justification language modelling pipeline
Created over 2 years ago · Last pushed 7 months ago
Metadata Files
Readme License Code of conduct Citation

README.md

jPipe - Justified Pipelines

tool logo
[![jPipe Compiler (action-based)](https://github.com/ace-design/jpipe/actions/workflows/compiler.yml/badge.svg)](https://github.com/ace-design/jpipe/actions/workflows/compiler.yml)       [![jPipe Language Extension](https://github.com/ace-design/jpipe/actions/workflows/extension.yml/badge.svg)](https://github.com/ace-design/jpipe/actions/workflows/extension.yml)

The jPipe environment supports the definition of justification to support software maintenance activities. The name comes from "justified pipelines", as the key idea is to design an environment supporting the justification of CI/CD pipelines by design.

General Information

![McScert logo](./docs/sponsors/mcscert.svg)

Repository organization

  • compiler: source code of the (action-based) compiler
  • brew: distribution of the code using HomeBrew
  • langium: source code of the Visual Code extension IDE

Documentation

We're using GitHub wiki system to document jPipe: https://github.com/ace-design/jpipe/wiki.

How to cite?

bibtex @software{mcscert:jpipe, author = {Mosser, Sébastien}, license = {MIT}, title = {{jPipe Language}}, url = {https://github.com/ace-design/jpipe} }

How to contribute?

Found a bug, or want to add a cool feature? Feel free to fork this repository and send a pull request.

If you're interested in contributing to the research effort related to jPipe, feel free to contact the PI: Dr. Sébastien Mosser.

We do have undergrad summer internships available to contribute to the compiler, as well as MASc and PhD positions in Software Engineering at Mac.

Sponsors

We acknowledge the support of the Natural Sciences and Engineering Research Council of Canada (NSERC), as well as McMaster Excellence in Research Award (EREA) from the Faculty of Engineering.

NSERC logo

Owner

  • Name: jPipe Language (McSCert)
  • Login: jpipe-mcscert
  • Kind: organization
  • Email: mossers@mcmaster.ca
  • Location: Canada

Justification Models Made Easier!

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: jPipe
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Sébastien
    family-names: Mosser
repository-code: 'https://github.com/ace-design/jpipe'
url: 'https://github.com/ace-design/jpipe/wiki'
abstract: >-
  The jPipe environment supports the definition of
  justification to support software maintenance activities.
  The name comes from "justified pipelines", as the key idea
  is to design an environment supporting the justification
  of CI/CD pipelines by design.
keywords:
  - language
  - pipeline
  - justification
  - continuous integration
  - continuous deployment
  - modelling
license: MIT

GitHub Events

Total
  • Issues event: 17
  • Delete event: 2
  • Issue comment event: 4
  • Member event: 1
  • Push event: 8
  • Pull request review comment event: 20
  • Pull request review event: 31
  • Pull request event: 5
  • Create event: 5
Last Year
  • Issues event: 17
  • Delete event: 2
  • Issue comment event: 4
  • Member event: 1
  • Push event: 8
  • Pull request review comment event: 20
  • Pull request review event: 31
  • Pull request event: 5
  • Create event: 5

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
  • actions/upload-artifact v3 composite
pom.xml maven
  • commons-cli:commons-cli 1.5.0
  • guru.nidi:graphviz-java 0.18.1
  • org.antlr:antlr4-runtime 4.13.0
  • org.apache.logging.log4j:log4j-api 2.20.0
  • org.apache.logging.log4j:log4j-core 2.20.0
  • org.apache.logging.log4j:log4j-slf4j-impl 2.20.0
  • org.junit.jupiter:junit-jupiter-api 5.4.2 test
  • org.junit.jupiter:junit-jupiter-engine 5.4.2 test