GithubHelp home page GithubHelp logo

jpipe-demo's Introduction

Modelling justification diagrams using jPipe

  • Authors:
    • Sébastien Mosser, Associate Professor, McMaster University, McMSCert
    • Nirmal Chaudhari, BEng Student, McMaster University, McScert

Abstract

Justification models are an approach to supporting accreditation, validation, or certification in a lightweight way. Usually, when engineers work on pipelines (e.g., CI/CD, machine learning, notebooks), their primary focus is on the pipeline itself, and the justification of why this pipeline is the right one for their software is, at best, part of the documentation. This leads to operational/maintenance problems: is your machine learning pipeline reusable? What is the purpose of that “weird” step in your CI/CD pipeline that you have no idea why it’s there, but the pipeline fails if you remove it? With jPipe, we operate under the assumption that pipeline justification should be easy, and support both the initial modelling of a pipeline and its incremental evolution. In this demo, we’ll present how the jPipe compiler can be used to model a justification diagram, how composition algorithms can be used to support incremental evolution, and showcase some research leads we’re planning to investigate to make justifications first-class citizen in the development process.

Getting jPipe on your computer

Running the demo

  • Justification files are in the models directory
  • compilation instructions are inside each model
  • Refer to slides.pdf to get the story-telling of the demo

Recorded demonstration

This material was presented as part of the Research Demonstration series of MDE Net on June 6, 2024.

Appendix

Recompiling the language server

  1. Clone the jPipe repository
  2. Go to the lsp/language-server-jpipe directory
  3. compile the rust code using cargo
    • $ cargo build --release
  4. Copy the langaue server executable into your local extension:
    • executable: lsp/language-server-jpipe/target/release
    • local extension: ~/.vscode/extensions/mcscert.jpipe-extension-0.1.0/

jpipe-demo's People

Contributors

mosser avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.