Git Product home page Git Product logo

wendy's Introduction

Wendy

Bob's SO and the reference CLI.

License: GPL v3 CircleCI Dependencies Status

Built with Spacemacs

She is an opinionated client for Bob and takes care of the following tasks:

  • Implement a full CLI to all of Bob's REST API with corresponding and semantic commands
  • Read a build.toml file and translate to REST API calls to Bob
  • Plan a build:
    • Bob doesnt know of the order of execution of pipelines
    • Wendy reads the dependencies of a pipeline on other pipelines and schedules them accordingly
    • Trigger all of the upstream pipelines of a pipeline such that Bob can proceed with the builds

Wendy is a reference client for Bob implementing a build with certain opinions but others are encouraged to build their own CLIs using Bob as an engine in ways they see fit.

This is a work in progress in conjunction with Bob and will be evolving.

Installation

TBD

Building and running from source

Requirements:

Running

Installing GraalVM:

  • Download and extract GraalVM CE. Go to the extracted location and navigate to the directory where you can find bin, lib, jre and other directories.
  • Run export GRAALVM_HOME=$PWD.

Clone the repo and from the repo directory:

  • Run clojure -A:test -m kaocha.runner if using Clojure CLI or lein kaocha with leiningen.
  • Run $GRAALVM_HOME/bin/gu install native-image to get the Graal native compiler.
  • Run clojure -A:native-image if using Clojure CLI or lein native-image with leiningen to compile it to a native executable. (Warning: Quite a resource heavy step)
  • The executable is found in target/ if compiled via Clojure CLI or in /target/default+uberjar/ with leiningen.
  • Running ./wendy can-we-build-it should output "Yes we can! ๐Ÿ”จ ๐Ÿ”จ"

The full command reference can be found here

wendy's People

Contributors

lispyclouds avatar josephkiranbabu avatar

Watchers

James Cloos 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.