Splout SQL Server

Splout SQL is a read only, horizontally scalable and partitioned SQL database that plays well with Hadoop.

License

License

GroupId

GroupId

com.splout.db
ArtifactId

ArtifactId

splout-server
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Splout SQL Server
Splout SQL is a read only, horizontally scalable and partitioned SQL database that plays well with Hadoop.
Project Organization

Project Organization

Datasalt Systems S.L.

Download splout-server

How to add to project

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

Dependencies

compile (21)

Group / Artifact Type Version
com.splout.db : splout-resources jar 0.3.0
com.splout.db : splout-commons jar 0.3.0
com.splout.db : splout-javaclient jar 0.3.0
log4j : log4j jar 1.2.15
org.slf4j : slf4j-api jar 1.6.0
org.slf4j : slf4j-log4j12 jar 1.6.0
com.beust : jcommander jar 1.27
junit : junit jar 4.8.2
com.google.guava : guava jar 13.0
commons-configuration : commons-configuration jar 1.8
commons-io : commons-io jar 2.2
commons-collections : commons-collections jar 3.2.1
org.mortbay.jetty : jetty jar 6.1.26
org.apache.tomcat : tomcat-servlet-api jar 7.0.32
org.apache.thrift : libthrift jar 0.7.0
net.sf.ehcache : ehcache-core jar 2.5.1
com.hazelcast : hazelcast jar 3.2.4
com.hazelcast : hazelcast-cloud jar 3.2.4
net.java.dev.jets3t : jets3t jar 0.7.1
com.yammer.metrics : metrics-core jar 2.2.0
com.yammer.metrics : metrics-servlet jar 2.2.0

Project Modules

There are no modules declared in this project.

Splout SQL: A web-latency SQL spout for Hadoop.

Splout is a scalable, open-source, easy-to-manage SQL big data view. Splout is to Hadoop + SQL what Voldemort or Elephant DB are to Hadoop + Key/Value. Splout serves a read-only, partitioned SQL view which is generated and indexed by Hadoop. In a nutshell:

For up-to-date documentation and examples please visit the official website

Quick steps to compile it:

  1. Compile it adapting the different pom.xml to your Hadoop distro versions. Use "mr2" profile for MR2 versions.

mvn clean install -DskipTests

The default version compiles the distribution for MR2 versions (MapReduce 2), the most common use case. Other available maven profiles are:

  • mr1: MarReduce 1 version
  • cdh5: Cloudera CDH5 version

For example, for compiling for CDH5 version you have to launch:

mvn clean install -DskipTests -Pcdh5

If you need to compile against a particular Hadoop version, you'll need to modify the different pom.xml acordingly. You can use the cdh5 profile as reference.

  1. Once compiled you'll find the distribution binaries are at file assembly/target/splout-distribution-*.tar.gz ready for being installed.
com.splout.db

Datasalt Systems S.L.

Versions

Version
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2
0.1