19 个仓库
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.
本项目作为官方 Docker 镜像的文档中心和规范仓库。它作为一个元数据驱动的文档生成器,将结构化内容文件转换为 Markdown 文件和 Readme,以供公开发布。 该仓库提供了用于跨多种 CPU 架构部署容器化软件的技术指南和配置标准。它包括用于配置环境变量、卷挂载和网络设置的详细手册,以确保一致的镜像部署。 该文档涵盖了广泛的容器化环境,包括各种 Linux 发行版和最小化 Unix 环境。它详细介绍了数据库实例、Java 运行时和内容管理系统的部署,重点在于轻量级容器优化和数据持久化。 该项目使用自动化验证在发布前根据格式标准检查 Markdown 和 YAML 源文件。
Documents the orchestration and connectivity requirements for creating distributed database clusters.
Unit 是一个可视化编程系统和基于图的集成开发环境,用于通过连接状态机和原始操作来构建功能性软件。它作为一个基于节点的逻辑编辑器和状态机编排器,将可视化程序规范转换为独立的 JavaScript 文件,以便作为静态网站部署。 该系统通过一个可视化编译器脱颖而出,该编译器可以将程序包渲染为活动网站并执行双向图检查,允许将实时渲染的应用转换回其原始可视化图以进行调试。它采用空间工作区,将底层系统 API 封装为可重用的状态机,从而创建一致的功能单元库。 该平台涵盖了广泛的能力,包括带引脚数据路由的基于图的逻辑组合、递归子图嵌套和手动 JSON 数据创建。它还提供项目序列化、父子节点间的层级导航以及用于查看图输出的最终渲染预览工具。
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 是一个用于管理本地以太坊区块链环境的视觉界面和仪表板。它作为一个本地区块链模拟器和节点仪表板,提供了一种无需连接到公共网络即可开发和测试智能合约的图形化方式。 该项目提供了用于监控区块链状态、检查交易日志以及可视化区块和账户余额的工具。它作为以太坊应用程序的调试器,允许在开发工作流中模拟交易并验证合约行为。 该界面通过 JSON-RPC API 集成处理客户端账户管理、交易监控以及与区块链提供商的同步。
Ships a web-based dashboard for visualizing blocks, transactions, and account balances.
Butterfly is an interactive graph visualization library and SVG-based diagramming engine used to build node-based workflow designers and visual flow editors. It provides a framework for rendering interconnected nodes, edges, and groups to model technical architectures, business processes, and data-driven workflows. The project is distinguished by its ability to integrate custom UI components as graph nodes and its specialized support for data lineage visualization. It enables the mapping of relationships between data fields, tables, and business entities to track provenance and monitor workfl
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 是一个基于流的编程框架和 Python 可视化脚本编辑器。它提供了一个基于节点的图形界面,用于通过连接离散的功能节点来设计和执行逻辑,从而构建可执行的数据流水线。 该系统作为一个可扩展的可视化逻辑工具,允许开发自定义 Python 节点并集成交互式 GUI 小部件以扩展脚本能力。它包含一个支持可视化编辑和无头执行的节点图引擎,使脚本能够在没有图形用户界面的情况下运行。 该平台涵盖了可视化脚本设计和基于流的逻辑,具有用于流图像渲染和基于触控笔注释的工具。其能力扩展到通过命令行界面进行的实时状态操作,以及用于自动变量数据同步的观察者机制。
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 是 Blender 的一个可视化脚本系统,能够创建程序化动画和动态图形。它提供了一个基于节点的界面,允许用户通过连接功能节点来构建复杂的动画序列和动态场景变换,而不是依赖传统的关键帧。 该系统直接与宿主软件集成,通过数据流图操作场景对象和属性。它通过追踪依赖关系并将独立分支分发到多个处理器核心来管理这些操作的执行,以在播放过程中保持性能。类型安全的套接字系统强制执行节点间的数据兼容性,而界面实时渲染图状态以反映底层数据。 该工具集支持在 3D 环境中开发自定义自动化逻辑和数据驱动的动画序列。它旨在通过将对象变换链接到数学函数和外部输入,促进重复或复杂视觉效果的生成。
Implements a node-based data-flow graph to compute complex animation states in real time.