Coder Social home page Coder Social logo

veliousi / duckdb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from duckdb/duckdb

0.0 0.0 0.0 175.37 MB

DuckDB is an in-process SQL OLAP Database Management System

Home Page: http://www.duckdb.org

License: MIT License

Shell 0.06% JavaScript 0.23% C++ 90.04% Python 2.00% C 5.13% Java 0.64% R 0.59% Julia 0.66% TypeScript 0.28% CSS 0.01% Makefile 0.03% CMake 0.34%

duckdb's Introduction

ย 

Github Actions Badge CodeFactor codecov discord

DuckDB

DuckDB is a high-performance analytical database system. It is designed to be fast, reliable 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 the goals of DuckDB, please refer to the Why DuckDB page on our website.

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:

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.

duckdb's People

Contributors

mytherin avatar hannes avatar pdet avatar lnkuiper avatar tishj avatar samansmink avatar tiagokepe avatar taniabogatsch avatar krlmlr avatar mause avatar diegomestre2 avatar tmonster avatar azimafroozeh avatar lokax avatar jens-h avatar jwills avatar hmb1 avatar chenxi8611 avatar papparapa avatar pedrohuaweicloud avatar hawkfish avatar tdoehmen avatar stephaniewang526 avatar rsund avatar wangfenjin avatar ankoh avatar bleskes avatar douenergy avatar maxxen avatar nbenn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.