awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesSchema-Based Serialization

Frameworks for defining data contracts to generate type-safe interfaces for cross-language communication.

Distinguishing note: Focuses on the contract-first generation of code for data exchange, distinct from generic API frameworks.

Explore 6 awesome GitHub repositories matching web development · Schema-Based Serialization. Refine with filters or upvote what's useful.

Awesome Schema-Based Serialization GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • google/flatbuffersgoogle का अवतार

    google/flatbuffers

    25,558GitHub पर देखें↗

    FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require efficient, zero-copy data access. By organizing data in a structured binary format, it allows applications to read and write complex data structures directly from memory-mapped buffers without the need for intermediate parsing or temporary object allocation. The project distinguishes itself through a schema-driven approach that balances high-performance access with long-term data evolution. It utilizes a unique memory layout featuring relative offsets and inline fixed-size structu

    Defining formal data contracts to generate type-safe interfaces for efficient communication between client and server components.

    C++cc-plus-plusc-sharp
    GitHub पर देखें↗25,558
  • chartdb/chartdbchartdb का अवतार

    chartdb/chartdb

    21,286GitHub पर देखें↗

    ChartDB is a database schema visualizer and entity-relationship diagramming platform designed to help developers understand, design, and document complex data architectures. It functions as a visual workspace where users can create and modify database schemas, define table attributes, and map foreign key relationships. By parsing database metadata or SQL scripts, the tool generates interactive diagrams that provide a clear overview of structural interdependencies and data associations. The platform distinguishes itself through its focus on automated documentation and schema synchronization. I

    Converts visual diagram state into standardized text-based definitions to allow for version control and portable database schema generation.

    TypeScriptdatabasedbdb-migration
    GitHub पर देखें↗21,286
  • mgravell/protobuf-netmgravell का अवतार

    mgravell/protobuf-net

    4,952GitHub पर देखें↗

    protobuf-net एक बाइनरी सीरियलाइज़ेशन फ्रेमवर्क और .NET लाइब्रेरी है जो Protocol Buffers विनिर्देश को लागू करती है। यह एक स्कीमा-आधारित सीरियलाइज़ेशन टूल और कॉन्ट्रैक्ट-फ़र्स्ट डेटा मैपर के रूप में कार्य करता है, जो जटिल ऑब्जेक्ट ग्राफ़ को स्टोरेज और नेटवर्क ट्रांसमिशन के लिए एक कॉम्पैक्ट बाइनरी प्रारूप में परिवर्तित करता है। लाइब्रेरी पेलोड साइज़ और प्रोसेसिंग समय को कम करके क्रॉस-प्लेटफ़ॉर्म डेटा एक्सचेंज और उच्च-प्रदर्शन नेटवर्किंग को सक्षम बनाती है। यह विशेष रूप से ऑब्जेक्ट पदानुक्रम पर्सिस्टेंस का समर्थन करती है, जो इनहेरिटेंस और व्युत्पन्न प्रकारों को शामिल करने वाली जटिल क्लास संरचनाओं के सीरियलाइज़ेशन और पुनर्निर्माण की अनुमति देती है। यह प्रोजेक्ट बाइनरी डेटा सीरियलाइज़ेशन और डीसीरियलाइज़ेशन, स्कीमा-संचालित क्लास जनरेशन और अद्वितीय पहचानकर्ताओं के माध्यम से टाइप इनहेरिटेंस के प्रबंधन सहित मुख्य क्षमताओं को कवर करता है। यह स्टेटिक एट्रिब्यूट्स या डायनामिक रनटाइम कॉन्फ़िगरेशन के माध्यम से डेटा संरचनाओं को मैप करने के लिए तंत्र प्रदान करता है।

    Implements a schema-based serialization system to generate type-safe interfaces for cross-language communication.

    C#
    GitHub पर देखें↗4,952
  • systemsapproach/bookSystemsApproach का अवतार

    SystemsApproach/book

    3,298GitHub पर देखें↗

    This project is a comprehensive computer networking textbook and instructional resource. It serves as a technical guide for the design and implementation of network layers, protocols, and hardware architecture, covering the spectrum from physical links to application-layer protocols. The content provides a detailed study of standards for congestion control, reliable data delivery, and internetwork routing. It includes specialized technical material on network security, public-key infrastructure, and the operation of modern cloud infrastructure and data centers. The material covers a broad ra

    Describes frameworks for defining data contracts to ensure cross-language compatibility through structured serialization.

    Python
    GitHub पर देखें↗3,298
  • yoopta-editor/yoopta-editoryoopta-editor का अवतार

    yoopta-editor/Yoopta-Editor

    3,045GitHub पर देखें↗

    Yoopta-Editor is a headless framework for building customizable block-based rich text editors. It utilizes a JSON-based document engine to manage editor state and provides a WYSIWYG interface for creating structured documents. The system separates core document logic from the visual layer, allowing for complete customization of the user interface. The framework is designed for real-time collaborative editing, featuring a synchronization engine with conflict resolution and remote cursor presence tracking. It offers a highly extensible plugin system that allows developers to define new content

    Converts internal structured block data into HTML, Markdown, and JSON using a defined mapping system.

    TypeScriptcontenteditableeditorhacktoberfest
    GitHub पर देखें↗3,045
  • google/schema-dtsgoogle का अवतार

    google/schema-dts

    1,204GitHub पर देखें↗

    Schema-dts is a type-safe library providing TypeScript interfaces for modeling structured data and interconnected graph relationships. It serves as a framework for defining and enforcing strict property requirements for JSON-LD objects, ensuring that metadata generated for web applications and search engines adheres to established vocabulary standards. The project distinguishes itself by providing a comprehensive set of definitions for the Schema.org vocabulary, enabling developers to build complex, machine-readable data graphs with compile-time validation. It supports the composition of mult

    Converts structured data objects into safe strings to prevent injection vulnerabilities when embedding information into web pages and document headers.

    TypeScriptjson-ldknowledge-graphlinked-data
    GitHub पर देखें↗1,204
  1. Home
  2. Web Development
  3. Schema-Based Serialization

सब-टैग एक्सप्लोर करें

  • Schema Serialization1 सब-टैगConverts visual diagram state into standardized text-based definitions for version control and portability. **Distinct from Schema-Based Serialization:** Distinct from Schema-Based Serialization: focuses on serializing visual diagram state to markup rather than generating type-safe interfaces.