awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesResource-Based Architectures

Architectural patterns that treat digital assets as programmable resources to facilitate intent-based interactions in distributed systems.

Distinguishing note: Focuses on the architectural paradigm of resource-based state management rather than general-purpose application frameworks.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Resource-Based Architectures. Refine with filters or upvote what's useful.

Awesome Resource-Based Architectures GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • anoma/anomaAvatar anoma

    anoma/anoma

    33,787Vezi pe GitHub↗

    Anoma is a distributed operating system designed to abstract the complexities of blockchain networks into a unified interface for cross-chain coordination. At its core, the platform utilizes a resource-based state machine and an intent-centric execution model, where user-defined goals are processed and settled by decentralized solvers rather than through direct, manual execution. This architecture enables the creation of applications that operate across heterogeneous distributed networks while maintaining a consistent developer and user experience. The platform distinguishes itself through a

    A state management architecture that treats digital assets as programmable resources to enable complex, intent-based interactions across distributed systems.

    Elixirblockchainconsensuscryptography
    Vezi pe GitHub↗33,787
  • crossplane/crossplaneAvatar crossplane

    crossplane/crossplane

    11,791Vezi pe GitHub↗

    Crossplane is a Kubernetes-based control plane framework that functions as a cloud resource orchestrator and infrastructure-as-code platform. It enables the management of heterogeneous infrastructure by extending the Kubernetes API to provision and maintain external cloud services through declarative configuration. By utilizing custom resource controllers, it continuously reconciles the state of external infrastructure with defined desired states, ensuring consistent deployment and lifecycle management across multiple cloud providers. The platform distinguishes itself through its composition-

    Provides a composition-based architecture to aggregate multiple managed resources into unified, abstract infrastructure APIs.

    Gocloud-computingcloud-managementcloud-native
    Vezi pe GitHub↗11,791
  • shwenzhang/andresguardAvatar shwenzhang

    shwenzhang/AndResGuard

    8,641Vezi pe GitHub↗

    AndResGuard is a utility for Android asset optimization, resource shrinking, and resource obfuscation. Its primary purpose is to minimize the final application package footprint by compressing resource files, removing unnecessary data, and optimizing the resource table. The project focuses on preventing reverse engineering by renaming resource types and file names to short, randomized identifiers. It includes mechanisms to preserve specific assets through the use of whitelists and wildcard-driven exclusion patterns, ensuring compatibility with dynamic lookup requirements. Additional capabili

    Prevents the renaming of specific assets by matching resource identifiers against a predefined list of patterns.

    Java
    Vezi pe GitHub↗8,641
  • hiram-wong/zyplayerAvatar Hiram-Wong

    Hiram-Wong/ZyPlayer

    8,588Vezi pe GitHub↗

    ZyPlayer este un player de streaming video și manager media cross-platform conceput pentru a reda conținut video și live din mai multe surse printr-o interfață unificată. Funcționează ca un sistem de organizare bazat pe resurse pentru gestionarea playlist-urilor video și a endpoint-urilor de stream pe diferite sisteme de operare. Aplicația utilizează un motor de redare multi-stream care coordonează mai multe stream-uri media concurente pentru a asigura livrarea fluidă a conținutului video. Include un strat de interfață multi-limbaj care mapează identificatorii de localizare către șiruri de text traduse pentru a oferi suport pentru internaționalizare. Sistemul oferă gestionarea resurselor media pentru a organiza colecții de stream-uri video și playlist-uri. Include, de asemenea, un comutator global de vizibilitate a stării pentru a ascunde rapid interfața aplicației din vedere.

    Organizes video streams and playlists through a structured data system mapping resource identifiers to playback endpoints.

    TypeScript
    Vezi pe GitHub↗8,588
  • dialogic-godot/dialogicAvatar dialogic-godot

    dialogic-godot/dialogic

    5,259Vezi pe GitHub↗

    Dialogic is a dialogue editor and runtime system for the Godot engine that provides a complete framework for creating branching conversations with characters, animations, and state management. At its core, it functions as a branching narrative editor with visual and text-based timeline authoring, a character animation manager that handles portraits and scene positioning, a localization tool that exports timelines to CSV for translation, and an interactive framework that manages player choices, text reveals, voice lines, and dynamic text effects within conversations. What distinguishes this sy

    Ships a node-based event resource system where each dialogue event is a separate resource object with its own properties.

    GDScriptaddondialogicdialogue
    Vezi pe GitHub↗5,259
  • kubernetes-sigs/kroAvatar kubernetes-sigs

    kubernetes-sigs/kro

    2,928Vezi pe GitHub↗

    kro is a Kubernetes resource orchestrator and API abstraction layer that enables the definition of simplified custom API surfaces. It allows users to map high-level inputs to complex templates of underlying Kubernetes objects, effectively grouping interdependent resources into single, manageable units. The project differentiates itself by automating the generation of custom resource definitions and dedicated controllers from resource graph specifications without requiring manual Go code. It employs a dependency manager that uses directed acyclic graphs to coordinate the creation, readiness, a

    Bundles multiple Kubernetes resources into reusable templates to ensure consistent delivery across environments.

    Gok8s-sig-cloud-provider
    Vezi pe GitHub↗2,928
  1. Home
  2. Software Engineering & Architecture
  3. Resource-Based Architectures

Explorează sub-etichetele

  • Dialogue Event ResourcesStores dialogue events as separate resource objects with properties, executed sequentially by a runtime engine. **Distinct from Resource-Based Architectures:** Distinct from Resource-Based Architectures: focuses on event-specific resources for dialogue, not general resource-based state management in distributed systems.
  • Infrastructure CompositionDefines complex infrastructure stacks by grouping multiple managed resources into unified, abstract units. **Distinct from Resource-Based Architectures:** Distinct from Resource-Based Architectures: focuses on the specific templating and grouping of infrastructure resources rather than the general architectural paradigm.
  • Media Resource MappingsSystems that organize media assets by mapping unique identifiers to specific playback endpoints. **Distinct from Resource-Based Architectures:** Specific to mapping media identifiers to stream endpoints rather than general distributed system resources
  • Resource Preservation WhitelistsLists of resource identifiers that are exempt from obfuscation and renaming processes. **Distinct from Resource-Based Architectures:** Distinct from Resource-Based Architectures by being a configuration mechanism for preservation rather than a system design pattern.