spl-accel


License

License

Categories

Categories

Data
GroupId

GroupId

com.sparklinedata
ArtifactId

ArtifactId

spl-accel_2.10
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

spl-accel
spl-accel
Project URL

Project URL

https://github.com/SparklineData/spark-druid-olap
Project Organization

Project Organization

com.sparklinedata
Source Code Management

Source Code Management

https://github.com/SparklineData/spark-druid-olap.git

Download spl-accel_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/com.sparklinedata/spl-accel_2.10/ -->
<dependency>
    <groupId>com.sparklinedata</groupId>
    <artifactId>spl-accel_2.10</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sparklinedata/spl-accel_2.10/
implementation 'com.sparklinedata:spl-accel_2.10:0.4.1'
// https://jarcasting.com/artifacts/com.sparklinedata/spl-accel_2.10/
implementation ("com.sparklinedata:spl-accel_2.10:0.4.1")
'com.sparklinedata:spl-accel_2.10:jar:0.4.1'
<dependency org="com.sparklinedata" name="spl-accel_2.10" rev="0.4.1">
  <artifact name="spl-accel_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sparklinedata', module='spl-accel_2.10', version='0.4.1')
)
libraryDependencies += "com.sparklinedata" % "spl-accel_2.10" % "0.4.1"
[com.sparklinedata/spl-accel_2.10 "0.4.1"]

Dependencies

compile (10)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.5
spark1_6_2 » spark1_6_2_2.10 jar 0.1-SNAPSHOT
org.apache.derby : derby jar 10.11.1.1
com.github.nscala-time : nscala-time_2.10 jar 1.6.0
org.apache.httpcomponents : httpclient jar 4.5
org.json4s : json4s-ext_2.10 jar 3.2.10
com.fasterxml.jackson.dataformat : jackson-dataformat-smile jar 2.4.6
com.fasterxml.jackson.jaxrs : jackson-jaxrs-smile-provider jar 2.4.6
com.sparklinedata : spark-datetime_2.10 jar 0.0.2
com.github.scopt : scopt_2.10 jar 3.3.0

provided (5)

Group / Artifact Type Version
com.google.guava : guava jar 16.0.1
org.apache.spark : spark-core_2.10 jar 1.6.2
org.apache.spark : spark-sql_2.10 jar 1.6.2
org.apache.spark : spark-hive_2.10 jar 1.6.2
org.apache.spark : spark-hive-thriftserver_2.10 jar 1.6.2

test (3)

Group / Artifact Type Version
druidtestenv » druidtestenv_2.10 jar 0.1-SNAPSHOT
org.scalatest : scalatest_2.10 jar 2.2.4
com.databricks : spark-csv_2.10 jar 1.1.0

Project Modules

There are no modules declared in this project.

Sparkline BI Accelerator

Latest release: 0.4.0
Documentation: Overview, Quick Start Guide, User Guide, Dev. Guide
Mailing List: User Mailing List
License: Apache 2.0
Continuous Integration: Build Status
Company: Sparkline Data

The Sparkline BI Accelerator is a Spark native Business Intelligence Stack geared towards providing fast ad-hoc querying over a Logical Cube(aka Star-Schema). It simplifies how enterprises can provide an ad-hoc query layer on top of a Hadoop/Spark(Big Open Data Stack).

  • we provide the ad-hoc query capability by extending the Spark SQL layer, through SQL extensions and an extended Optimizer(both logical and Physical optimizations).
  • we use OLAP indexing vs. pre-materialization as a technique to achieve query performance. OLAP Indexing is a well-known technique that is far superior to materialized views to support ad-hoc querying. We utilize another Open-Source Apache licensed Big Data component for the OLAP Indexing capability.

Overall Picture

Versions

Version
0.4.1
0.4.0