Giter Site home page Giter Site logo

hbase-lattice's Introduction

What it is

HBase-Lattice is an attempt to provide HBase-based BI "OLAP-ish" solution with primary goals of real time SLAs for queries, low latency of facts becoming available for query by means of parallelizable MapReduce incremental compiler, and emphasis on Time Series data.

Like OLAP, it has concepts of facts, measures, dimensions and dimension hierarchies. Data query is supported by means any of:

  1. declarative query api;
  2. simple select-like query language;
  3. HblInputFormat for distributed locality-sensitive bulk cube queries /exports;
  4. R package to load summaries as R data frames for further processing.

Documentation

Check out the docs folder.

Build

Current build sets dependencies on CDH3u3 stuff. (now HBase dependency is set on 0.92.1). Hadoop and CDH3 dependencies are inherited transitively thru "ecoadapters" project.

It also depends on another our project, ecoadapters (same repo).

If you want to pull prebuilt artifacts in your maven project, you can use https://github.com/dlyubimov/dlyubimov-maven-repo/raw/master/releases for the maven repo url to pull from. (there's also a snapshot repo but i don't rebuild snapshots regularly enough so probably local snapshot build will be a better choice for anyone who wants to try out the HEAD of trunk.)

all released builds there are tagged in the git (see tags).

The R package builds when -DR option is specified to maven. However, there are additional requirements for building R artifact (namely, R and dependent packages installed locally). R module releases are also available as prebuilt from the maven repository mentioned above. They have "rpkg" maven classifier.

Contributors

The potential features and improvements are listed in a doc section. Most glaring are lack of use of co-processors, approximate distnct count sketch, and additional spatial scan methodologies such as Hilbert curves.

LICENSE

Apache 2.0

hbase-lattice's People

Contributors

dlyubimov avatar

Watchers

James Cloos avatar Antony 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.