CINXE.COM

CarbonData

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href='images/favicon.ico' rel='shortcut icon' type='image/x-icon'> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>CarbonData</title> <!-- Bootstrap --> <link rel="stylesheet" href="css/bootstrap.min.css"> <link href="css/style.css" rel="stylesheet"> <link href="css/full-slider.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- <div class="feedback-btn"> <a href="feedback.html" class="link">feedback</a> </div> --> <header> <nav class="navbar navbar-default navbar-custom cd-navbar-wrapper"> <div class="container"> <div class="navbar-header"> <button aria-controls="navbar" aria-expanded="false" data-target="#navbar" data-toggle="collapse" class="navbar-toggle collapsed" type="button"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="#" class="logo"> <img src="images/CarbonDataLogo.png" alt="CarbonData logo" title="CarbocnData logo"/> </a> </div> <div class="navbar-collapse collapse cd_navcontnt" id="navbar"> <ul class="nav navbar-nav navbar-right navlist-custom"> <li><a href="index.html" class="active hidden-xs"><i class="fa fa-home" aria-hidden="true"></i> </a></li> <li><a href="index.html" class="active hidden-lg hidden-md hidden-sm">Home</a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Download <span class="caret"></span></a> <ul class="dropdown-menu"> <li> <a href="https://dlcdn.apache.org/carbondata/2.3.1/" target="_blank">Apache CarbonData 2.3.1</a></li> <li> <a href="https://dlcdn.apache.org/carbondata/2.3.0/" target="_blank">Apache CarbonData 2.3.0</a></li> <li> <a href="https://dlcdn.apache.org/carbondata/2.2.0/" target="_blank">Apache CarbonData 2.2.0</a></li> <li> <a href="https://dlcdn.apache.org/carbondata/2.1.1/" target="_blank">Apache CarbonData 2.1.1</a></li> <li> <a href="https://dlcdn.apache.org/carbondata/2.0.1/" target="_blank">Apache CarbonData 2.0.1</a></li> <li> <a href="https://dlcdn.apache.org/carbondata/1.6.1/" target="_blank">Apache CarbonData 1.6.1</a></li> <li> <a href="https://dlcdn.apache.org/carbondata/1.5.4/" target="_blank">Apache CarbonData 1.5.4</a></li> <li> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Releases" target="_blank">Release Archive</a></li> </ul> </li> <li><a href="documentation.html" class="">Documentation</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community <span class="caret"></span></a> <ul class="dropdown-menu"> <li> <a href="https://github.com/apache/carbondata/blob/master/docs/how-to-contribute-to-apache-carbondata.md" target="_blank">Contributing to CarbonData</a></li> <li> <a href="https://github.com/apache/carbondata/blob/master/docs/release-guide.md" target="_blank">Release Guide</a></li> <li> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/PMC+and+Committers+member+list" target="_blank">Project PMC and Committers</a></li> <li> <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=66850609" target="_blank">CarbonData Meetups</a></li> <li><a href="security.html">Apache CarbonData Security</a></li> <li><a href="https://issues.apache.org/jira/browse/CARBONDATA" target="_blank">Apache Jira</a></li> <li><a href="videogallery.html">CarbonData Videos </a></li> </ul> </li> <li class="dropdown"> <a href="http://www.apache.org/" class="apache_link hidden-xs dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Apache</a> <ul class="dropdown-menu"> <li><a href="http://www.apache.org/" target="_blank">Apache Homepage</a> </li> <li><a href="http://www.apache.org/licenses/" target="_blank">License</a></li> <li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Sponsorship</a></li> <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li> </ul> </li> <li class="dropdown"> <a href="http://www.apache.org/" class="hidden-lg hidden-md hidden-sm dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Apache</a> <ul class="dropdown-menu"> <li><a href="http://www.apache.org/" target="_blank">Apache Homepage</a> </li> <li><a href="http://www.apache.org/licenses/" target="_blank">License</a></li> <li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Sponsorship</a></li> <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li> </ul> </li> <li> <a href="#" id="search-icon"><i class="fa fa-search" aria-hidden="true"></i></a> </li> </ul> </div><!--/.nav-collapse --> <div id="search-box"> <form method="get" action="http://www.google.com/search" target="_blank"> <div class="search-block"> <table border="0" cellpadding="0" width="100%"> <tr> <td style="width:80%"> <input type="text" name="q" size=" 5" maxlength="255" value="" class="search-input" placeholder="Search...." required/> </td> <td style="width:20%"> <input type="submit" value="Search"/></td> </tr> <tr> <td align="left" style="font-size:75%" colspan="2"> <input type="checkbox" name="sitesearch" value="carbondata.apache.org" checked/> <span style=" position: relative; top: -3px;"> Only search for CarbonData</span> </td> </tr> </table> </div> </form> </div> </div> </nav> </header> <!-- end Header part --> <div class="fixed-padding"></div> <!-- top padding with fixde header --> <section><!-- Banner part --> <div class="cd-homebanner"> <div id="myCarousel" class="carousel slide"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> <li data-target="#myCarousel" data-slide-to="3"></li> </ol> <!-- Wrapper for Slides --> <div class="carousel-inner"> <div class="item active"> <div class="carousel-caption"> <div class="container-fluid"> <div class="col-md-6 col-sm-6"> <div class="slide-title"> The new <strong>BigData</strong> file format for <strong>Faster Data</strong> analysis </div> </div> <div class="col-md-6 col-sm-6"> <div class="slide-img"><img src="images/cd-slider-1.png" alt=""/> </div> </div> </div> </div> </div> <div class="item"> <div class="carousel-caption"> <div class="container-fluid"> <div class="col-md-6 col-sm-6"> <div class="slide-title"> Analytical <strong>Queries </strong> on <strong>Petabytes</strong> of <strong>Data </strong> </div> </div> <div class="col-md-6 col-sm-6"> <div class="slide-img"><img src="images/cd-slider-2.png" alt=""/> </div> </div> </div> </div> </div> <div class="item"> <div class="carousel-caption"> <div class="container-fluid"> <div class="col-md-6 col-sm-6"> <div class="slide-title"> <strong>10x Faster </strong> than current <strong>Open Source</strong> file format </div> </div> <div class="col-md-6 col-sm-6"> <div class="slide-img"><img src="images/cd-slider-3.png" alt=""/> </div> </div> </div> </div> </div> <div class="item"> <div class="carousel-caption"> <div class="container-fluid"> <div class="col-md-6 col-sm-6"> <div class="slide-title"> <strong>Black Duck </strong> Open Source <strong>ROOKIES</strong> of the <strong>Year</strong> <p> <a class="slider-btn" target="_blank" href="https://www.blackducksoftware.com/open-source-rookies-2016#Bigdata" >Learn more</a> </p> </div> </div> <div class="col-md-6 col-sm-6"> <div class="slide-img"><img src="images/blackduckRookies.png" alt=""/> </div> </div> </div> </div> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#myCarousel" data-slide="prev"> <span class="icon-prev"></span> </a> <a class="right carousel-control" href="#myCarousel" data-slide="next"> <span class="icon-next"></span> </a> </div> </div> </section> <!-- End Banner part --> <section> <div class="cd-below-slider"> <div class="cd-shadow"></div> <div class="text-rotate"> <marquee behavior="alternate" scrollamount="5"> <!-- <img src="images/favicon.ico" class="icon" alt="Apache CarbonData" > --> Apache CarbonData adopted into Cloud Native Computing Foundation Landscape. <a href="https://github.com/cncf/landscape">Learn More</a> </marquee> </div> </div> </section> <section><!-- About carbonData part --> <div class="cd-aboutwrapper"> <div class="container-fluid"> <div class="row"> <div class="col-md-8 col-sm-7"> <div class="cd-aboutblock"> <div class="row"> <div class="col-md-12 col-sm-12"> <h4 class="title"> What is CarbonData <span class="title-underline"></span> </h4> <p class="para-txt"> Apache CarbonData is an indexed columnar data format for fast analytics on big data platform, e.g. Apache Hadoop, Apache Spark, etc. </p> <!--<h2 class="cd-indexing-heading">CarbonData flow</h2>--> <div class="cd-indexing-blog"> <img src="images/CDfullyIndexing.png" alt=""/> </div> <a href="documentation.html" id="learnmore" class="knowmore-btn"> learn more</a> </div> </div> </div> </div> <!-- carbonData --> <div class="col-md-4 col-sm-5"> <div class="right-block"> <div class="cd-releaseblock"> <div class="latestR"> <h4 class="title">Latest Release <span class="title-underline"></span> </h4> <div class="linkblock"> <div class="block-row"> <a href="https://dlcdn.apache.org/carbondata/2.3.1/" target="_blank">Apache CarbonData 2.3.1</a> <span class="release-date">Nov 2023</span> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Apache+CarbonData+2.3.1+Release" class="whatsnew" target="_blank">what's new</a> </div> <div class="block-row"> <a href="https://dlcdn.apache.org/carbondata/2.3.0/" target="_blank">Apache CarbonData 2.3.0</a> <span class="release-date">Mar 2022</span> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Apache+CarbonData+2.3.0+Release" class="whatsnew" target="_blank">what's new</a> </div> <div class="block-row"> <a href="https://dlcdn.apache.org/carbondata/2.2.0/" target="_blank">Apache CarbonData 2.2.0</a> <span class="release-date">Aug 2021</span> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Apache+CarbonData+2.2.0+Release" class="whatsnew" target="_blank">what's new</a> </div> <div class="block-row"> <a href="https://dlcdn.apache.org/carbondata/2.1.1/" target="_blank">Apache CarbonData 2.1.1</a> <span class="release-date">May 2021</span> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Apache+CarbonData+2.1.1+Release" class="whatsnew" target="_blank">what's new</a> </div> <div class="block-row"> <a href="https://dlcdn.apache.org/carbondata/2.0.1/" target="_blank">Apache CarbonData 2.0.1</a> <span class="release-date">Jun 2020</span> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Apache+CarbonData+2.0.1+Release" class="whatsnew" target="_blank">what's new</a> </div> <div class="block-row"> <a href="https://dlcdn.apache.org/carbondata/1.6.1/" target="_blank">Apache CarbonData 1.6.1</a> <span class="release-date">Oct 2019</span> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Apache+CarbonData+1.6.1+Release" class="whatsnew" target="_blank">what's new</a> </div> <div class="block-row"> <a href="https://archive.apache.org/dist/carbondata/1.5.4/" target="_blank">Apache CarbonData 1.5.4</a> <span class="release-date">May 2019</span> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Apache+CarbonData+1.5.4+Release" class="whatsnew" target="_blank">what's new</a> </div> </div> </div> <div class="cd-quickbtns"> <h4 class="title">Quick Links <span class="title-underline"></span> </h4> <a href="quick-start-guide.html" class="quickstart-btn"><i class="fa rocket-icon icon-margin-r"></i> Quick Start </a> <a href="https://github.com/apache/carbondata" class="quickstart-btn" target="_blank"><i class="fa fa-github icon-margin-r" aria-hidden="true"></i> CarbonData Github </a> <a href="pdf/TPCDS_Report_CarbonData2.1.0.pdf" class="quickstart-btn" target="_blank"><i class="fa fa-file-pdf-o icon-margin-r" aria-hidden="true"></i></i> CarbonData TPCDS Report </a> </div> </div> </div><!-- latest release --> </div> </div> </section> <!-- End About carbonData part --> <section> <div class="cd-joinblock"> <div class="container-fluid"> <div class="col-md-12 col-sm-12"> <div class="row"> <div class="col-md-12 col-sm-12"> <span class="title"> Subscribe for the latest news and development details of the rapidly growing CarbonData community </span> <a href="mailto:user@carbondata.apache.org" class="subscribe-btn"><i class="fa fa-envelope icon-margin-r" aria-hidden="true"></i> subscribe</a> </div> </div> </div> </div> </div> </section> <section><!-- Flow systemblock part --> <div class="cd-systemblock"> <div class="container-fluid"> <div class="row"> <div class="col-md-12 col-sm-12"> <div class="cd-thecolumnblock joinblog"> <div class="row"> <div class="col-md-12 col-sm-12"> <div class="cell cellcummunity"> <h4 class="title">Join CarbonData Community <span class="title-underline"></span> </h4> <p class="title-info"> Apache CarbonData is an open source project of The Apache Software Foundation (ASF). We are an open and friendly community. We welcome everyone to join the community and contribute to CarbonData. </p> <!-- <p class="title-info">It is very easy to join CarbonData community: </p>--> <ul class="listlink"> <li> To start contributing to CarbonData and be a contributor, see <a href="https://github.com/apache/carbondata/blob/master/docs/how-to-contribute-to-apache-carbondata.md" target="_blank">Contributing to Apache CarbonData</a>. </li> <li> To report issue on <a href="https://issues.apache.org/jira/browse/CARBONDATA" target="_blank">Apache Jira</a>. If you'd like, you can also subscribe to <a href="https://mail-archives.apache.org/mod_mbox/carbondata-issues/" target="_blank">issues@carbondata.apache.org</a> to receive emails about new issues. </li> </ul> <h4 class="title">Mailing Lists <span class="title-underline"></span> </h4> <ul class="listlink"> <li>For questions, help and announcements related to Usage, use <a href="mailto:user@carbondata.apache.org" target="_blank">user@carbondata.apache.org</a> <a href="mailto:user-subscribe@carbondata.apache.org" class="cd-mail-btn" style="margin-left: 20px">Subscribe</a> <a href="mailto:user-unsubscribe@carbondata.apache.org" class="cd-mail-btn">Unsubscribe</a> <a href="http://apache-carbondata-user-mailing-list.3231.n8.nabble.com" class="cd-mail-btn" target="_blank">Archives</a> </li> <li>People wanting to contribute to Apache CarbonData should use <a href="mailto:dev@carbondata.apache.org" target="_blank">dev@carbondata.apache.org</a> <a href="mailto:dev-subscribe@carbondata.apache.org" class="cd-mail-btn" style="margin-left: 20px">Subscribe</a> <a href="mailto:dev-unsubscribe@carbondata.apache.org" class="cd-mail-btn">Unsubscribe</a> <a href="http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com" class="cd-mail-btn" target="_blank">Archives</a> </li> </ul> <p class="social-icons"> <a href="https://www.facebook.com/carbondata/" target="_blank"> <i class="fa fa-facebook-square" aria-hidden="true"></i></a> <a href="https://twitter.com/ApacheCarbonDat" target="_blank"> <i class="fa fa-twitter-square" aria-hidden="true"></i></a> <a href="https://www.linkedin.com/groups/10334501" target="_blank"> <i class="fa fa-linkedin-square" aria-hidden="true"></i></a> </p> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-6 col-sm-6"> <div class="cd-thecolumnblock getstartlog"> <h4 class="title">Getting Started <span class="title-underline"></span> </h4> <p class="title-info">Getting started with CarbonData is easy. All you need to do is:</p> <ol class="orderlist"> <li> <a href="https://dist.apache.org/repos/dist/release/carbondata/" target="_blank">Download</a>the latest release. </li> <li>Follow the <a href="quick-start-guide.html">Quick Start</a>. </li> </ol> <p class="title-info"> For detailed reference on CarbonData, read the <a href="documentation.html">User Guide</a>. </p> </div> </div> <div class="col-md-6 col-sm-6"> <div class="cd-thecolumnblock latestblog"> <h4 class="title">Latest Blogs <span class="title-underline"></span> </h4> <ul class="orderlist"> <li> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/CarbonData+Articles" target="_blank">Case Study of CarbonData</a> </li> <li> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Using+Apache+CarbonData" target="_blank">Using CarbonData</a> </li> <li><a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Interactive+Analysis+With+Apache+CarbonData" target="_blank">Interactive Analysis with CarbonData</a> </li> </ul> <p class="title-info"> Check out for <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/CarbonData+Articles" target="_blank">more blog</a> posts. </p> </div> </div> </div> </div> </div> </section> <section><!-- Flow carbonData part --> <div class="cd-flowblock"> <div class="container-fluid"> <h4 class="title"> Why CarbonData <span class="title-underline"></span> </h4> <div class="col-md-4 col-sm-6"> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Unique+Data+Organization" id="ref_butn" target="_blank"> <div class="cd-columnblock"> <div class="iconbox"> <i class="icon uniquedata"></i> </div> <h4 class="title">Unique Data Organization</h4> <p class="title-info">Stores data in Columnar format, with each Data Block(row group) sorted independent of the other to allow faster filtering and better compression.</p> </div> </a> </div> <div class="col-md-4 col-sm-6"> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Multi+Level+Indexing" id="ref_butn" target="_blank"> <div class="cd-columnblock"> <div class="iconbox"> <i class="icon multilevelindexing"></i> </div> <h4 class="title">Multi Level Indexing</h4> <p class="title-info">Utilizes multiple indices at various levels to enable faster search and speeding up query processing.</p> </div> </a> </div> <div class="col-md-4 col-sm-6"> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Seamless+Integration+with+Big+Data+Eco-System" target="_blank"> <div class="cd-columnblock"> <div class="iconbox"> <i class="icon deepsparkintegration"></i> </div> <h4 class="title">Seamless Integration with Big Data Eco-System</h4> <p class="title-info">Deep Spark Integration with DataFrame & SQL compliance.</p> </div> </a> </div> <div class="col-md-4 col-sm-6"> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Advanced+PushDown+Optimizations" target="_blank"> <div class="cd-columnblock"> <div class="iconbox"> <i class="icon advancedpushdownoptimization"></i> </div> <h4 class="title">Advanced Push Down Optimization</h4> <p class="title-info">Pushes much of query processing close to the data to minimize the amount of data being read, processed, converted, transmitted and shuffled.</p> </div> </a> </div> <div class="col-md-4 col-sm-6"> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Dictionary+Encoding" target="_blank"> <div class="cd-columnblock"> <div class="iconbox"> <i class="icon dictionaryencoding"></i> </div> <h4 class="title"> Dictionary Encoding</h4> <p class="title-info">Encoded data for reduced storage space & faster processing.</p> </div> </a> </div> <div class="col-md-4 col-sm-6"> <a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Update+and+Delete+Support" target="_blank"> <div class="cd-columnblock"> <div class="iconbox"> <i class="icon updatedeletesupport"></i> </div> <h4 class="title">Update & Delete Support</h4> <p class="title-info">Support update and delete over BigData.</p> </div> </a> </div> </div> </div> </section><!-- End Flow carbonData part --> <section><!-- Apacheblock part --> <div class="cd-apacheblock"> <div class="container-fluid"> <div class="col-md-3 col-sm-4"> <div class="cd-apachepic"> <img src="images/apacheopensource.png" alt=""/> </div> </div> <div class="col-md-9 col-sm-8"> <div class="cd-apachetxtblock"> <h4 class="title">Apache & OpenSource <span class="title-underline"></span> </h4> <p class="title-info"> Apache CarbonData is a top level project at<a href="http://www.apache.org/" class="linktxt" target="blank"> The Apache Software Foundation (ASF)</a>. The APACHE SOFTWARE FOUNDATION provides support for the Apache Community of open-source software projects, which provide software products for the public good. </p> <p class="title-info"> Apache CarbonData is available under <a href="http://www.apache.org/licenses/LICENSE-2.0" class="linktxt" target="blank">Apache License, version 2.0.</a> </p> </div> </div> </div> </div> </section><!-- End apacheblock part --> <footer> <div class="topcontant"> <div class="container-fluid"> <div class="col-md-4 col-sm-4">cd-apacheblock <p class="footext"> Apache CarbonData, CarbonData, Apache, the Apache feather logo, and the Apache CarbonData project logo are trademarks of The Apache Software Foundation </p> </div> <div class="col-md-8 col-sm-8"> <ul class="footer-nav"> <li><a href="">Site Map</a></li> <li><a href="">Service</a></li> <li><a href="">Contact us</a></li> </ul> </div> </div> </div> <div class="bottomcontant"> <div class="container-fluid"> <div class="col-md-8 col-sm-8"> <p class="copyright-txt">Copyright 漏 2020-2021 Apache CarbonData. All rights reserved &nbsp;&nbsp;|&nbsp;&nbsp; <a href="http://www.apache.org/" class="term-links" target="_blank">Apache Software Foundation </a>&nbsp;&nbsp;| &nbsp;&nbsp; <a href="http://www.apache.org/foundation/policies/privacy.html" class="term-links" target="_blank"> Privacy Policy </a> </p> </div> <div class="col-md-4 col-sm-4"> <div class="social-icon"> <a href="#" class="icons"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a href="#" class="icons"><i class="fa fa-twitter" aria-hidden="true"></i></a> <a href="#" class="icons"><i class="fa fa-linkedin" aria-hidden="true"></i></a> </div> </div> </div> </div> </footer> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="js/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> <script src="js/custom.js"></script> <script> $('.carousel').carousel({ interval: 5000 //changes the speed }) </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10