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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to boostercloud/booster

Open-source alternatives to Booster

30 open-source projects similar to boostercloud/booster, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Booster alternative.

  • firecracker-microvm/firecrackerAvatar von firecracker-microvm

    firecracker-microvm/firecracker

    34,954Auf GitHub ansehen↗

    Firecracker is a virtual machine monitor that leverages hardware-assisted virtualization to create and manage isolated execution environments. It functions as a lightweight runtime designed to launch virtual machines with minimal memory overhead and near-instantaneous startup times, providing the security of traditional hardware virtualization with the efficiency of containerized workloads. The project distinguishes itself through a security-focused architecture that enforces strict process boundaries using system-level barriers and restricted user privileges. It minimizes the attack surface

    Rustcontainersminimalistopen-source
    Auf GitHub ansehen↗34,954
  • zkavtaskin/domain-driven-design-exampleAvatar von zkavtaskin

    zkavtaskin/Domain-Driven-Design-Example

    1,880Auf GitHub ansehen↗

    Domain-Driven-Design-Example is a C# sample project and reference pattern that demonstrates how to structure business logic and domain models using domain-driven design principles. It implements enterprise application architecture patterns by isolating core business rules and domain entities from technical infrastructure concerns through bounded contexts. The codebase implements core domain concepts using immutable value objects defined entirely by their attributes, alongside entities and application services. It coordinates external requests, transaction boundaries, and domain model interact

    C#csharpdddddd-architecture
    Auf GitHub ansehen↗1,880
  • stemmlerjs/ddd-forumAvatar von stemmlerjs

    stemmlerjs/ddd-forum

    2,088Auf GitHub ansehen↗

    This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for implementing domain-driven design and clean architecture patterns. It provides a structured environment for community discussion, enabling users to register, authenticate, and engage in moderated conversations across organized topic categories. The platform distinguishes itself by strictly separating core business logic from infrastructure concerns. By utilizing a layered hexagonal architecture and the repository pattern, the codebase isolates business rules from external frameworks a

    TypeScriptdddhackernewstypescript
    Auf GitHub ansehen↗2,088

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • vaughnvernon/iddd_samplesAvatar von VaughnVernon

    VaughnVernon/IDDD_Samples

    3,938Auf GitHub ansehen↗

    This project is a reference implementation of domain-driven design patterns and a sample of command query responsibility segregation. It provides a collection of event-driven microservices that demonstrate the practical application of architectural principles for structuring complex software systems. The implementation separates read and write models through an event journal and organizes services into bounded contexts to maintain clear functional boundaries. It coordinates business logic by dispatching and consuming domain events to synchronize different modules. The project covers a range

    Java
    Auf GitHub ansehen↗3,938
  • cheese10yun/spring-jpa-best-practicesAvatar von cheese10yun

    cheese10yun/spring-jpa-best-practices

    1,173Auf GitHub ansehen↗

    This project serves as a comprehensive guide and collection of architectural patterns for implementing domain-driven design within Java enterprise applications. It focuses on structuring persistence layers to ensure data integrity, maintainability, and clear domain boundaries when working with object-relational mapping. The repository distinguishes itself by demonstrating how to encapsulate business logic and state transitions directly within entities, moving away from simple data containers toward rich domain models. It provides practical examples for managing complex entity relationships, i

    Javabest-practicesdata-jpajpa
    Auf GitHub ansehen↗1,173
  • jbuget/nodejs-clean-architecture-appAvatar von jbuget

    jbuget/nodejs-clean-architecture-app

    1,540Auf GitHub ansehen↗

    This project provides a structured boilerplate for building Node.js REST APIs, implementing clean architecture principles to isolate business logic from external frameworks and data sources. It serves as a template for organizing complex backend services by enforcing a strict separation of concerns between domain entities, infrastructure, and interface layers. The architecture distinguishes itself through a modular, plugin-based server design built on the Hapi.js framework. It utilizes a dependency injection container to decouple business logic from concrete implementations, ensuring that ser

    JavaScript
    Auf GitHub ansehen↗1,540
  • aiven-open/mcp-aivenAvatar von Aiven-Open

    Aiven-Open/mcp-aiven

    24Auf GitHub ansehen↗

    Model Context Protocol server for Aiven

    TypeScript
    Auf GitHub ansehen↗24
  • ahmedtariq01/cloud-devops-learning-resourcesAvatar von ahmedtariq01

    ahmedtariq01/Cloud-DevOps-Learning-Resources

    1,947Auf GitHub ansehen↗

    This repo includes Books and imp notes related to GCP, Azure, AWS, Docker, K8s, and DevOps. More, exam and interview prep notes.

    ansibleawsazure
    Auf GitHub ansehen↗1,947
  • activepieces/activepiecesAvatar von activepieces

    activepieces/activepieces

    20,887Auf GitHub ansehen↗

    Activepieces is an open-source, self-hosted workflow automation platform designed to connect third-party applications through modular triggers and actions. It provides a low-code integration framework that allows users to build, manage, and execute complex business logic sequences within isolated, sandboxed environments. The platform distinguishes itself through its focus on embeddability and enterprise-grade security. It features an embedded automation builder that can be integrated into external applications via iframes, supported by comprehensive identity and access management tools such a

    TypeScriptai-agentai-agent-toolsai-agents
    Auf GitHub ansehen↗20,887
  • andreschaffer/event-sourcing-cqrs-examplesAvatar von andreschaffer

    andreschaffer/event-sourcing-cqrs-examples

    596Auf GitHub ansehen↗

    Event Sourcing and CQRS in practice.

    Java
    Auf GitHub ansehen↗596
  • ansible/ansibleAvatar von ansible

    ansible/ansible

    68,968Auf GitHub ansehen↗

    Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It functions as a cross-platform orchestration tool that coordinates system updates, software installations, and service configurations from a centralized management workstation. By utilizing a declarative approach, it allows users to define desired system states through human-readable configuration files, ensuring consistency across distributed environments. The platform operates by establishing secure shell connections to target nodes, eliminating the need for persistent agent sof

    Pythonansiblepython
    Auf GitHub ansehen↗68,968
  • apache/airflowAvatar von apache

    apache/airflow

    45,902Auf GitHub ansehen↗

    Airflow is a platform for programmatically authoring, scheduling, and monitoring complex data pipelines. It functions as a workflow automation engine that manages the lifecycle of recurring business processes by executing code-defined task dependencies. By representing workflows as directed acyclic graphs, the system ensures that task execution order and data flow are explicitly defined and reliably maintained across distributed computing environments. The platform distinguishes itself through a highly modular, provider-based architecture that decouples core orchestration logic from external

    Pythonairflowapacheapache-airflow
    Auf GitHub ansehen↗45,902
  • appwrite/appwriteAvatar von appwrite

    appwrite/appwrite

    56,318Auf GitHub ansehen↗

    Appwrite is a backend-as-a-service platform that provides a unified development environment for building full-stack applications. It integrates essential infrastructure components—including authentication, databases, storage, and serverless functions—into a single, centralized interface to simplify application development and resource management. The platform distinguishes itself through a container-based microservices architecture that ensures consistent execution across diverse infrastructure. It features a versatile connectivity layer that links frontend applications with third-party servi

    TypeScriptandroidappwritebackend
    Auf GitHub ansehen↗56,318
  • artemmkin/infrastructure-as-code-tutorialAvatar von Artemmkin

    Artemmkin/infrastructure-as-code-tutorial

    2,306Auf GitHub ansehen↗

    This project serves as an educational resource for mastering automated infrastructure provisioning, configuration management, and container orchestration. It provides structured learning paths and hands-on exercises designed to teach the principles of defining and managing server environments through version-controlled configuration files. The repository distinguishes itself by offering specific, practical tutorials for industry-standard automation tools. It covers the deployment of cloud resources through declarative configuration files, the automation of server setup and software maintenanc

    ansibledockerdocker-compose
    Auf GitHub ansehen↗2,306
  • andras-nemes/dddskeletonnetAvatar von andras-nemes

    andras-nemes/DDDSkeletonNet

    181Auf GitHub ansehen↗

    This is a .NET skeleton project to introduce the concepts of Domain Driven Design and loosely coupled layers. You can use this solution as a starting point to build loosely coupled and composable applications where the Domain is at the heart of the project.

    C#
    Auf GitHub ansehen↗181
  • ahmedamsaleh/free-devops-books-1A

    ahmedamsaleh/Free-DevOps-Books-1

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • aws/chaliceAvatar von aws

    aws/chalice

    11,062Auf GitHub ansehen↗

    Chalice is a framework for building and deploying serverless applications and REST APIs on AWS Lambda using Python. It functions as an infrastructure-as-code generator, mapping application logic and routing definitions directly to cloud compute resources while automating the provisioning and management of the underlying environment. The framework distinguishes itself by analyzing source code to automatically construct the minimum necessary security permissions, ensuring least-privilege access for all deployed functions. It supports modular development through blueprint-based organization and

    Pythonawsaws-apigatewayaws-lambda
    Auf GitHub ansehen↗11,062
  • asc-lab/java-cqrs-introAvatar von asc-lab

    asc-lab/java-cqrs-intro

    215Auf GitHub ansehen↗

    Examples of implementation CQRS with Event Sourcing - evolutionary approach

    Java
    Auf GitHub ansehen↗215
  • baidu/easyfaasB

    baidu/EasyFaaS

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • binhnguyennus/awesome-scalabilityAvatar von binhnguyennus

    binhnguyennus/awesome-scalability

    71,779Auf GitHub ansehen↗

    This project is a curated knowledge repository that aggregates high-quality resources, technical documentation, and expert insights focused on distributed systems engineering. It serves as a community-driven learning resource designed to help developers navigate the complexities of building and maintaining large-scale software applications. The repository distinguishes itself through a hierarchical taxonomy that organizes vast amounts of technical information into a structured, searchable format. By utilizing markdown-based content curation and static indexing, the collection remains version-

    architectureawesomeawesome-list
    Auf GitHub ansehen↗71,779
  • bitloops/ddd-hexagonal-cqrs-es-edaAvatar von bitloops

    bitloops/ddd-hexagonal-cqrs-es-eda

    1,423Auf GitHub ansehen↗

    Complete working example of using Domain Driven Design (DDD), Hexagonal Architecture, CQRS, Event Sourcing (ES), Event Driven Architecture (EDA), Behaviour Driven Development (BDD) using TypeScript and NestJS. Like what you see? Don't forget to star! ⭐ ^^^

    TypeScript
    Auf GitHub ansehen↗1,423
  • borgbackup/borgAvatar von borgbackup

    borgbackup/borg

    12,986Auf GitHub ansehen↗

    Borg is a command-line backup utility designed for deduplicated data archiving and secure storage. It functions by identifying unique file chunks and applying compression to minimize the total storage footprint across multiple backup versions. The software distinguishes itself through the use of authenticated encryption, which ensures that all stored data remains confidential and protected against unauthorized tampering. It also provides a virtual filesystem interface, allowing users to mount archives as local directories to browse and access individual files without performing a full restora

    Pythonbackupborgbackupcompression
    Auf GitHub ansehen↗12,986
  • boto/boto3Avatar von boto

    boto/boto3

    9,834Auf GitHub ansehen↗

    Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain

    Pythonawsaws-sdkcloud
    Auf GitHub ansehen↗9,834
  • bottegait/ddd-leaven-v2Avatar von BottegaIT

    BottegaIT/ddd-leaven-v2

    879Auf GitHub ansehen↗

    DDD-CqRS sample v2.0 project that helps you with starting out advanced domain modeling using Spring, JPA and testing

    Java
    Auf GitHub ansehen↗879
  • bregman-arie/devops-exercisesAvatar von bregman-arie

    bregman-arie/devops-exercises

    82,879Auf GitHub ansehen↗

    This project is a comprehensive educational curriculum designed to build proficiency across modern infrastructure, cloud-native technologies, and systems administration. It functions as a reference library and interview preparation resource, offering a structured collection of conceptual questions, practical coding challenges, and hands-on scenarios that cover the full spectrum of software delivery and operational workflows. The repository distinguishes itself through a modular, domain-specific structure that links instructional problem statements with verified implementation examples. By emp

    Pythonansibleawsazure
    Auf GitHub ansehen↗82,879
  • causefx/organizrAvatar von causefx

    causefx/Organizr

    5,693Auf GitHub ansehen↗

    Organizr is a self-hosted service dashboard that aggregates links to all of your self-hosted applications into a single landing page for quick access. It functions as a unified tab manager, loading multiple services as individual tabs within one webpage to consolidate browser tabs and reduce clutter. The project provides role-based access control, restricting dashboard visibility and service links based on user authentication and permissions. It includes an external authentication gateway that validates credentials through Plex, Emby, LDAP, or sFTP, and a user management backend for creating,

    PHPbookmarkchatcouchpotato
    Auf GitHub ansehen↗5,693
  • cesarcastrocuba/nlayerappv3Avatar von cesarcastrocuba

    cesarcastrocuba/nlayerappv3

    155Auf GitHub ansehen↗

    Domain Driven Design (DDD) N-LayeredArchitecture with .Net Core 2

    C#architectural-patternsasp-net-coreddd
    Auf GitHub ansehen↗155
  • andorp/order-takingAvatar von andorp

    andorp/order-taking

    144Auf GitHub ansehen↗

    Idris version of Domain Modeling Made Functional Book.

    Idris
    Auf GitHub ansehen↗144
  • chef/chefAvatar von chef

    chef/chef

    8,199Auf GitHub ansehen↗

    Chef is a configuration management platform and infrastructure as code framework used to automate the deployment and maintenance of infrastructure state across a fleet of servers. It operates as an idempotent automation engine, ensuring systems converge to a desired state by applying only the necessary changes to resolve differences. The system functions as a multi-platform server orchestrator capable of managing infrastructure across different operating systems, cloud providers, and hardware architectures. It includes a dedicated infrastructure testing framework to verify configuration code

    Rubyautomationcfgmgtchef
    Auf GitHub ansehen↗8,199
  • asc-lab/dotnet-cqrs-introAvatar von asc-lab

    asc-lab/dotnet-cqrs-intro

    138Auf GitHub ansehen↗

    Examples of implementation CQRS with Event Sourcing - evolutionary approach

    C#
    Auf GitHub ansehen↗138