awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
fission avatar

fission/fission

0
View on GitHub↗
8,863 stars·787 forks·Go·Apache-2.0·49 viewsfission.io↗

Fission

Fission is a function-as-a-service platform and serverless framework for Kubernetes. It manages the lifecycle and execution of code snippets as serverless functions, providing an orchestrator that triggers these functions based on HTTP requests, message queues, or scheduled events.

The platform features a cold-start optimized runtime that utilizes warm container pools and dynamic loaders to achieve millisecond execution. It includes a native autoscaler to adjust the number of function instances based on real-time traffic demand and supports canary release testing to split incoming traffic between different function versions.

The system covers event-driven orchestration, automatic workload scaling, and runtime environment management. It also provides capabilities for monitoring system performance and provisioning local development clusters.

Features

  • Function-as-a-Service Platforms - Provides a complete function-as-a-service platform for managing the execution and lifecycle of code snippets on Kubernetes.
  • Serverless Function Management - Provides a complete platform for deploying and managing the lifecycle of serverless functions on Kubernetes.
  • Custom Container Images - Uses custom container images to isolate language runtimes and dependencies from the serverless function logic.
  • Workload Scheduling and Scaling - Manages the automatic scaling and scheduling of containerized serverless workloads based on demand.
  • Event-Driven Orchestration - Acts as an orchestrator that maps external cloud event sources to the execution of specific serverless functions.
  • Event Triggers - Routes external signals from HTTP requests and message queues to trigger specific function executions.
  • Dynamic Code Loaders - Injects function code into running containers at runtime to eliminate the overhead of container restarts.
  • Function Warm-up Utilities - Maintains a pool of pre-initialized warm containers to eliminate cold-start latency for serverless functions.
  • Horizontal Scaling Engines - Provides a native autoscaling engine that adjusts function instance counts based on real-time traffic demand.
  • Runtime Environment Configuration - Provides pre-configured runtime environments via container images to ensure consistent language support for functions.
  • Kubernetes-Native Deployments - Provides a serverless framework that abstracts the underlying container infrastructure to run functions on Kubernetes.
  • Serverless Runtimes - Provides a specialized runtime environment designed to execute short-lived, event-driven code snippets with high performance.
  • Warmup Latency Minimization - Minimizes cold start latency by maintaining a pool of warm containers with dynamic loaders.
  • Event-Driven Architectures - Implements an architecture that triggers serverless functions based on external signals like HTTP requests and message queues.
  • Scalable Server Functions - Automatically scales the number of running function instances in real-time based on traffic demand.
  • Serverless Frameworks - Offers a framework that abstracts Kubernetes infrastructure to run and scale event-driven functions.
  • Canary Deployment Controllers - Implements a traffic controller to split incoming requests between different function versions for safe canary testing.
  • Release Stability Verification - Validates the stability of new function releases by splitting traffic to a subset of instances.
  • Traffic Routing - Routs a percentage of incoming traffic to new function versions to validate releases via canary testing.
  • Metric and Performance Monitors - Collects and visualizes performance metrics to track the health and resource usage of the serverless deployment.
  • Serverless Runtime Optimizations - Utilizes warm container pools and dynamic loaders to minimize cold start latency for serverless functions.
  • Serverless Platforms - Fast serverless functions for Kubernetes.
  • Application Frameworks - Serverless functions framework for Kubernetes.

Star history

Star history chart for fission/fissionStar history chart for fission/fission

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does fission/fission do?

Fission is a function-as-a-service platform and serverless framework for Kubernetes. It manages the lifecycle and execution of code snippets as serverless functions, providing an orchestrator that triggers these functions based on HTTP requests, message queues, or scheduled events.

What are the main features of fission/fission?

The main features of fission/fission are: Function-as-a-Service Platforms, Serverless Function Management, Custom Container Images, Workload Scheduling and Scaling, Event-Driven Orchestration, Event Triggers, Dynamic Code Loaders, Function Warm-up Utilities.

Which projects share features with fission/fission?

Projects with overlapping indexed features include: inngest/inngest — Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background… openfaas/faas — OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing… spacecloud-io/space-cloud — Space Cloud is a self-hosted, cloud-native backend-as-a-service suite. It functions as a Kubernetes-based serverless… apache/openwhisk — OpenWhisk is a serverless cloud platform designed for deploying and executing stateless functions in response to API… firebase/functions-samples — This repository provides a comprehensive library of code examples for implementing event-driven, serverless backend… serverless/serverless — The Serverless Framework is a declarative infrastructure-as-code tool designed to automate the deployment, scaling,…

Projects sharing features with Fission

These projects share indexed features with Fission. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • inngest/inngestinngest avatar

    inngest/inngest

    5,499View on GitHub↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Go
    View on GitHub↗5,499
  • openfaas/faasopenfaas avatar

    openfaas/faas

    26,092View on GitHub↗

    OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing event-driven code. It functions as an abstraction layer over container orchestrators, allowing developers to package code into scalable functions that run across Kubernetes clusters or edge computing environments. The platform distinguishes itself through a developer-centric runtime that utilizes standardized language templates and automated build pipelines to simplify the creation of container images. It features a central API gateway that manages request routing, authentication,

    Godockerfaasfunctions
    View on GitHub↗26,092
  • spacecloud-io/space-cloudspacecloud-io avatar

    spacecloud-io/space-cloud

    3,993View on GitHub↗

    Space Cloud is a self-hosted, cloud-native backend-as-a-service suite. It functions as a Kubernetes-based serverless platform that provides a GraphQL and REST API gateway, a database API generator, and an event-driven orchestrator. The platform transforms SQL and NoSQL database schemas into secure endpoints, eliminating the need for manual backend development. It distinguishes itself by allowing remote data joins, which combine records from internal databases and external HTTP microservices within a single query. The system covers a broad range of capabilities, including rule-based access co

    Gobaasdatabaseevent-driven
    View on GitHub↗3,993
  • apache/openwhiskapache avatar

    apache/openwhisk

    6,779View on GitHub↗

    OpenWhisk is a serverless cloud platform designed for deploying and executing stateless functions in response to API calls or events. It serves as a complete serverless stack, providing an API gateway for functions, a function-as-a-service runtime manager, and an event-driven workflow engine. The platform distinguishes itself through a polyglot execution model that supports multiple language runtimes and allows for the creation of custom runtimes using Docker containers. It enables complex logic through function orchestration and composition, allowing multiple functions to be chained into seq

    Scala
    View on GitHub↗6,779
Compare all 30 related projects→