awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesNode Management Interfaces

APIs and shells for interacting with and managing running software nodes.

Distinguishing note: Focuses on node-level management interfaces rather than general RPC.

Explore 6 awesome GitHub repositories matching development tools & productivity · Node Management Interfaces. Refine with filters or upvote what's useful.

Awesome Node Management Interfaces GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ethereum/go-ethereumالصورة الرمزية لـ ethereum

    ethereum/go-ethereum

    51,178عرض على GitHub↗

    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

    Provides JSON-RPC and shell interfaces for direct node management.

    Goblockchainethereumgeth
    عرض على GitHub↗51,178
  • ipfs/kuboالصورة الرمزية لـ ipfs

    ipfs/kubo

    17,056عرض على GitHub↗

    Kubo is a peer-to-peer implementation of the InterPlanetary File System (IPFS) designed for decentralized data storage and content delivery. It uses content-addressing, directed acyclic graphs, and distributed hash tables to identify, distribute, and retrieve data across a network without relying on central servers. The project differentiates itself by providing a virtual filesystem via FUSE, which maps decentralized network namespaces to local operating system directories for direct file access. It also includes integrated HTTP gateways that translate peer-to-peer content into standard web t

    Exposes internal system operations and configuration settings through a standardized remote procedure call interface.

    Goipfs
    عرض على GitHub↗17,056
  • retejs/reteالصورة الرمزية لـ retejs

    retejs/rete

    12,077عرض على GitHub↗

    Rete is a framework for building interactive, node-based visual interfaces and dataflow programming environments. It provides a core engine that processes directed graphs, allowing developers to define modular logic where nodes represent operations and connections represent the flow of data or control. By decoupling the graph logic from the user interface, the framework enables the creation of custom visual editors that can be integrated into various frontend component libraries. The project distinguishes itself through a highly extensible, signal-driven architecture that supports complex req

    Constructs and retrieves nodes and connections to define the structure of a visual workflow or node-based interface.

    TypeScriptdataflow-programmingflow-based-programminggraph-editor
    عرض على GitHub↗12,077
  • dotnet/aspireالصورة الرمزية لـ dotnet

    dotnet/aspire

    6,121عرض على GitHub↗

    Aspire هو سلسلة أدوات لتطبيقات .NET الموزعة ومنسق تطبيقات سحابي أصلي. يوفر حزمة تطوير تعتمد على الكود أولاً (code-first) لبناء وتشغيل ونشر التطبيقات الموزعة، وتحديداً إدارة تنسيق الخدمات المتعددة عبر لغات برمجة مختلفة. تتميز سلسلة الأدوات بنهج برمجي لطوبولوجيا الخدمات، باستخدام منهجية الكود أولاً لتحديد كيفية ترابط الخدمات والحاويات وقواعد البيانات. تدير دورة حياة حاويات الطرف الثالث كموارد وتترجم نماذج التطبيقات البرمجية هذه إلى إعدادات نشر خاصة بالمنصة للبيئات السحابية. يتضمن المشروع قدرات لاكتشاف الخدمات الديناميكي، وتنسيق بناء التطبيقات الموزعة، وتنفيذ التطبيقات المحلية عبر واجهة سطر الأوامر. كما يدمج لوحة مراقبة ونظام تتبع يعتمد على معايير OpenTelemetry لمراقبة صحة وأداء المكونات الموزعة.

    Defines declarative models for the relationships between services, networks, and storage in containerized environments.

    C#
    عرض على GitHub↗6,121
  • corda/cordaالصورة الرمزية لـ corda

    corda/corda

    4,077عرض على GitHub↗

    Corda هي منصة تكنولوجيا سجل موزع تستخدم لبناء شبكات أعمال خاصة وقابلة للتشغيل البيني. توفر إطار عمل لإنشاء سجلات مشتركة للحقائق وتنفيذ العقود الذكية بين مشاركين محددين دون الحاجة إلى بث البيانات العالمي. تتميز المنصة بنموذج توزيع حالة من نقطة إلى نقطة وسجل قائم على UTXO، مما يضمن مشاركة بيانات المعاملات فقط بين الأطراف المعنية للحفاظ على خصوصية صارمة. تستخدم محرك عقود ذكية يعتمد على JVM لتنفيذ منطق الأعمال المكتوب بلغة Java أو Kotlin وتستخدم آلية قائمة على كاتب العدل للتحقق من تفرد المعاملة ومنع الإنفاق المزدوج. يغطي النظام مجموعة واسعة من الإمكانيات، بما في ذلك إدارة الهوية القائمة على الشهادات عبر بنية تحتية للمفتاح العام، وإدارة دورة حياة الأصول الرقمية لتتبع الرموز والأدوات المالية، وتنسيق سير العمل الموزع لإجماع الأطراف المتعددة. كما يتضمن أدوات لمراقبة البنية التحتية للعقدة، وفحص حالة السجل، وتكامل البيانات خارج السجل من خلال خدمات الأوراكل. يوفر المشروع واجهة سطر أوامر لإدارة العقدة ومجموعة اختبار آلية للتحقق من منطق تدفق العقد وتطبيقات السجل.

    Provides an interactive shell for triggering and managing executable business logic flows on a running node.

    Kotlincordadistributed-ledgerdlt
    عرض على GitHub↗4,077
  • compose-spec/compose-specالصورة الرمزية لـ compose-spec

    compose-spec/compose-spec

    2,618عرض على GitHub↗

    This project is a declarative container orchestration standard and a vendor-neutral application model. It provides a portable configuration format for describing multi-container applications, including their services and dependencies, to enable consistent deployments across different environments. The specification focuses on cloud-agnostic deployment, allowing application definitions to be translated into platform-specific resources for various container orchestrators and cloud provider APIs, including Kubernetes. It facilitates portability from local development to production by separating

    Models the relationship between services, virtual networks, and persistent volumes as first-class configuration constructs.

    Dockerfilecomposecontainersdocker
    عرض على GitHub↗2,618
  1. Home
  2. Development Tools & Productivity
  3. Node Management Interfaces

استكشف الوسوم الفرعية

  • Infrastructure Topology DefinitionsDeclarative models for the relationship between services, networks, and storage volumes in a containerized environment. **Distinct from Topology Definition Interfaces:** Focuses on infrastructure resource relationships rather than visual workflow node connections.
  • Topology Definition InterfacesConstructs and retrieves nodes and connections to define the structure of visual workflows. **Distinct from Node Management Interfaces:** Focuses on topology definition, distinct from general node management interfaces.