19 repository-uri
Service managers for coordinating distributed ledger operations and peer-to-peer networking.
Distinguishing note: Focuses on distributed ledger node lifecycle rather than general container orchestration.
Explore 19 awesome GitHub repositories matching devops & infrastructure · Node Orchestrators. Refine with filters or upvote what's useful.
Geth is a comprehensive execution client for the Ethereum network, serving as a foundational node implementation that processes transactions, maintains the distributed ledger state, and participates in peer-to-peer consensus. It provides a robust infrastructure for synchronizing, validating, and serving blockchain data, utilizing a persistent Merkle Patricia Trie database to ensure the cryptographic integrity of historical records. As a sandboxed smart contract runtime, it executes bytecode according to deterministic protocol rules, enabling the deployment and interaction of decentralized appl
Orchestrates peer-to-peer networking, state synchronization, and lifecycle management for distributed ledger operations.
This project is a containerized node orchestrator and deployment tool designed to manage execution clients and rollup nodes on a blockchain network. It provides a coordinated stack of isolated virtual environments to establish and maintain network connections. The system includes specialized data provisioning tools for initializing local directories and fetching verified archival snapshots to bypass sequential synchronization. It also features a monitoring suite with health check services and dashboards to track synchronization progress and overall system performance. The orchestrator covers
Orchestrates the lifecycle of execution clients and rollup nodes using containerized stacks.
This project is a comprehensive engineering framework and technical reference for managing, scaling, and optimizing distributed machine learning infrastructure. It provides a suite of methodologies and diagnostic tools designed to support large-scale model training and inference on high-performance computing clusters. The project distinguishes itself through a specialized diagnostic toolkit and infrastructure optimization suite that addresses the complexities of multi-node environments. It enables precise control over cluster resources, including hardware maintenance, network topology configu
Identifies and isolates broken hardware by running diagnostic checks to prevent future jobs from being scheduled on those specific nodes.
Kata Containers is an OCI container runtime that launches containers inside lightweight virtual machines to combine hardware-level isolation with container operational speed. It functions as a hardware-isolated container engine and lightweight VM hypervisor, providing a virtual machine monitor interface that abstracts multiple hypervisors to optimize for performance or specific hardware emulation. The project distinguishes itself through a confidential computing runtime that leverages hardware-backed trusted execution environments, such as Intel TDX and AMD SEV-SNP, to protect data in use. It
Collects system and runtime data from a node to diagnose container isolation issues.
KubeEdge is a distributed edge computing framework that extends Kubernetes to manage containerized workloads and hardware devices at the edge. It functions as a Kubernetes edge orchestration system, allowing the deployment and management of applications across distributed edge nodes using native Kubernetes APIs and workflows. The project distinguishes itself through a specialized focus on IoT integration and node autonomy. It employs digital-twin state modeling to represent physical hardware devices as virtual objects, utilizing an MQTT-based messaging bus for communication with heterogeneous
Functions as a distributed orchestration system that synchronizes cluster state and manages pods on remote edge hosts.
Mist is a desktop application that serves as both an Ethereum wallet client and a decentralized application browser. It manages Ethereum accounts, synchronizes blockchain data, and provides a dedicated interface for interacting with DApps hosted on the Ethereum network. The application distinguishes itself by bundling an embedded Ethereum node that can be orchestrated and configured through command-line flags, with support for both IPC and RPC transport protocols. It includes a sandboxed DApp browser that isolates each application's execution context, and a transaction signing gateway that au
Manages a bundled Ethereum client process, forwarding command-line flags and lifecycle events for network synchronization.
SpringBlade is a development framework and platform designed for building multi-tenant SaaS applications. It provides a comprehensive scaffold for both Spring Cloud microservices and monolithic Spring Boot architectures, enabling the rapid construction of enterprise-grade software. The platform distinguishes itself through integrated LLM orchestration and industrial IoT management. It features an LLM orchestration platform that combines large language models with knowledge bases and visual AI agent workflows, alongside an IoT hub for device connectivity, state synchronization, and edge flow o
Processes IoT data at the network edge using a visual node-based map of rules and tool calls.
Simple flow library 🖥️🖱️
Building and editing visual data flows by dragging and connecting nodes on a canvas.
This is the official website and documentation hub for the Ethereum blockchain ecosystem. It serves as a comprehensive educational resource and community portal, providing plain-language guides on blockchain fundamentals, wallet usage, and concepts like DeFi and NFTs, alongside technical documentation for developers building decentralized applications. The site offers detailed walkthroughs for creating dapps that interact with the Ethereum blockchain, covering accounts, transactions, and development frameworks. It also provides extensive guidance for node operators, including step-by-step ins
Offers detailed guidance for running Ethereum nodes to participate in the network and validate transactions.
Reth is a modular, high-performance Ethereum execution layer client written in Rust. It serves as a full Ethereum node that syncs, validates, and serves blockchain data, functioning as an archive node implementation, a high-throughput RPC node server, and a snapshot sync tool. The project is built around a modular component architecture that allows assembling custom node behavior by swapping independent Rust crates for consensus, execution, mempool, and networking. The client distinguishes itself through a staged sync pipeline that downloads headers and bodies online before processing the res
Starts and manages an Ethereum execution-layer client that syncs, validates, and serves the chain.
Acest proiect servește drept hub de documentație și repository de specificații pentru imaginile oficiale Docker. Funcționează ca un generator de documentație bazat pe metadate care transformă fișierele de conținut structurat în fișiere markdown și readme-uri pentru distribuție publică. Repository-ul oferă ghiduri tehnice și standarde de configurare pentru deployarea software-ului containerizat pe mai multe arhitecturi CPU. Include manuale detaliate pentru configurarea variabilelor de mediu, a montărilor de volume și a setărilor de rețea pentru a asigura deployment-uri consistente ale imaginilor. Documentația acoperă o gamă largă de medii containerizate, inclusiv diverse distribuții Linux și medii Unix minimale. Detaliază deployment-ul instanțelor de baze de date, runtime-urilor Java și sistemelor de gestionare a conținutului, cu accent pe optimizarea containerelor lightweight și persistența datelor. Proiectul utilizează validarea automată pentru a verifica fișierele sursă markdown și YAML față de standardele de formatare înainte ca acestea să fie publicate.
Documents the orchestration and connectivity requirements for creating distributed database clusters.
Unit este un sistem de programare vizuală și un mediu de dezvoltare integrat bazat pe grafuri, utilizat pentru a construi software funcțional prin conectarea mașinilor de stare și a operațiunilor primitive. Servește drept editor de logică bazat pe noduri și orchestrator de mașini de stare care transformă specificațiile programelor vizuale în fișiere JavaScript standalone pentru deploy ca site-uri statice. Sistemul se distinge printr-un compilator vizual care poate randa bundle-urile de programe în site-uri web active și poate efectua inspecția bidirecțională a grafului, permițând unei aplicații randate live să fie convertită înapoi în graful vizual original pentru debugging. Utilizează un spațiu de lucru spațial unde API-urile de sistem de nivel scăzut sunt împachetate în mașini de stare reutilizabile pentru a crea o bibliotecă consistentă de unități funcționale. Platforma acoperă o gamă largă de capabilități, inclusiv compoziția logicii bazată pe grafuri cu rutarea datelor prin pini, imbricarea recursivă a subgrafurilor și crearea manuală de date JSON. Oferă, de asemenea, instrumente pentru serializarea proiectelor, navigarea ierarhică între nodurile părinte și copil și o previzualizare finală a randării pentru a vedea rezultatul unui graf.
Maps how data moves between inputs and outputs using a piping system of compatible functional pins.
Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem
Automates data propagation and state synchronization across application modules using a declarative reactive graph.
Ganache-UI este o interfață vizuală și un dashboard pentru gestionarea unui mediu blockchain Ethereum local. Funcționează ca un simulator de blockchain local și dashboard de nod, oferind o modalitate grafică de a dezvolta și testa smart contract-uri fără a te conecta la o rețea publică. Proiectul oferă instrumente pentru monitorizarea stării blockchain-ului, inspectarea log-urilor de tranzacții și vizualizarea blocurilor și a soldurilor conturilor. Servește ca debugger pentru aplicațiile Ethereum, permițând simularea tranzacțiilor și verificarea comportamentului contractelor în timpul fluxului de lucru de dezvoltare. Interfața gestionează gestionarea conturilor client-side, monitorizarea tranzacțiilor și sincronizarea cu furnizorul blockchain prin integrarea API-ului JSON-RPC.
Ships a web-based dashboard for visualizing blocks, transactions, and account balances.
Butterfly este o bibliotecă interactivă de vizualizare a grafurilor și un motor de diagramare bazat pe SVG utilizat pentru a construi designeri de fluxuri de lucru bazate pe noduri și editoare vizuale de fluxuri. Oferă un framework pentru randarea nodurilor, muchiilor și grupurilor interconectate pentru a modela arhitecturi tehnice, procese de business și fluxuri de lucru bazate pe date. Proiectul se distinge prin capacitatea de a integra componente UI personalizate ca noduri de graf și suportul său specializat pentru vizualizarea liniilor de date (data lineage). Permite maparea relațiilor dintre câmpurile de date, tabele și entitățile de business pentru a urmări proveniența și a monitoriza starea fluxului de lucru. Sistemul acoperă o gamă largă de capabilități, inclusiv algoritmi automatizați de layout al nodurilor, imbricarea grupurilor ierarhice și validarea logicii de conexiune. Include utilitare de navigare precum un minimap, controale de zoom și pan, și selecție de tip marquee, alături de instrumente pentru traversarea topologiei grafurilor și exportul de imagini în formate vectoriale și raster. Biblioteca este implementată în JavaScript.
Provides a framework for building interactive canvases where users arrange nodes and connect edges to define data-driven workflows.
Pigsty is a full-stack orchestration suite for deploying, monitoring, and managing high-availability PostgreSQL clusters and their supporting infrastructure. It functions as a cluster management platform and high-availability suite that automates failover, manages virtual IPs, and ensures data consistency through distributed consensus. The project distinguishes itself by providing a comprehensive database infrastructure-as-code framework and a dedicated observability stack. It incorporates a backup and recovery manager supporting point-in-time recovery via S3-compatible object storage, alongs
Employs a remote orchestration tool to control and manage all cluster nodes from a centralized administration node.
Ryven este un framework de programare bazat pe flux și un editor de scripting vizual pentru Python. Acesta oferă o interfață grafică bazată pe noduri pentru proiectarea și executarea logicii prin conectarea nodurilor funcționale discrete pentru a construi pipeline-uri de date executabile. Sistemul funcționează ca un instrument de logică vizuală extensibil, permițând dezvoltarea de noduri Python personalizate și integrarea widget-urilor GUI interactive pentru a extinde capabilitățile de scripting. Include un motor de grafuri de noduri care suportă atât editarea vizuală, cât și execuția headless, permițând scripturilor să ruleze fără o interfață grafică. Platforma acoperă designul de scripturi vizuale și logica bazată pe flux, prezentând instrumente pentru randarea imaginilor de flux și adnotări bazate pe stylus. Capabilitățile sale se extind la manipularea stării în timp real printr-o interfață de linie de comandă și un mecanism de observare pentru sincronizarea automată a datelor variabile.
Provides a flow-based programming framework for defining executable Python logic by connecting functional nodes.
This project is a comprehensive collection of technical manuals, tutorials, and guides for implementing machine learning models and numerical computations using the TensorFlow framework. It serves as an educational resource and technical library designed to help developers build and maintain models across diverse hardware environments. The repository includes a multilingual technical guide and a collaborative translation project focused on standardizing industry terminology. These efforts ensure that complex machine learning concepts and technical documentation are accessible and accurately i
Models complex numerical computations as directed graphs where nodes perform operations and edges transport multi-dimensional arrays.
Animation Nodes este un sistem de scripting vizual pentru Blender care permite crearea de animații procedurale și grafică în mișcare. Oferă o interfață bazată pe noduri care permite utilizatorilor să construiască secvențe complexe de animație și transformări dinamice de scenă prin conectarea nodurilor funcționale în loc să se bazeze pe keyframing tradițional. Sistemul se integrează direct cu software-ul gazdă pentru a manipula obiectele și proprietățile scenei printr-un graf de flux de date. Gestionează execuția acestor operațiuni prin urmărirea dependențelor și distribuirea ramurilor independente pe mai multe nuclee de procesor pentru a menține performanța în timpul redării. Un sistem de socket-uri „type-safe” impune compatibilitatea datelor între noduri, în timp ce interfața randează starea grafului în timp real pentru a reflecta datele subiacente. Acest set de instrumente susține dezvoltarea de logică de automatizare personalizată și secvențe de animație bazate pe date într-un mediu 3D. Este conceput pentru a facilita generarea de efecte vizuale repetitive sau complexe prin legarea transformărilor obiectelor de funcții matematice și input-uri externe.
Implements a node-based data-flow graph to compute complex animation states in real time.