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

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

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

21 مستودعات

Awesome GitHub RepositoriesData File Generators

Utilities for creating new data files from processed expressions.

Distinct from Documentation Generators: Distinct from documentation generators: focuses on generating structured data files rather than human-readable documentation.

Explore 21 awesome GitHub repositories matching development tools & productivity · Data File Generators. Refine with filters or upvote what's useful.

Awesome Data File Generators GitHub Repositories

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

    lionsoul2014/ip2region

    19,159عرض على GitHub↗

    ip2region is an offline IP geolocation library and framework designed to resolve IPv4 and IPv6 addresses to city-level regional information using local binary data files. It functions as a binary IP database compiler and a cross-language search client, allowing for regional lookups without relying on external APIs. The project distinguishes itself through a specialized binary format that supports high-performance query optimization. It employs adjacent-segment IP merging and deduplicated region storage to minimize the database footprint, while utilizing memory-mapped file caching and vector-i

    Generates optimized binary data files from raw localization records for high-performance lookups.

    Javaip-addressip-address-databaseip-address-location
    عرض على GitHub↗19,159
  • janl/mustache.jsالصورة الرمزية لـ janl

    janl/mustache.js

    16,723عرض على GitHub↗

    Mustache.js is a logic-less JavaScript templating engine and implementation of the Mustache specification. It merges data objects with text templates to generate formatted output, ensuring consistent rendering across different programming languages by forbidding complex logic within the templates. The system distinguishes itself by using a logic-less approach to data binding, relying on simple variable interpolation and conditional block rendering. It supports modularity through partial template inclusion and allows for extended functionality via lambda functions that transform blocks of temp

    Provides a command line interface to generate text files by processing templates and data objects.

    JavaScript
    عرض على GitHub↗16,723
  • mikefarah/yqالصورة الرمزية لـ mikefarah

    mikefarah/yq

    14,913عرض على GitHub↗

    This tool is a command-line processor designed for querying, updating, and transforming structured data files. It functions as a versatile engine for manipulating YAML, JSON, TOML, and XML documents, allowing users to perform complex operations directly from the terminal. By utilizing a path-based expression language, it enables precise navigation and modification of data structures within configuration files and infrastructure-as-code workflows. What distinguishes this tool is its ability to perform in-place document mutations while preserving original formatting, comments, and metadata. It

    Generates fresh data files from scratch by outputting processed expressions.

    Gobashclicsv
    عرض على GitHub↗14,913
  • testssl/testssl.shالصورة الرمزية لـ testssl

    testssl/testssl.sh

    8,912عرض على GitHub↗

    testssl.sh is a network security tool and SSL/TLS security scanner used to audit server configurations. It functions as a diagnostic utility that validates supported ciphers and protocols to identify cryptographic vulnerabilities and flaws in encrypted communication. The tool is available as both a command-line utility and a dockerized security scanner, allowing for execution in isolated environments without the need for local dependency installation. Its capabilities cover SSL configuration auditing and TLS server security analysis. The system exports scan results into structured reports a

    Generates structured scan results in HTML, JSON, and CSV formats for archival and analysis.

    Shellcipherclient-simulationcsv
    عرض على GitHub↗8,912
  • dicebear/dicebearالصورة الرمزية لـ dicebear

    dicebear/dicebear

    8,907عرض على GitHub↗

    DiceBear is an SVG avatar generation library and image API that creates deterministic profile pictures from seed strings. It provides a system for generating consistent visual outputs across different environments and programming languages using JSON style definitions. The project distinguishes itself with a comprehensive design toolkit, including a visual style designer and a Figma integration plugin that converts design frames into JSON schemas. It supports sophisticated visual control through weighted probability distributions for components, contrast-aware color management for accessibili

    Provides a CLI tool for batch producing and exporting avatar assets in multiple formats using seeds.

    Vueapiavataaarsavatar
    عرض على GitHub↗8,907
  • shekhargulati/52-technologies-in-2016الصورة الرمزية لـ shekhargulati

    shekhargulati/52-technologies-in-2016

    7,311عرض على GitHub↗

    This project serves as a comprehensive educational repository and technical reference collection, documenting a wide range of software engineering practices and modern development technologies. It provides a structured learning path for developers, curating tutorials and practical examples that cover the full lifecycle of application development, from initial project scaffolding to deployment and maintenance. The repository distinguishes itself by offering deep technical insights into complex architectural patterns, including actor-based concurrency models for managing parallel tasks and cont

    Creates structured data objects from command-line arguments to facilitate rapid file creation.

    JavaScriptawesomeawesome-listblog
    عرض على GitHub↗7,311
  • hongyangandroid/androidautolayoutالصورة الرمزية لـ hongyangAndroid

    hongyangAndroid/AndroidAutoLayout

    6,684عرض على GitHub↗

    AndroidAutoLayout is an Android library that converts pixel values from design mockups into percentage-based layouts, enabling consistent scaling across different screen resolutions. At its core, it functions as a pixel-to-percentage converter and screen resolution scaling tool, allowing developers to design layouts using exact pixel dimensions from mockups and have them automatically adapt to any target device. The library provides several distinctive approaches to screen adaptation. It can generate resolution-specific dimension resource files from a single baseline design, eliminating manua

    Generates dimension resource files for each target screen resolution from a single baseline file.

    Java
    عرض على GitHub↗6,684
  • joelittlejohn/jsonschema2pojoالصورة الرمزية لـ joelittlejohn

    joelittlejohn/jsonschema2pojo

    6,379عرض على GitHub↗

    Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc

    Provides a CLI tool that triggers schema-to-Java generation directly from a terminal without requiring a build tool.

    Java
    عرض على GitHub↗6,379
  • open-mmlab/mmdetection3dالصورة الرمزية لـ open-mmlab

    open-mmlab/mmdetection3d

    6,273عرض على GitHub↗

    MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting objects in three-dimensional environments. It supports a range of core tasks including monocular 3D object detection from single camera images, LiDAR-based 3D object detection from raw point clouds, and multi-modal fusion that combines camera images with LiDAR data. The toolbox also covers point cloud semantic segmentation, assigning class labels to every point in a scan for scene understanding. The project distinguishes itself through a config-driven pipeline that orchestrate

    Creates .pkl metadata files with sample indices and point cloud paths for 3D perception training.

    Python3d-object-detectionobject-detectionpoint-cloud
    عرض على GitHub↗6,273
  • orval-labs/orvalالصورة الرمزية لـ orval-labs

    orval-labs/orval

    6,145عرض على GitHub↗

    Orval is an OpenAPI-to-TypeScript code generator that produces fully typed API clients, data-fetching hooks, mock data, validation schemas, and server handlers from OpenAPI or Swagger specifications. It reads any YAML or JSON API specification and generates TypeScript interfaces, HTTP request functions, and framework-specific integration code that ensures compile-time correctness for all API calls. The project distinguishes itself by generating production-ready data-fetching hooks for React Query, Vue Query, Svelte Query, Solid Query, Angular, and SWR, complete with automatic cache invalidati

    Applies a code formatter to the generated files to keep them consistent.

    TypeScript
    عرض على GitHub↗6,145
  • mybatis/generatorالصورة الرمزية لـ mybatis

    mybatis/generator

    5,317عرض على GitHub↗

    MyBatis Generator هي أداة تفحص جداول قاعدة البيانات لإنتاج كائنات النموذج، وواجهات mapper، وملفات تكوين SQL تلقائياً. تعمل كأداة تعيين مخطط قاعدة البيانات ومولد عمليات CRUD، حيث تترجم أعمدة قاعدة البيانات العلائقية إلى فئات وسجلات خاصة باللغة. المشروع عبارة عن مولد كود قابل للتوسيع يسمح بتخصيص ملفات المخرجات من خلال آلية إضافات. يتيح إطار العمل هذا إضافة منطق عمل محدد أو تعديل عملية التوليد لإنتاج ملفات مخرجات مصممة خصيصاً. يغطي المولد مجموعة واسعة من القدرات، بما في ذلك تنفيذ الاستعلامات الديناميكية، وإنشاء نماذج غير قابلة للتغيير، وأتمتة عمليات الإنشاء والقراءة والتحديث والحذف القياسية. يدعم تعيين مخطط قاعدة البيانات مع مفاتيح أساسية افتراضية ويمكنه إنشاء كود للغات متعددة، بما في ذلك Kotlin. يمكن تنفيذ عملية التوليد عبر أدوات سطر الأوامر، أو استدعاءات الوظائف المباشرة، أو كإضافة أداة بناء مدمجة في خطوط أنابيب التكامل المستمر.

    Runs the generation process through command line tools, build plugins, or direct function calls using structured configurations.

    Javacode-generatorjava-8kotlin
    عرض على GitHub↗5,317
  • rust-lang/rust-bindgenالصورة الرمزية لـ rust-lang

    rust-lang/rust-bindgen

    5,212عرض على GitHub↗

    Rust-bindgen هو مولد ربط واجهة وظيفة خارجية (FFI) في وقت البناء ومحلل ترويسات C مصمم لأتمتة التوافق بين اللغات. يعمل كأداة لربط Rust بمكتبات C و C++ و Objective-C عن طريق إنتاج إعلانات خاصة بالمنصة أثناء عملية التجميع. يتميز المشروع بقدرته على التعامل مع هياكل لغة عائلة C المعقدة، بما في ذلك الوراثة والطرق في C++، بالإضافة إلى فئات وبروتوكولات Objective-C. يضمن التوافق الثنائي عبر بنيات مختلفة عن طريق حساب تخطيطات الذاكرة المدركة للهدف والتحقق من أن أحجام الهياكل والمحاذاة الناتجة تتطابق مع تعريفات المصدر الأصلية. توفر الأداة تعيين أنواع واسع النطاق لاتحادات C، وحقول البت، وأعضاء المصفوفة المرنة، مع تعيين أنواع المكتبة القياسية غير القابلة للترجمة أو المعقدة إلى كتل بايت مبهمة. تتضمن نظام تكوين لتصفية الروابط، واستبدال الأنواع المعقدة، والتحكم في اشتقاق السمات أو رؤية الحقول. يمكن أن تتضمن الروابط التي تم إنشاؤها توثيقاً مستخرجاً من ترويسات النظام وتتم معالجتها من خلال منسق قياسي لضمان تنسيق كود متسق.

    Applies standard code formatters to generated output files to ensure consistent styling and readability.

    Rustbindingscodegenffi
    عرض على GitHub↗5,212
  • mikaelemmmm/go-zero-looklookالصورة الرمزية لـ Mikaelemmmm

    Mikaelemmmm/go-zero-looklook

    5,158عرض على GitHub↗

    هذا المشروع عبارة عن تنفيذ مرجعي ومخطط معماري لبناء أنظمة موزعة باستخدام إطار عمل go-zero. يوفر نموذجاً أولياً كاملاً للخدمات المصغرة (microservices) وتخطيطاً موحداً للمشروع لبدء خدمات API و RPC بهياكل مجلدات متسقة. يتميز التنفيذ بتوفير دليل شامل وقاعدة تعليمات برمجية لاكتشاف الخدمات، وتحديد معدل الطلبات، وقواطع الدائرة (circuit breaking). يوضح دمج حزمة المراقبة التي تنسق التتبع الموزع، وجمع المقاييس، والتسجيل المركزي عبر خدمات مصغرة متعددة. يغطي النظام مجموعة واسعة من الإمكانيات الموزعة، بما في ذلك المراسلة غير المتزامنة عبر نموذج النشر والاشتراك، وإدارة المعاملات الموزعة لضمان اتساق البيانات، ونمط تجميع البوابة لفصل الطلبات الخارجية عن الاتصالات الداخلية. كما يتضمن إنشاء تلقائي للكود من التعريفات وخطوط أنابيب التسليم المستمر لنشر الحاويات.

    Ships a CLI tool that generates API and RPC source code directly from schema definitions.

    Goasynqdtmelasticsearch
    عرض على GitHub↗5,158
  • ahmed-ali/jsonexportالصورة الرمزية لـ Ahmed-Ali

    Ahmed-Ali/JSONExport

    4,812عرض على GitHub↗

    JSONExport هو مولد كود متعدد اللغات ومحول مخطط JSON يحول هياكل بيانات JSON إلى فئات كود مصدري ذات أنواع قوية. يعمل كمخطط استجابة API، ويحول كائنات JSON إلى كائنات نقل بيانات لأتمتة إنشاء فئات النماذج. تتخصص الأداة في تركيب النماذج متعددة اللغات، مما يسمح للمستخدمين بتعريف نماذج البيانات عبر لغات برمجة مختلفة باستخدام إدخال JSON واحد. وتولد كود الفئات المكرر (Boilerplate)، بما في ذلك المنشئات والمصلحات، وتوفر خط أنابيب معاينة لمراجعة الكود المصدري الناتج قبل حفظه. يغطي المشروع تنفيذ نموذج البيانات وإنشاء كود Boilerplate من خلال نهج قائم على القوالب يربط أنواع بيانات JSON بتركيب لغوي محدد.

    Ships a visual window to review generated source code before saving the output to a file.

    Swift
    عرض على GitHub↗4,812
  • dotnetcore/wtmالصورة الرمزية لـ dotnetcore

    dotnetcore/WTM

    4,351عرض على GitHub↗

    WTM هو إطار عمل تطويري لبناء تطبيقات خادم وعميل للمؤسسات باستخدام .NET Core. يعمل كأداة تطوير تطبيقات سريعة توفر مجموعة من المولدات والمعالجات لأتمتة إنشاء هياكل المشاريع والكود المتكرر (boilerplate). يتضمن إطار العمل منشئ واجهة مستخدم منخفض الكود يستخدم مكتبة مشتركة من عناصر التحكم لإنشاء النماذج، والشبكات، ومربعات الحوار عبر مكتبات واجهة أمامية متعددة. كما يقوم بأتمتة التطوير من خلال توليد الكود القائم على القوالب ومعالج تمهيد المشروع القائم على التكوين. يتعامل النظام مع إدارة بيانات المؤسسات من خلال محرك استيراد بيانات لملفات جداول البيانات وتنسيق موحد للترقيم والمعالجة المجمعة. تتم إدارة الوصول إلى البيانات والصفحات عبر نظام تحكم في الوصول قائم على الدور لتنظيم المستخدمين، والأدوار، والمجموعات.

    Includes automation tools to generate synchronized server and client code across application layers.

    C#
    عرض على GitHub↗4,351
  • zoontek/react-native-bootsplashالصورة الرمزية لـ zoontek

    zoontek/react-native-bootsplash

    4,278عرض على GitHub↗

    react-native-bootsplash is a cross-platform mobile splash screen library and startup orchestrator. It provides a system for managing native launch screens and controlling the timing and visibility of the boot screen during application initialization. The project includes a native asset generation tool that uses a command line interface to create and configure launch image assets for different mobile platforms. It enables the creation of animation-integrated launch screens, allowing for custom exit animations and transitions through integration with external animation libraries. The library c

    Ships a command line interface tool for batch producing visual image assets and updating platform configuration files.

    TypeScriptbootsplashreactreact-native
    عرض على GitHub↗4,278
  • koxudaxi/datamodel-code-generatorالصورة الرمزية لـ koxudaxi

    koxudaxi/datamodel-code-generator

    3,943عرض على GitHub↗

    This project is a command-line schema-to-code converter designed to transform diverse data specifications into type-safe Python data structures. It functions as a generator for Pydantic models, dataclasses, and typed dictionaries, enabling developers to maintain synchronization between evolving data contracts and application code. By parsing formats such as JSON Schema, OpenAPI, AsyncAPI, Protobuf, and Avro, the tool automates the creation of native classes that reflect the constraints and metadata defined in the source specifications. The generator distinguishes itself through a highly confi

    Provides a command-line interface to parse data formats and generate type-hinted Python code.

    Pythoncode-generatorcsvdataclass
    عرض على GitHub↗3,943
  • ferdikoomen/openapi-typescript-codegenالصورة الرمزية لـ ferdikoomen

    ferdikoomen/openapi-typescript-codegen

    3,369عرض على GitHub↗

    Openapi-typescript-codegen is a code generation tool that parses OpenAPI specification files, URLs, or strings to build type-safe TypeScript or JavaScript network clients. It transforms raw API definitions into structured internal abstract syntax trees before mapping them onto custom text templates. The tool provides a pluggable network layer that supports interchangeable transport libraries such as Fetch or Axios. It normalizes diverse endpoint structures into a unified internal schema to generate strongly typed client source code. Execution occurs synchronously through command line argumen

    Executes client generation processes directly from the command line and package runners for automated builds.

    TypeScriptangularaxioscodegen
    عرض على GitHub↗3,369
  • apple/swift-openapi-generatorالصورة الرمزية لـ apple

    apple/swift-openapi-generator

    1,935عرض على GitHub↗

    Swift OpenAPI Generator هي أداة وقت بناء تنتج كود عميل وخادم Swift آمن للأنواع مباشرة من مستندات مواصفات OpenAPI. من خلال التكامل مع أنظمة البناء عبر المكونات الإضافية الأصلية، فإنها تؤتمت إنشاء واجهات مكتوبة بقوة وكعوب بروتوكول تربط عمليات الشبكة بالطرق الأصلية، مما يضمن بقاء كود التطبيق متسقاً تماماً مع مخططات البيانات المحددة. يتميز المشروع ببنية موجهة نحو البروتوكول تفصل منطق الأعمال عن تنفيذات النقل المحددة. ويستخدم طبقة نقل قابلة للتوصيل واعتراض طلب قائم على البرمجية الوسيطة للتعامل مع الاهتمامات المتقاطعة مثل المصادقة، والتسجيل، وجمع المقاييس. يسمح هذا التصميم للمطورين بالحفاظ على طبقة اتصال متسقة مع البقاء غير مبالين بأطر عمل الويب الأساسية أو تفاصيل نقل الشبكة. يدعم المولد مجموعة واسعة من الإمكانات، بما في ذلك تعيين البيانات القائم على المخطط والتفاوض على المحتوى للتنسيقات المختلفة. ويوفر معالجة فعالة للذاكرة للحمولات الكبيرة من خلال معالجة التدفق التزايدي، مما يسمح بتبادل البيانات المعقدة دون تحميل المحتويات بالكامل في الذاكرة. تتضمن مجموعة الأدوات أيضاً أدوات لاختبار العقد المؤتمت وإنشاء توثيق تفاعلي للمساعدة في التحقق من متطلبات نقطة النهاية.

    Provides command-line tools to generate API code outside of standard build processes for custom integration workflows.

    Swiftios-swiftopenapiplugin
    عرض على GitHub↗1,935
  • vega/ts-json-schema-generatorالصورة الرمزية لـ vega

    vega/ts-json-schema-generator

    1,708عرض على GitHub↗

    Ts-json-schema-generator is a command-line tool and Node.js library that automatically generates standard JSON validation schemas directly from TypeScript source files and type definitions. Operating as a static code analyzer and schema compilation engine, it inspects type definitions and interfaces to understand structural data shapes without requiring runtime execution. It uses static program analysis by initializing a virtual compiler instance to resolve complex generic types, imports, and type relationships across source files. The project translates extracted types into standard validati

    Executes build routines directly from the command line using path glob patterns and configuration flags.

    TypeScriptcompilergeneratorjson-schema
    عرض على GitHub↗1,708
السابق12التالي
  1. Home
  2. Development Tools & Productivity
  3. Documentation Generators
  4. Data File Generators

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

  • 3D Perception Metadata File GeneratorsCreate .pkl metadata files containing sample indices, point cloud paths, and segmentation annotations for training and testing. **Distinct from Data File Generators:** Distinct from Data File Generators: specifically generates .pkl metadata files for 3D point cloud datasets, not general data files.
  • Android Dimension Resource GeneratorsGenerate dimension resource files for each target screen resolution from a single baseline file. **Distinct from Data File Generators:** Distinct from Data File Generators: specifically generates Android dimension resource files for multiple screen resolutions, not general data files.
  • Asset Generation CLIsCommand line tools specifically for batch producing visual image assets. **Distinct from Command Line Generators:** Distinct from general data file generators by focusing on visual asset production (images/SVGs).
  • Command Line Generators1 وسم فرعيUtilities for creating structured data files from command-line input. **Distinct from Data File Generators:** Distinct from Data File Generators: focuses on CLI-driven generation rather than general file creation.