Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: Tsihan
  • License: mit
  • Language: C++
  • Default Branch: master
  • Size: 237 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

This is our CSCI 550 project, and we support Roaring-Bitmp in DuckDB internal.


Github Actions Badge discord Latest Release

DuckDB

In this project, we will extend Roaring Bitmap to DuckDB, and our prototype's version is 0.10.0. DuckDB is a high-performance analytical database system. It is designed to be fast, reliable, portable, and easy to use. DuckDB provides a rich SQL dialect, with support far beyond basic SQL. DuckDB supports arbitrary and nested correlated subqueries, window functions, collations, complex types (arrays, structs), and more. For more information on using DuckDB, please refer to the DuckDB documentation.

Installation

If you want to install and use DuckDB, please see our website for installation and usage instructions.

Data Import

For CSV files and Parquet files, data import is as simple as referencing the file in the FROM clause:

sql SELECT * FROM 'myfile.csv'; SELECT * FROM 'myfile.parquet';

Refer to our Data Import section for more information.

SQL Reference

The website contains a reference of functions and SQL constructs available in DuckDB.

Development

For development, DuckDB requires CMake, Python3 and a C++11 compliant compiler. Run make in the root directory to compile the sources. For development, use make debug to build a non-optimized debug version. You should run make unit and make allunit to verify that your version works properly after making changes. To test performance, you can run BUILD_BENCHMARK=1 BUILD_TPCH=1 make and then perform several standard benchmarks from the root directory by executing ./build/release/benchmark/benchmark_runner. The detail of benchmarks is in our Benchmark Guide.

Please also refer to our Contribution Guide.

Support

See the Support Options page.

Owner

  • Login: Tsihan
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

.github/actions/build_extensions/action.yml actions
  • lukka/run-vcpkg v11.1 composite
.github/actions/manylinux_2014_setup/action.yml actions
  • hendrikmuhs/ccache-action v1.2.11 composite
  • lukka/run-vcpkg v11.1 composite
.github/actions/swap_space/action.yml actions
.github/actions/ubuntu_18_setup/action.yml actions
  • actions/checkout v3 composite
  • hendrikmuhs/ccache-action v1.2.11 composite
  • lukka/run-vcpkg v11.1 composite
.github/workflows/CheckIssueForCodeFormatting.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
.github/workflows/CodeQuality.yml actions
  • actions/checkout v3 composite
  • hendrikmuhs/ccache-action main composite
.github/workflows/DraftMe.yml actions
  • actions/upload-artifact v3 composite
.github/workflows/DraftMeNot.yml actions
.github/workflows/DraftPR.yml actions
  • actions/github-script v6 composite
.github/workflows/ExtendedTests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • hendrikmuhs/ccache-action main composite
.github/workflows/ExtensionTrigger.yml actions
  • actions/checkout v3 composite
.github/workflows/ExtraTests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • hendrikmuhs/ccache-action main composite
.github/workflows/InternalIssuesCreateMirror.yml actions
.github/workflows/InternalIssuesUpdateMirror.yml actions
.github/workflows/IssuesCloseStale.yml actions
  • actions/stale v8 composite
.github/workflows/Java.yml actions
  • ./.github/actions/manylinux_2014_setup * composite
  • ./.github/actions/ubuntu_18_setup * composite
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • hendrikmuhs/ccache-action main composite
  • hendrikmuhs/ccache-action v1.2.11 composite
.github/workflows/Julia.yml actions
  • actions/checkout v3 composite
  • hendrikmuhs/ccache-action main composite
  • julia-actions/setup-julia v1 composite
.github/workflows/Labels.yml actions
  • andymckay/labeler master composite
.github/workflows/LinuxRelease.yml actions
  • ./.github/actions/build_extensions * composite
  • ./.github/actions/manylinux_2014_setup * composite
  • ./.github/actions/ubuntu_18_setup * composite
  • KyleMayes/install-llvm-action v1 composite
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • hendrikmuhs/ccache-action main composite
.github/workflows/Main.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • hendrikmuhs/ccache-action main composite
.github/workflows/NeedsDocumentation.yml actions
.github/workflows/NightlyTests.yml actions
  • ./.github/actions/manylinux_2014_setup * composite
  • ./.github/actions/ubuntu_18_setup * composite
  • KyleMayes/install-llvm-action v1 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • hendrikmuhs/ccache-action main composite
  • hendrikmuhs/ccache-action v1.2.11 composite
  • mymindstorm/setup-emsdk v12 composite
.github/workflows/OSX.yml actions
  • ./.github/actions/build_extensions * composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • hendrikmuhs/ccache-action main composite
.github/workflows/PRNeedsMaintainerApproval.yml actions
.github/workflows/Python.yml actions
  • ./.github/actions/build_extensions * composite
  • ./.github/actions/manylinux_2014_setup * composite
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • docker/setup-qemu-action v2 composite
  • hendrikmuhs/ccache-action main composite
  • hendrikmuhs/ccache-action v1.2.11 composite
.github/workflows/R.yml actions
  • ./.github/actions/build_extensions * composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • hendrikmuhs/ccache-action main composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/R_CMD_CHECK.yml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/Regression.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • hendrikmuhs/ccache-action main composite
.github/workflows/Swift.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/SwiftRelease.yml actions
  • actions/checkout v3 composite
.github/workflows/Wasm.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • hendrikmuhs/ccache-action main composite
  • lukka/run-vcpkg v11.1 composite
  • mymindstorm/setup-emsdk v12 composite
.github/workflows/Windows.yml actions
  • ./.github/actions/build_extensions * composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • hendrikmuhs/ccache-action main composite
  • ilammy/msvc-dev-cmd v1 composite
  • msys2/setup-msys2 v2 composite
.github/workflows/_extension_client_tests.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/_extension_deploy.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v2 composite
.github/workflows/_extension_distribution.yml actions
  • ./duckdb/.github/actions/ubuntu_18_setup * composite
  • actions/checkout v3 composite
  • actions/setup-python v2 composite
  • actions/upload-artifact v2 composite
  • actions/upload-artifact v3 composite
  • hendrikmuhs/ccache-action v1.2.11 composite
  • hendrikmuhs/ccache-action main composite
  • lukka/run-vcpkg v11.1 composite
  • mymindstorm/setup-emsdk v13 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/cifuzz.yml actions
  • actions/upload-artifact v1 composite
  • google/oss-fuzz/infra/cifuzz/actions/build_fuzzers master composite
  • google/oss-fuzz/infra/cifuzz/actions/run_fuzzers master composite
.github/workflows/coverity.yml actions
  • actions/checkout v4 composite
examples/jdbc/pom.xml maven
  • org.duckdb:duckdb_jdbc 0.6.1
tools/pythonpkg/pyproject.toml pypi
tools/pythonpkg/requirements-dev.txt pypi
  • fsspec * development
  • mypy * development
  • numpy >=1.14 development
  • pandas * development
  • polars * development
  • psutil >=5.9.0 development
  • pyarrow * development
  • pybind11 >=2.6.0 development
  • pytest * development
  • setuptools >=58 development
  • setuptools_scm >=6.3 development
  • tensorflow * development
tools/pythonpkg/setup.py pypi
extension/httpfs/vcpkg.json vcpkg
  • openssl *