Skip to content

AyushCarb1/carbondata

This branch is 1 commit ahead of, 2162 commits behind apache/carbondata:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

35fd03b · Dec 27, 2017
Oct 31, 2017
Nov 29, 2017
Oct 19, 2017
Nov 11, 2017
Sep 28, 2017
Aug 17, 2017
Dec 27, 2017
Aug 19, 2017
Dec 27, 2017
Dec 22, 2017
Dec 18, 2017
Dec 27, 2017
Dec 27, 2017
Dec 26, 2017
Dec 21, 2017
Apr 25, 2016
Aug 5, 2016
May 5, 2017
Dec 13, 2017
Dec 13, 2017

Repository files navigation

Apache CarbonData is an indexed columnar data format for fast analytics on big data platform, e.g.Apache Hadoop, Apache Spark, etc.

You can find the latest CarbonData document and learn more at: http://carbondata.apache.org

CarbonData cwiki

Status

Spark2.1: Build Status Coverage Status

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".
  • 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

CarbonData is built using Apache Maven, to build CarbonData

Online Documentation

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

About

Mirror of Apache CarbonData

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 57.4%
  • Java 42.2%
  • Other 0.4%