Giter VIP home page Giter VIP logo

dbkit's Introduction

dbkit

Join the chat at https://gitter.im/rust-dbkit/Lobby Build Status Crates.io

Columnar query processing engine written in Rust. Part of the dbkit suite of Rust libraries. dbkit isn't a standalone database, rather its a group of libaries that provided building blocks to build a database or database like data processing applications.

dbkit can be used to build:

  • It can be used to implement parts of an OLAP database
  • Building (big) data workflows pipelines that using relational algerbra / calculus operators
  • Building tools that operate structured data

Since the project early in its life and under currently under heavy development and no backwards compatability is provided even in minor versions.

Supersonic inspiration

dbkit is inspired by the Supersonic columar query engine by Google. While dbkit draws a lot of inspiration from Supersonic it is not meant to be a strait port from C++ to Rust.

Goals

  • Building blocks representing schema & data
  • Implementation of relational operations and expressions In progress
  • Query AST tree representation
  • SIMD implementation of operations
  • GPU (OpenCL) implementation of operations

Documentation

Automatically generated documentation is available from docs.rs

Requirements

The project requires the Rust language compiler and cargo to build. Currently the project only builds using nightly channel of rust to due to aggressive use of features only present in nightly Rust.

Rust unsafe

The project makes extensive use unsafe Rust particulary in lower level primatives. I would love PRs that reduce the use of unsafe where its possible without a performance penalty.

dbkit's People

Contributors

gitter-badger avatar mtanski avatar

Watchers

 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.