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

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

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

10 مستودعات

Awesome GitHub RepositoriesRecord Transformers

Utilities for modifying the internal structure or content of data records.

Distinct from Structured Data Records: Distinct from structured records themselves, this focuses on the active modification and filtering of the records.

Explore 10 awesome GitHub repositories matching data & databases · Record Transformers. Refine with filters or upvote what's useful.

Awesome Record Transformers GitHub Repositories

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

    fluent/fluentd

    13,554عرض على GitHub↗

    Fluentd is a unified logging layer and distributed event router that collects, parses, and routes log data from diverse sources to various storage backends. It functions as a log forwarding agent and pipeline orchestrator, transforming raw unstructured log strings into formatted objects using structured log parsing. The project utilizes a plugin-based pipeline architecture to route data through independent input, filter, and output stages. It differentiates itself through tag-based event routing, which uses regular expression patterns to direct specific data streams to their intended destinat

    Modifies event content by parsing fields, filtering records via grep, or changing record structures.

    Ruby
    عرض على GitHub↗13,554
  • gcanti/fp-tsالصورة الرمزية لـ gcanti

    gcanti/fp-ts

    11,523عرض على GitHub↗

    fp-ts is a TypeScript library that brings pure functional programming patterns to the language through algebraic data types, type class abstractions, and composable combinators. It provides foundational data types like Option for optional values, Either for typed error handling, and Task for lazy asynchronous computations, all designed to make invalid states unrepresentable and side effects explicit. The library is built on category theory concepts, offering type classes such as Functor, Applicative, Monad, Semigroup, and Monoid with lawful instances for common data structures. The library di

    Ships computed field additions for incremental record construction within functorial contexts.

    TypeScriptalgebraic-data-typesfunctional-programmingtypescript
    عرض على GitHub↗11,523
  • emdash-cms/emdashالصورة الرمزية لـ emdash-cms

    emdash-cms/emdash

    10,887عرض على GitHub↗

    EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru

    Adds new fields to content collection schemas with type, constraints, validation, and translatability settings.

    TypeScriptastrocmsemdash
    عرض على GitHub↗10,887
  • apify/crawlee-pythonالصورة الرمزية لـ apify

    apify/crawlee-python

    8,097عرض على GitHub↗

    Crawlee-python is a web crawling framework for building scalable scrapers using Python. It serves as a comprehensive tool for web scraping automation, providing a system to extract structured data from websites using both lightweight HTTP requests and headless browser automation. The framework is distinguished by its anti-bot evasion capabilities, which include browser fingerprint impersonation and tiered proxy rotation to bypass detection systems and solve challenges such as Cloudflare. It also incorporates artificial intelligence for autonomous website navigation and schema-based data extra

    Processes raw scraped data through user-defined functions to clean, format, or restructure record content.

    Pythonapifyautomationbeautifulsoup
    عرض على GitHub↗8,097
  • unisonweb/unisonالصورة الرمزية لـ unisonweb

    unisonweb/unison

    6,487عرض على GitHub↗

    Provides immutable field modification by applying functions to record fields.

    Haskellhacktoberfesthaskellprogramming-language
    عرض على GitHub↗6,487
  • apache/pinotالصورة الرمزية لـ apache

    apache/pinot

    6,098عرض على GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Applies transformation functions to records after upsert merges to ensure data consistency.

    Java
    عرض على GitHub↗6,098
  • balancap/ssd-tensorflowالصورة الرمزية لـ balancap

    balancap/SSD-Tensorflow

    4,103عرض على GitHub↗

    هذا المشروع هو إطار عمل لاكتشاف الكائنات TensorFlow مصمم لتدريب ونشر نماذج Single Shot MultiBox Detector. يوفر مجموعة أدوات تدريب شبكة عصبية لتنفيذ بنية SSD لتحقيق توطين الكائنات في الصور والفيديو في الوقت الفعلي. يتضمن إطار العمل خط أنابيب بيانات مخصصاً لتحويل مجموعات بيانات اكتشاف الكائنات إلى تنسيقات سجل ثنائية لزيادة سرعة التدريب والأداء. كما يتميز بأدوات لتحويل أوزان النموذج بين تنسيقات نقاط الفحص المختلفة لتسهيل إعادة استخدام الشبكات المدربة مسبقاً. يغطي النظام مجموعة واسعة من القدرات بما في ذلك ضبط النموذج على مجموعات بيانات مخصصة، وتدريب اكتشاف الكائنات، وتقييم الدقة من خلال قياس مقاييس الدقة والاستدعاء.

    Provides a dedicated pipeline for transforming object detection datasets into binary record formats for faster training.

    Jupyter Notebookdeep-learningobject-detectionssd
    عرض على GitHub↗4,103
  • brightmart/albert_zhالصورة الرمزية لـ brightmart

    brightmart/albert_zh

    3,982عرض على GitHub↗

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

    Ships utilities to transform raw text files into optimized binary record formats for efficient training.

    Pythonalbertbertchinese-corpus
    عرض على GitHub↗3,982
  • dathere/qsvالصورة الرمزية لـ dathere

    dathere/qsv

    3,687عرض على GitHub↗

    qsv is a high-performance command line toolkit for querying, transforming, and analyzing comma-separated value files. It functions as a data wrangling interface and a tabular data profiler, featuring a query engine capable of executing SQL statements and joins directly on flat files without requiring a database. The project is distinguished by its ability to process massive datasets that exceed available system memory. This is achieved through disk-based external memory processing, including multithreaded merge sorting, on-disk hash tables for deduplication, and lightweight file indexing for

    Allows removing a specific set of records from one dataset based on matching columns in another.

    Rustaickancsv
    عرض على GitHub↗3,687
  • erigontech/erigonالصورة الرمزية لـ erigontech

    erigontech/erigon

    3,529عرض على GitHub↗

    Erigon is an Ethereum execution client and blockchain archive node designed to maintain full or archive copies of the blockchain. It functions as a Proof-of-Stake validator, an Ethereum RPC server, and a network validator operation tool, providing the core infrastructure to validate blocks and secure the chain. The project distinguishes itself through high-performance storage and data distribution, utilizing a flat key-value state storage system instead of a Merkle Patricia Trie to increase read and write speeds. It employs BitTorrent-based data distribution for immutable historical blockchai

    Transforms database records into sorted order to minimize write amplification and reduce RAM usage during execution.

    Goblockchainethereum
    عرض على GitHub↗3,529
  1. Home
  2. Data & Databases
  3. Structured Data Records
  4. Record Transformers

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

  • Binary Record ConvertersUtilities that transform datasets into optimized binary record formats for training. **Distinct from Record Transformers:** Specifically focuses on binary record serialization for ML training performance, unlike general record structure modification.
  • Functional Field Modifications1 وسم فرعيTransforming a named field's value by applying a function, returning a new copy of the record. **Distinct from Record Transformers:** Distinct from Record Transformers: focuses on immutable field transformation rather than general record restructuring.
  • Length NormalizationProcesses for ensuring all records maintain a consistent length via padding or truncation. **Distinct from Record Transformers:** Distinct from structural transformation by specifically focusing on field length consistency across records.
  • Record ExclusionsFiltering processes that remove specific records from a dataset based on matching criteria from another source. **Distinct from Record Transformers:** Distinct from general record transformation by focusing specifically on the subtraction of rows based on external dataset matches.