2017年10月4日

fn project Message Queues 配置

摘要: Message Queues A message queue is used to coordinate asynchronous function calls that run through Fn. We currently support the following message queue 阅读全文

posted @ 2017-10-04 22:56 荣锋亮 阅读(258) 评论(0) 推荐(0) 编辑

fn project 数据库配置

摘要: Databases We currently support the following databases and they are passed in via the DB_URL environment variable. For example: docker run -e "DB_URL= 阅读全文

posted @ 2017-10-04 22:54 荣锋亮 阅读(350) 评论(0) 推荐(0) 编辑

fn project 运行时配置选项

摘要: Env VariablesDescriptionDefault values DB_URL The database URL to use in URL format. SeeDatabases for more information. sqlite3:///app/data/fn.db MQ_U 阅读全文

posted @ 2017-10-04 22:34 荣锋亮 阅读(263) 评论(0) 推荐(0) 编辑

fn project 试用之后的几个问题

摘要: 今天试用fnproject 之后自己有些思考,后面继续解决 1. 目前测试是强依赖 dockerhub 的,实际可能不是很方便 2. 如何与k8s 、mesos、docker swarm 集成 3. security 如何做 4. 现有基础设施改造 5. 监控、服务追踪、日志的处理 6. 持续集成如 阅读全文

posted @ 2017-10-04 21:43 荣锋亮 阅读(219) 评论(0) 推荐(0) 编辑

fn project faas 框架试用

摘要: 1. 预备环境 2. 安装 curl -LSs https://raw.githubusercontent.com/fnproject/cli/master/install | sh 3. 简单例子 a. 启动服务 fn start b. go 项目例子 func.go package main i 阅读全文

posted @ 2017-10-04 21:12 荣锋亮 阅读(928) 评论(0) 推荐(0) 编辑

oracle fn project 开源faas 框架

摘要: 1. 介绍 Fn is an event-driven, open source, functions-as-a-service compute platform that you can run anywhere. Some of it's key features: Write once Any 阅读全文

posted @ 2017-10-04 20:37 荣锋亮 阅读(441) 评论(0) 推荐(0) 编辑

导航