Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Think about integrating a repo of functions #7

Open
sebgoa opened this issue Apr 3, 2017 · 5 comments
Open

Think about integrating a repo of functions #7

sebgoa opened this issue Apr 3, 2017 · 5 comments

Comments

@sebgoa
Copy link
Contributor

sebgoa commented Apr 3, 2017

Say some functions are packaged as "charts"

Retrieve this library of functions and display them in the UI, offering possibility to deploy.

@remstos
Copy link
Contributor

remstos commented Apr 3, 2017

That's a great idea 👍 Also being able to pick some sample functions and edit them to fit needs

@sebgoa
Copy link
Contributor Author

sebgoa commented Apr 3, 2017

if the function bundle in that yet to be build repo had some markdown documentaiton, we should render that markdown in the UI:

https://github.com/chjj/marked/

@migmartri
Copy link

I used that library for Github's flavored Markdown rendering in Monocular. I also added some extra CSS to make it look similar to Github.

https://github.com/helm/monocular/pull/83/files

@sebgoa
Copy link
Contributor Author

sebgoa commented May 12, 2017

@kemcake see here: https://github.com/bitnami/functions

that's a basic repo of functions. Just the beginning. Functions are in the incubator repo, once they are tested they will move to a stable repo like the charts.

We are not going to push bundles on an http server like charts (at least not now).

So it would be good to be able to browse the functions in this repo in the UI, then select one and be able to start it.

Makes sense ?

@remstos
Copy link
Contributor

remstos commented May 12, 2017

Ok I can start with this repo to fetch functions, the UI will be ready to handle the future stable repo. But few questions:

  • How can I use the requirements through the functions api?
  • Just to make sure, the python example contains 2 functions, is it a behavior we want ? Should it add both functions at the same time ?
  • The ocr example on the repo doesn't look like a kubeless function, it's a chart ^^ (https://github.com/bitnami/functions/tree/master/incubator/ocr)

@remstos remstos mentioned this issue May 15, 2017
5 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants