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

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

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

3 مستودعات

Awesome GitHub RepositoriesSync Configurations via Metadata

Reads connection metadata at runtime so each sync run uses customer-specific settings like regions or field mappings.

Distinct from Sync Parameter Configurations: Distinct from Sync Parameter Configurations: focuses on runtime metadata-driven configuration rather than static sync parameter definitions.

Explore 3 awesome GitHub repositories matching data & databases · Sync Configurations via Metadata. Refine with filters or upvote what's useful.

Awesome Sync Configurations via Metadata GitHub Repositories

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

    NangoHQ/nango

    10,772عرض على GitHub↗

    Nango is an open-source platform that connects applications to external APIs by managing authentication, data synchronization, and custom function execution. It provides a managed runtime for TypeScript integration functions, handling OAuth flows, credential storage, and token refresh for hundreds of external APIs while keeping secrets isolated from application code. The platform distinguishes itself by exposing integration functions as discoverable tools for AI agents through an MCP server or API, with per-user credential isolation that keeps provider secrets out of the agent loop. It offers

    Reads connection metadata at runtime for customer-specific sync settings like regions and field mappings.

    TypeScriptaccess-tokenapiapi-client
    عرض على GitHub↗10,772
  • greptimeteam/greptimedbالصورة الرمزية لـ GreptimeTeam

    GreptimeTeam/greptimedb

    5,968عرض على GitHub↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    Synchronizes only metadata version numbers between Leader and Follower Regions via heartbeats.

    Rustanalyticscloud-nativedatabase
    عرض على GitHub↗5,968
  • open62541/open62541الصورة الرمزية لـ open62541

    open62541/open62541

    3,033عرض على GitHub↗

    open62541 is an open-source implementation of the OPC Unified Architecture standard, providing a complete stack for industrial automation and data exchange. It functions as both an OPC UA server and client, enabling the creation of an object-oriented address space to model physical industrial assets and their relationships. The project is designed for versatility across diverse hardware, offering a C99 library that can be deployed to both cloud servers and resource-constrained embedded environments. It distinguishes itself through a pluggable network layer and interface-based security backend

    Exposes publish-subscribe configurations as nodes within the server address space for automatic generation or updates.

    Ccclientiec-62541
    عرض على GitHub↗3,033
  1. Home
  2. Data & Databases
  3. Data Synchronization Configurations
  4. Sync Endpoint Configurations
  5. Sync Parameter Configurations
  6. Sync Configurations via Metadata

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

  • Address Space ConfigurationsConfigurations of communication parameters exposed as nodes within the server address space. **Distinct from Sync Configurations via Metadata:** Specifically exposes PubSub settings as address space nodes, not general metadata sync.
  • Metadata-Only Region SynchronizationsSynchronizing only metadata version numbers between Leader and Follower Regions via heartbeats, avoiding costly SST file copies. **Distinct from Sync Configurations via Metadata:** Distinct from Sync Configurations via Metadata: focuses on the synchronization mechanism itself (metadata-only heartbeats), not on runtime configuration of sync parameters.