Giter Club home page Giter Club logo

quanttide-handbook-of-cloud-computing's Introduction

量潮云计算手册

量潮及其合作伙伴的云计算工程规范和最佳实践。

备注

  • 本手册暂时假设函数计算的语言是量潮的主要编程语言Python。未来会以Python为主制定面向各个语言或语言无关的规范。
  • 本手册暂时假设函数计算的运行平台为腾讯云云函数。未来会逐步规范国内外主流函数计算平台。

许可协议

Apache 2.0

贡献者

  • 量潮科技

quanttide-handbook-of-cloud-computing's People

Contributors

guo-zhang avatar

Watchers

 avatar

quanttide-handbook-of-cloud-computing's Issues

即时通讯

Amazon Chime

提供了完整的通讯工具,可以用来作为协作云和客户支持云的技术底座。

本手册定位

记录开发经验的手册,只不过定位需要微调。

Serverless改为函数计算,遵循云计算标准对概念的定义。

仓库名称一般用Serverless结尾,感觉也可以不用了,可以考虑用faas结尾。我们对Serverless计划采取广义的概念,因此fc或者faas更贴切,后者不容易混淆,因此用这个。

准确定义Serverless和函数计算(FaaS,Function as a service或者Function Computing,FC的缩写一般不用以减少歧义)的概念及英文表述。

函数计算-Python包依赖管理方案

  1. 使用poetry的分组功能,根据云函数依赖进行分组,包括公共、函数特定、开发依赖(测试、文档)等。
  2. 使用poetry export导出多个不同的requirements.txt到每个函数的目录下。
  3. 在每个函数目录下运行pip install -r requirements.txt -t .

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.