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

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

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

cwida/duckdb

0
View on GitHub↗
38,822 स्टार्स·3,328 फोर्क्स·C++·MIT·11 व्यूज़www.duckdb.org↗

Duckdb

DuckDB एक एम्बेडेड, इन-प्रोसेस एनालिटिकल SQL डेटाबेस और OLAP डेटाबेस प्रबंधन प्रणाली है। यह Parquet और CSV फ़ाइलों के लिए डेटा इंजन के रूप में कार्य करता है, जिससे उपयोगकर्ता अलग सर्वर प्रक्रिया की आवश्यकता के बिना बड़े डेटासेट पर जटिल SQL क्वेरी निष्पादित कर सकते हैं।

यह सिस्टम स्थानीय विश्लेषणात्मक प्रसंस्करण और एम्बेडेड डेटा साइंस वर्कफ़्लो के लिए डिज़ाइन किया गया है। यह डिस्क से Parquet और CSV फ़ाइलों की सीधी क्वेरी और विश्लेषण को सक्षम बनाता है, जिससे डेटा को स्थायी डेटाबेस में लोड करने की आवश्यकता नहीं पड़ती।

इंजन उच्च-प्रदर्शन वाली विश्लेषणात्मक SQL निष्पादन प्रदान करता है, जिसमें विंडो फ़ंक्शंस और नेस्टेड सबक्वेरी के लिए समर्थन शामिल है। यह बड़े पैमाने पर डेटा हेरफेर और अन्वेषण को संभालने के लिए कॉलम-आधारित स्टोरेज लेआउट और वेक्टरकृत क्वेरी निष्पादन को शामिल करता है।

डेटाबेस एक स्टैंडअलोन कमांड लाइन इंटरफेस और Python, R, Java, और Wasm के लिए भाषा-विशिष्ट बाइंडिंग के माध्यम से सुलभ है।

Features

  • In-Process Analytics - Runs the analytical database engine directly within the host application process to eliminate network latency.
  • Analytical Workload Engines - Optimized for heavy local analytical processing and OLAP workloads via an embedded engine.
  • Columnar Databases - Implements a storage engine optimized for analytical queries using columnar data structures.
  • Embedded Databases - Implements a relational storage engine that runs within the application process without a separate server.
  • File-Based Data Engines - Serves as a data engine that imports and queries large Parquet and CSV files directly using SQL.
  • File-Based Data Import - Enables direct loading and querying of CSV and Parquet files by referencing them within SQL queries.
  • Parquet Scanners - Optimizes Parquet integration by mapping file structures directly to internal formats for fast scanning and predicate pushdown.
  • Parquet Data Processing - Enables direct querying and analysis of Parquet and CSV files from disk without requiring a separate load step.
  • SQL Query Execution Engines - Provides a high-performance SQL execution engine supporting advanced window functions and nested subqueries.
  • Vectorized Execution Engines - Employs a vectorized execution engine that processes batches of data to maximize CPU cache efficiency.
  • Embedded Data Science Workflows - Integrates SQL database capabilities directly into Python, R, and Java environments for fast data exploration.
  • Morsel-Driven Parallelism - Utilizes morsel-driven parallelism to distribute data chunks across CPU cores for high concurrency.
  • Large Dataset Optimizations - Optimizes the processing of massive structured datasets using high-performance SQL queries and window functions.
  • Push-Based Query Pipelines - Implements a push-based execution pipeline to improve CPU cache locality and reduce function call overhead.
  • डेटा मैनेजमेंट - Embeddable SQL database management system for analytics.

स्टार हिस्ट्री

cwida/duckdb के लिए स्टार हिस्ट्री चार्टcwida/duckdb के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

cwida/duckdb क्या करता है?

DuckDB एक एम्बेडेड, इन-प्रोसेस एनालिटिकल SQL डेटाबेस और OLAP डेटाबेस प्रबंधन प्रणाली है। यह Parquet और CSV फ़ाइलों के लिए डेटा इंजन के रूप में कार्य करता है, जिससे उपयोगकर्ता अलग सर्वर प्रक्रिया की आवश्यकता के बिना बड़े डेटासेट पर जटिल SQL क्वेरी निष्पादित कर सकते हैं।

cwida/duckdb की मुख्य विशेषताएं क्या हैं?

cwida/duckdb की मुख्य विशेषताएं हैं: In-Process Analytics, Analytical Workload Engines, Columnar Databases, Embedded Databases, File-Based Data Engines, File-Based Data Import, Parquet Scanners, Parquet Data Processing।

cwida/duckdb के कुछ ओपन-सोर्स विकल्प क्या हैं?

cwida/duckdb के ओपन-सोर्स विकल्पों में शामिल हैं: facebookincubator/velox — Velox is a high-performance C++ query execution engine and columnar data processing library. It serves as a composable… duckdb/duckdb — DuckDB is an in-process analytical database engine designed to run directly within an application process. As a… apache/hive — Apache Hive is a SQL-on-Hadoop data warehouse that enables querying and managing petabytes of data stored in… lancedb/lancedb — LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector… apache/arrow — Arrow is a cross-language development platform for in-memory data. It provides a standardized, language-independent… risingwavelabs/risingwave — RisingWave is a cloud-native streaming database and real-time analytics engine that uses standard SQL to process…

Duckdb के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Duckdb के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • facebookincubator/veloxfacebookincubator का अवतार

    facebookincubator/velox

    4,155GitHub पर देखें↗

    Velox is a high-performance C++ query execution engine and columnar data processing library. It serves as a composable framework for implementing analytical query engines, providing a vectorized expression evaluator and a toolkit for data management systems. The project is distinguished by its use of vectorized columnar execution and arena-based memory allocation to process large-scale datasets. It features specialized optimizations such as broadcast join table caching, dynamic filter push-down, and dictionary encoding to reduce memory overhead and accelerate analytical reads. The engine cov

    C++
    GitHub पर देखें↗4,155
  • duckdb/duckdbduckdb का अवतार

    duckdb/duckdb

    38,805GitHub पर देखें↗

    DuckDB is an in-process analytical database engine designed to run directly within an application process. As a zero-dependency, embedded system, it provides enterprise-grade SQL data processing capabilities without the overhead of managing a dedicated database server. It is built to handle complex analytical and aggregation tasks by storing and retrieving information in columns, allowing for high-performance relational data manipulation. The engine distinguishes itself through a columnar vectorized execution model that maximizes CPU cache efficiency during query operations. It employs adapti

    C++analyticsdatabaseembedded-database
    GitHub पर देखें↗38,805
  • apache/hiveapache का अवतार

    apache/hive

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

    Apache Hive is a SQL-on-Hadoop data warehouse that enables querying and managing petabytes of data stored in distributed storage such as HDFS and cloud storage services. It provides a familiar SQL interface for batch analytics and reporting, supported by a core set of components including the HiveServer2 Thrift service for remote query execution, the Hive Metastore Service for central metadata management, the Hive ACID Transaction Engine for concurrent read-write operations, and the Hive LLAP Interactive Engine for low-latency analytical processing. The WebHCat REST API offers an HTTP interfac

    Javaapachebig-datadatabase
    GitHub पर देखें↗6,012
  • lancedb/lancedblancedb का अवतार

    lancedb/lancedb

    9,031GitHub पर देखें↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    GitHub पर देखें↗9,031
  • Duckdb के सभी 30 विकल्प देखें→