awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesAPI Container Packaging

Bundling web frameworks and their dependencies into container images for deployment.

Distinct from Infrastructure API Packaging: The candidates focused on infrastructure-specific packaging or hosting rather than general application containerization.

Explore 3 awesome GitHub repositories matching devops & infrastructure · API Container Packaging. Refine with filters or upvote what's useful.

Awesome API Container Packaging GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • timothycrosley/hugtimothycrosley 的头像

    timothycrosley/hug

    6,883在 GitHub 上查看↗

    Hug is a type-driven Python web framework designed for building APIs. It uses Python type annotations to automatically validate and convert incoming request data and to format outgoing responses. The framework functions as an automated documentation tool by extracting function signatures and markers from source code to generate accessible API specifications. It also supports non-blocking coroutines for asynchronous API processing to handle background tasks without interrupting the main request cycle. The project provides capabilities for REST API development, including route mapping, endpoin

    Enables bundling the web server and dependencies into portable images for consistent environment deployment.

    Python
    在 GitHub 上查看↗6,883
  • fnproject/fnfnproject 的头像

    fnproject/fn

    5,939在 GitHub 上查看↗

    The container native, cloud agnostic serverless platform.

    Packages each function as a Docker container, ensuring consistent runtime environments across any infrastructure.

    Gocontainersdockerfaas
    在 GitHub 上查看↗5,939
  • lambci/docker-lambdalambci 的头像

    lambci/docker-lambda

    5,786在 GitHub 上查看↗

    docker-lambda 是一个基于 Docker 的无服务器模拟器和本地仿真器,旨在复制 AWS Lambda 运行时环境。它提供了一个系统,用于在本地执行无服务器函数,并通过容器化镜像镜像云执行环境。 该项目包含一个本地 API 服务器,允许通过 HTTP 调用函数,从而在测试期间消除冷启动。它具有一个构建工具,用于编译原生依赖项并使用专用系统镜像将函数代码打包到部署归档中。 该环境支持通过挂载本地目录来镜像共享依赖层,并利用文件系统监视来实现函数代码的热重载。它还提供了一种通过标准输入传递大型事件负载的机制,以绕过命令行长度限制。

    Provides a utility to compile native dependencies and package functions into deployment archives.

    C#
    在 GitHub 上查看↗5,786
  1. Home
  2. DevOps & Infrastructure
  3. API Container Packaging

探索子标签

  • Function Packaging1 个子标签Packaging serverless functions as Docker containers for consistent runtime environments across any infrastructure. **Distinct from API Container Packaging:** Distinct from API Container Packaging: focuses on packaging individual functions as containers, not entire web frameworks.