-
Notifications
You must be signed in to change notification settings - Fork 88
Home
Sachin Pikle edited this page Mar 8, 2018
·
9 revisions
- Change this tutorial (http://fnproject.io/tutorials/Introduction/) to use
fn init --runtime go
(In progress ... https://github.com/fnproject/tutorials/pull/41) - Make a version of that tutorial in every language we support - go, python, node, Java, ruby and Docker
- Ideally we could use the same tutorial with a language selector but that might be too much to ask
- Document inconsistencies in experience i.e. if an
fn init
doesn’t give us the right set of files, raise that as an issue and document. Right now it’s inconsistent across the board. And we need this fixed over the next few weeks. - We need to make sure no breaking changes are introduced, so having a CI pipeline to test each tutorial would be a big win. Need a way for each tutorials workflow to be tested in CI across multiple different platforms on multiple platforms
- Move them to kata coda
- Move samples from fn/examples to tutorials
- Prometheus config yaml file and graphana dashboard json files are stored under "examples". These are not examples, they should be take out of examples and placed under fn/metrics (or monitoring or something else that is not examples)