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

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

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

10 مستودعات

Awesome GitHub RepositoriesMySQL Extensions

Support for database-specific extensions and plugins for MySQL.

Distinguishing note: No existing candidates for MySQL extensions.

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

Awesome MySQL Extensions GitHub Repositories

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

    drizzle-team/drizzle-orm

    34,835عرض على GitHub↗

    Drizzle ORM is a TypeScript-native database toolkit providing type-safe SQL query building, schema management, and automated migrations across PostgreSQL, MySQL, SQLite, and SingleStore.

    Supports integration with MySQL-specific database extensions.

    TypeScriptormtypescriptsql
    عرض على GitHub↗34,835
  • openedx/openedx-platformالصورة الرمزية لـ openedx

    openedx/openedx-platform

    8,129عرض على GitHub↗

    Open edX is a web-based learning management system and online course delivery platform that provides a complete environment for hosting, delivering, and managing online courses. It includes a dedicated course authoring studio for creating, organizing, and publishing course materials and assessments, along with a learning analytics dashboard for viewing visualizations and metrics of course data to analyze learner performance and engagement. The platform supports educational content structuring through tools for assembling course materials, and offers course data analytics capabilities for anal

    Stores core metadata in MySQL while offloading large student state and event data to MongoDB.

    Pythonbackend-service
    عرض على GitHub↗8,129
  • dyc87112/springcloud-learningالصورة الرمزية لـ dyc87112

    dyc87112/SpringCloud-Learning

    7,375عرض على GitHub↗

    SpringCloud-Learning is an educational project that demonstrates how to build microservices using Spring Cloud, covering the core patterns of service discovery, centralized configuration management, and API gateway routing. The project provides hands-on examples for registering and discovering microservice instances with Nacos, Eureka, or Consul, and for routing external API requests through Spring Cloud Gateway with support for filters and load balancing. The tutorials explore service resilience through circuit breakers and rate limiting with Sentinel and Hystrix, including custom fallback l

    Provides a concrete walkthrough for persisting Nacos data to MySQL for cluster deployments.

    Javaconsuleurekahystrix
    عرض على GitHub↗7,375
  • 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

    Stores cluster metadata in MySQL for production deployments.

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

    Fizzadar/pyinfra

    5,793عرض على GitHub↗

    pyinfra is an agentless infrastructure automation framework that turns declarative Python code into idempotent shell commands to manage servers, containers, and local machines over SSH without requiring any pre-installed software on target hosts. It operates by comparing the desired state of a system against its current state, using a dry-run simulation mode to preview changes and a fact-based conditional execution engine to gather host attributes at runtime and control which operations run. The tool compiles Python operations into optimized shell commands and executes them in parallel across

    Provides idempotent creation, modification, and removal of MySQL databases and roles.

    Python
    عرض على GitHub↗5,793
  • alibaba/alisqlالصورة الرمزية لـ alibaba

    alibaba/AliSQL

    5,706عرض على GitHub↗

    AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en

    Ships an in-memory columnar query accelerator that runs analytical SQL workloads directly on MySQL tables.

    C++alisqldatabaseduckdb
    عرض على GitHub↗5,706
  • siddontang/go-mysqlالصورة الرمزية لـ siddontang

    siddontang/go-mysql

    4,953عرض على GitHub↗

    go-mysql هو مجموعة أدوات للغة البرمجة Go مصممة لتنفيذ معالجات بروتوكول MySQL، وأنظمة نسخ السجل الثنائي، والخوادم الوهمية، وأدوات تحليل المخططات. توفر المكتبات اللازمة للتفاعل مع خوادم MySQL من خلال بروتوكولات الشبكة الأصلية وتدفقات السجل الثنائي. يمكن المشروع من إنشاء وكلاء قاعدة بيانات مخصصين أو خوادم وهمية عن طريق تحليل وفك تشفير حزم الشبكة منخفضة المستوى. كما يتضمن أداة نسخ متماثل لبث ومعالجة السجلات الثنائية لمزامنة البيانات عبر أنظمة تخزين مختلفة، إلى جانب محلل مخططات لاستخراج وتحليل تعريفات هيكل قاعدة البيانات. تغطي مجموعة الأدوات مجموعة واسعة من قدرات تكامل قاعدة البيانات، بما في ذلك إدارة الاتصال، وتنفيذ الاستعلام، وإدارة سير عمل نسخ البيانات في الوقت الفعلي. كما تدعم أتمتة ترحيلات المخططات ومزامنة السجلات مع أنظمة التخزين الخارجية.

    Includes a schema parser for extracting and analyzing database structural definitions to automate migrations and organization.

    Go
    عرض على GitHub↗4,953
  • 981011512/--الصورة الرمزية لـ 981011512

    981011512/--

    4,687عرض على GitHub↗

    هذا نظام ذكي لإدارة مواقف السيارات مصمم لأتمتة تحديد هوية المركبات، وحجوزات المساحات، والتحكم في البوابات من خلال دمج أجهزة الكاميرا والخدمات السحابية. يوفر النظام إطار عمل شاملاً لإدارة عمليات مواقف السيارات، بما في ذلك واجهة خلفية Spring Boot، ولوحة تحكم إدارية Vue JS، وتطبيقات جوال أصلية للمستخدمين لتحديد وحجز المساحات. يتميز النظام بقدرات دمج الأجهزة، والتي تشمل تحديد هوية المركبات آلياً عبر الكاميرات، والتحكم عن بُعد في الأجهزة، وواجهات التجاوز اليدوي للحفاظ على العمليات أثناء انقطاع الشبكة أو الطاقة. يتضمن النظام أيضاً بنية تحتية متخصصة لإدارة محطات شحن المركبات الكهربائية، تغطي الحالة التشغيلية، والتخصيص، ودورات الفوترة. تغطي الإمكانيات الواسعة معالجة الدفع الآلي بتعريفات ديناميكية وتوجيه متعدد المستأجرين، والتحكم في الوصول البيومتري باستخدام التعرف على الوجه، وتتبع الممتلكات السكنية. تستخدم البنية استراتيجية استمرارية متعددة اللغات تجمع بين MySQL و MongoDB للسجلات العلائقية وسجلات النظام غير المهيكلة.

    Utilizes a hybrid architecture splitting relational parking records in MySQL and unstructured logs in MongoDB.

    Java
    عرض على GitHub↗4,687
  • apache/gravitinoالصورة الرمزية لـ apache

    apache/gravitino

    2,866عرض على GitHub↗

    Gravitino is a federated metadata lake and unified data catalog designed to manage tables, files, and AI models across diverse data sources and cloud storage. It serves as a centralized interface for governing schemas, access controls, and tagging across relational databases, messaging queues, and object stores. The project distinguishes itself by unifying the management of AI assets, such as machine learning models and their version lineages, alongside traditional tabular data. It also implements the Iceberg REST specification to provide a standardized metadata server and proxy for lakehouse

    Performs DDL operations to create and delete MySQL databases, tables, and indexes.

    Javaai-catalogdata-catalogdatalake
    عرض على GitHub↗2,866
  • churchcrm/crmالصورة الرمزية لـ ChurchCRM

    ChurchCRM/CRM

    818عرض على GitHub↗

    This software is a web-based management platform designed for religious and nonprofit organizations to track member records, financial contributions, and event participation. It functions as a centralized system for maintaining detailed profiles for individuals and families, organizing members into groups, and monitoring engagement through attendance tracking. The platform distinguishes itself by integrating geospatial mapping tools that visualize member distribution to assist with community outreach and logistics planning. It also includes specialized financial modules for processing donatio

    Stores and organizes member profiles, financial contributions, and event logs using relational database technology.

    PHPattendance-systemcalendarcalendar-events
    عرض على GitHub↗818
  1. Home
  2. Data & Databases
  3. MySQL Extensions

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

  • In-Memory Columnar AcceleratorsIn-memory columnar query accelerators that run analytical SQL workloads directly on MySQL tables for sub-second response times. **Distinct from MySQL Extensions:** Distinct from MySQL Extensions: focuses on a specific in-memory columnar acceleration engine (HeatWave), not general plugin-based extensibility.
  • MySQL Metadata Stores3 وسوم فرعيةStoring cluster metadata in MySQL for production deployments that integrate with existing database infrastructure. **Distinct from MySQL Extensions:** Distinct from MySQL Extensions: focuses on using MySQL as a metadata store backend, not extending MySQL itself.
  • MySQL Schema Management3 وسوم فرعيةPerforming DDL operations and managing structural metadata for MySQL databases. **Distinct from MySQL Metadata Stores:** Focuses on managing MySQL as a target data source rather than using it as a metadata store backend