awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 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/firecrackerfirecracker-microvm avatar

    firecracker-microvm/firecracker

    34,954View on GitHub↗

    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
    View on GitHub↗34,954
  • cheese10yun/spring-jpa-best-practicescheese10yun avatar

    cheese10yun/spring-jpa-best-practices

    1,173View on GitHub↗

    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
    View on GitHub↗1,173
  • vaughnvernon/iddd_samplesVaughnVernon avatar

    VaughnVernon/IDDD_Samples

    3,938View on GitHub↗

    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
    View on GitHub↗3,938

AI search

Explore more awesome repositories

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

Find more with AI search
  • stemmlerjs/ddd-forumstemmlerjs avatar

    stemmlerjs/ddd-forum

    2,088View on GitHub↗

    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
    View on GitHub↗2,088
  • jbuget/nodejs-clean-architecture-appjbuget avatar

    jbuget/nodejs-clean-architecture-app

    1,540View on GitHub↗

    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
    View on GitHub↗1,540
  • aiven-open/mcp-aivenAiven-Open avatar

    Aiven-Open/mcp-aiven

    24View on GitHub↗

    Model Context Protocol server for Aiven

    TypeScript
    View on GitHub↗24
  • ahmedtariq01/cloud-devops-learning-resourcesahmedtariq01 avatar

    ahmedtariq01/Cloud-DevOps-Learning-Resources

    1,947View on GitHub↗

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

    ansibleawsazure
    View on GitHub↗1,947
  • activepieces/activepiecesactivepieces avatar

    activepieces/activepieces

    20,887View on GitHub↗

    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
    View on GitHub↗20,887
  • andreschaffer/event-sourcing-cqrs-examplesandreschaffer avatar

    andreschaffer/event-sourcing-cqrs-examples

    596View on GitHub↗

    Event Sourcing and CQRS in practice.

    Java
    View on GitHub↗596
  • andras-nemes/dddskeletonnetandras-nemes avatar

    andras-nemes/DDDSkeletonNet

    181View on GitHub↗

    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#
    View on GitHub↗181
  • ansible/ansibleansible avatar

    ansible/ansible

    68,968View on GitHub↗

    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
    View on GitHub↗68,968
  • apache/airflowapache avatar

    apache/airflow

    45,902View on GitHub↗

    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
    View on GitHub↗45,902
  • appwrite/appwriteappwrite avatar

    appwrite/appwrite

    56,318View on GitHub↗

    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
    View on GitHub↗56,318
  • artemmkin/infrastructure-as-code-tutorialArtemmkin avatar

    Artemmkin/infrastructure-as-code-tutorial

    2,306View on GitHub↗

    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
    View on GitHub↗2,306
  • ahmedamsaleh/free-devops-books-1A

    ahmedamsaleh/Free-DevOps-Books-1

    0View on GitHub↗
    View on GitHub↗0
  • aws/chaliceaws avatar

    aws/chalice

    11,062View on GitHub↗

    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
    View on GitHub↗11,062
  • asc-lab/java-cqrs-introasc-lab avatar

    asc-lab/java-cqrs-intro

    215View on GitHub↗

    Examples of implementation CQRS with Event Sourcing - evolutionary approach

    Java
    View on GitHub↗215
  • andorp/order-takingandorp avatar

    andorp/order-taking

    144View on GitHub↗

    Idris version of Domain Modeling Made Functional Book.

    Idris
    View on GitHub↗144
  • baidu/easyfaasB

    baidu/EasyFaaS

    0View on GitHub↗
    View on GitHub↗0
  • binhnguyennus/awesome-scalabilitybinhnguyennus avatar

    binhnguyennus/awesome-scalability

    71,779View on GitHub↗

    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
    View on GitHub↗71,779
  • bitloops/ddd-hexagonal-cqrs-es-edabitloops avatar

    bitloops/ddd-hexagonal-cqrs-es-eda

    1,423View on GitHub↗

    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
    View on GitHub↗1,423
  • borgbackup/borgborgbackup avatar

    borgbackup/borg

    12,986View on GitHub↗

    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
    View on GitHub↗12,986
  • boto/boto3boto avatar

    boto/boto3

    9,834View on GitHub↗

    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
    View on GitHub↗9,834
  • bottegait/ddd-leaven-v2BottegaIT avatar

    BottegaIT/ddd-leaven-v2

    879View on GitHub↗

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

    Java
    View on GitHub↗879
  • bregman-arie/devops-exercisesbregman-arie avatar

    bregman-arie/devops-exercises

    82,879View on GitHub↗

    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
    View on GitHub↗82,879
  • causefx/organizrcausefx avatar

    causefx/Organizr

    5,693View on GitHub↗

    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
    View on GitHub↗5,693
  • cesarcastrocuba/nlayerappv3cesarcastrocuba avatar

    cesarcastrocuba/nlayerappv3

    155View on GitHub↗

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

    C#architectural-patternsasp-net-coreddd
    View on GitHub↗155
  • asc-lab/dotnet-cqrs-introasc-lab avatar

    asc-lab/dotnet-cqrs-intro

    138View on GitHub↗

    Examples of implementation CQRS with Event Sourcing - evolutionary approach

    C#
    View on GitHub↗138
  • chef/chefchef avatar

    chef/chef

    8,199View on GitHub↗

    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
    View on GitHub↗8,199
  • asc-lab/better-code-with-dddasc-lab avatar

    asc-lab/better-code-with-ddd

    320View on GitHub↗

    This repository contains code that accompanies presentation ASC LAB team gave at meetup about “Creating better code with Domain Driven Design”.

    C#
    View on GitHub↗320