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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesCustom Database Operators

User-defined procedures and operators that extend the core functionality of a database to handle specific data types or logic.

Distinct from Custom Operation Definitions: None of the candidates cover general database-level user-defined operators; candidates are too specific to tensors or workflow engines.

Explore 2 awesome GitHub repositories matching data & databases · Custom Database Operators. Refine with filters or upvote what's useful.

Awesome Custom Database Operators GitHub Repositories

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

    microsoft/garnet

    11,885GitHub पर देखें↗

    Garnet is a multi-threaded in-memory database and distributed key-value store. It functions as a high-performance remote cache store that implements the RESP wire protocol to maintain compatibility with existing Redis clients and libraries. The project is distinguished by a shared-memory architecture that enables parallel request processing across multiple cores for sub-millisecond latency. It features a tiered storage system that automatically offloads colder data from system memory to SSD or cloud storage layers, and includes a specialized vector search database for high-dimensional similar

    Enables the extension of the database with user-written procedures operating on raw strings or custom object types.

    C#cachecache-storagecluster
    GitHub पर देखें↗11,885
  • astronomer/dag-factoryastronomer का अवतार

    astronomer/dag-factory

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

    Dag-factory is a framework for constructing and managing Apache Airflow data pipelines through declarative configuration files. By replacing manual procedural code with structured YAML definitions, it enables the programmatic generation of complex workflow structures, task dependencies, and execution schedules. The project distinguishes itself by mapping configuration keys directly to Python class constructors and operators, allowing for the dynamic instantiation of objects and custom logic. It supports hierarchical configuration inheritance to standardize settings across environments and pro

    Maps user-defined objects and custom operator classes to configuration entries for specialized pipeline logic.

    Pythonairflowapache-airflowdags
    GitHub पर देखें↗1,440
  1. Home
  2. Data & Databases
  3. Custom Database Operators

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

  • Custom Operator DefinitionsFrameworks for mapping configuration keys to custom Python classes and operators for specialized pipeline logic. **Distinct from Custom Database Operators:** Distinct from Custom Database Operators: focuses on general-purpose workflow operator extensibility rather than database-specific procedures.