Coder Social home page Coder Social logo

zhaodiankui / incubator-carbondata Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/carbondata

0.0 1.0 0.0 41.28 MB

Mirror of Apache CarbonData (Incubating)

License: Apache License 2.0

Shell 0.10% Java 55.91% Thrift 0.29% Scala 43.70% Smalltalk 0.01%

incubator-carbondata's Introduction

Apache CarbonData(incubating) is a new big data file format for faster interactive query using advanced columnar storage, index, compression and encoding techniques to improve computing efficiency, in turn it will help speedup queries an order of magnitude faster over PetaBytes of data.

You can find the latest CarbonData document and learn more at CarbonData cwiki

Features

CarbonData file format is a columnar store in HDFS, it has many features that a modern columnar format has, such as splittable, compression schema ,complex data type etc, and CarbonData has following unique features:

  • Stores data along with index: it can significantly accelerate query performance and reduces the I/O scans and CPU resources, where there are filters in the query. CarbonData index consists of multiple level of indices, a processing framework can leverage this index to reduce the task it needs to schedule and process, and it can also do skip scan in more finer grain unit (called blocklet) in task side scanning instead of scanning the whole file.
  • Operable encoded data :Through supporting efficient compression and global encoding schemes, can query on compressed/encoded data, the data can be converted just before returning the results to the users, which is "late materialized".
  • Column group: Allow multiple columns to form a column group that would be stored as row format. This reduces the row reconstruction cost at query time.
  • Supports for various use cases with one single Data format : like interactive OLAP-style query, Sequential Access (big scan), Random Access (narrow scan).

Building CarbonData,using development tools and cluster deployment guide

Please refer Building CarbonData and Configuring IDE

Please refer Cluster Deployment Guide

Getting Started

Read the quick start

Usage of CarbonData

DDL Operations on CarbonData

DML Operations on CarbonData

CarbonData data management

CarbonData File Structure and interfaces

Please refer CarbonData File Format and CarbonData Interfaces

CarbonData FAQ

Configurations For Optimizing CarbonData Performance

[Suggestion to create CarbonData table] (https://cwiki.apache.org/confluence/display/CARBONDATA/Suggestion+to+create+CarbonData+table)

Other Technical Material

Apache CarbonData meetup material

Fork and Contribute

This is an active open source project for everyone, and we are always open to people who want to use this system or contribute to it. This guide document introduce how to contribute to CarbonData.

Contact us

To get involved in CarbonData:

About

Apache CarbonData is an open source project of The Apache Software Foundation (ASF).

incubator-carbondata's People

Contributors

ravipesala avatar jackylk avatar chenliang613 avatar gvramana avatar kumarvishal09 avatar manishgupta88 avatar mohammadshahidkhan avatar ravikiran23 avatar nareshpr avatar qiangcai avatar zhangshunyu avatar sujith71955 avatar ashokblend avatar manoharvanam avatar eason-lyx avatar foryou2030 avatar vimal-das avatar lion-x avatar jbonofre avatar hexiaoqiao avatar xiaoyesoso avatar scwf avatar vinodkc avatar cenyuhai avatar zuowang avatar xbkaishui avatar uncling avatar shijinkui avatar sgururajshetty avatar phalodi avatar

Watchers

diankuizhao 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.