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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesLazy Operation Chaining

Defining a sequence of data transformations as a lazy pipeline to be executed as a single operation.

Distinct from Operation Chaining: Existing candidates focus on specific mathematical chains, stream operators, or table skips, rather than a general lazy dataframe pipeline.

Explore 2 awesome GitHub repositories matching data & databases · Lazy Operation Chaining. Refine with filters or upvote what's useful.

Awesome Lazy Operation Chaining GitHub Repositories

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

    ibis-project/ibis

    6,574GitHub पर देखें↗

    Ibis is a portable Python dataframe library and multi-backend query engine that provides a unified interface for executing data transformations across diverse compute engines. It functions as a Python SQL expression compiler and dialect transpiler, allowing users to define data logic once and execute it across cloud warehouses, embedded databases, and distributed clusters without rewriting code. The project distinguishes itself through a database backend abstraction that decouples transformation logic from the underlying execution engine. It enables polyglot data workflows by mixing raw SQL s

    Allows combining multiple data manipulation steps into a single lazy pipeline for optimized execution.

    Pythonbigqueryclickhousedatabase
    GitHub पर देखें↗6,574
  • remeda/remedaremeda का अवतार

    remeda/remeda

    5,382GitHub पर देखें↗

    Remeda is a type-safe functional utility library for TypeScript designed for building data transformation pipelines. It provides a toolkit of helper functions for manipulating arrays and objects while maintaining strict type integrity throughout the process. The library is characterized by its support for both data-first and data-last calling styles. It utilizes lazy evaluation to process data collections, evaluating transformations only when the final result is requested to avoid creating intermediate collection copies. The toolkit covers collection manipulation, function composition, and t

    Processes data sequences through a lazy pipeline to avoid creating intermediate collection copies.

    TypeScript
    GitHub पर देखें↗5,382
  1. Home
  2. Data & Databases
  3. Lazy Operation Chaining