Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.68 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.68 KB

Welcome to RubiX - Functions as a Container

License

This work was carried out as a Final Year Project, as part of the Bachelor of Science (Hons) in Applied Computing. The end result of this project will be a Framework which provides a suite of SDK’s and a CLI that will reduce the barrier of entry to serverless development within Knative, by abstracting the boring bits and allowing you to focus on your functions.

Components

  • SDK - Abstracts the configuration away from the user allowing you to focus on the logic behind your function -- JavaScript, GoLang, Python, Java, Haskell
  • CLI - A command line tool to bootstrap Functions as a Container.

Sample Apps

Sample apps developed to demonstrate, how to deploy a function to Knative can be found in the samples directory.

Getting Started