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

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

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

2 مستودعات

Awesome GitHub RepositoriesBatch-Driven Data Migration

Manages the migration of massive datasets using controlled batching to optimize memory and avoid packet limits.

Distinct from Large-Scale Dataset Management: Distinct from Large-Scale Dataset Management: focuses on the active process of migration via batching rather than general storage management.

Explore 2 awesome GitHub repositories matching data & databases · Batch-Driven Data Migration. Refine with filters or upvote what's useful.

Awesome Batch-Driven Data Migration GitHub Repositories

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

    zdennis/activerecord-import

    4,151عرض على GitHub↗

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

    Processes massive datasets in controlled batches to manage memory usage and avoid database packet size limits.

    Ruby
    عرض على GitHub↗4,151
  • cvdfoundation/open-images-datasetالصورة الرمزية لـ cvdfoundation

    cvdfoundation/open-images-dataset

    1,104عرض على GitHub↗

    This project provides a collection of command-line tools and scripts designed to automate the ingestion, migration, and preparation of large-scale annotated image datasets. It serves as a utility for managing the retrieval of image collections paired with bounding box and segmentation annotations, facilitating their integration into machine learning data pipelines. The toolset enables the bulk transfer of image data and metadata manifests into private cloud storage environments. It utilizes manifest-driven orchestration to process structured resource locations, ensuring that raw image files r

    Automates bulk retrieval and migration of large-scale media datasets by processing structured resource manifests.

    عرض على GitHub↗1,104
  1. Home
  2. Data & Databases
  3. Large-Scale Dataset Management
  4. Batch-Driven Data Migration

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

  • Label Migration UtilitiesTools for importing and mapping existing classification labels between datasets to bootstrap recommendation models. **Distinct from Batch-Driven Data Migration:** Distinct from general data migration: specifically focuses on the migration of classification labels and metadata associations rather than raw data records.