lighthouse-platform


License

License

Categories

Categories

Data ORM
GroupId

GroupId

be.dataminded
ArtifactId

ArtifactId

lighthouse-platform_2.11
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

lighthouse-platform
lighthouse-platform
Project URL

Project URL

https://github.com/datamindedbe/lighthouse
Project Organization

Project Organization

be.dataminded
Source Code Management

Source Code Management

https://github.com/datamindedbe/lighthouse

Download lighthouse-platform_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/be.dataminded/lighthouse-platform_2.11/ -->
<dependency>
    <groupId>be.dataminded</groupId>
    <artifactId>lighthouse-platform_2.11</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/be.dataminded/lighthouse-platform_2.11/
implementation 'be.dataminded:lighthouse-platform_2.11:0.0.1'
// https://jarcasting.com/artifacts/be.dataminded/lighthouse-platform_2.11/
implementation ("be.dataminded:lighthouse-platform_2.11:0.0.1")
'be.dataminded:lighthouse-platform_2.11:jar:0.0.1'
<dependency org="be.dataminded" name="lighthouse-platform_2.11" rev="0.0.1">
  <artifact name="lighthouse-platform_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.dataminded', module='lighthouse-platform_2.11', version='0.0.1')
)
libraryDependencies += "be.dataminded" % "lighthouse-platform_2.11" % "0.0.1"
[be.dataminded/lighthouse-platform_2.11 "0.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12

Project Modules

There are no modules declared in this project.

Lighthouse

Maven Central CircleCI Codacy Badge

Lighthouse is a library for data lakes built on top of Apache Spark. It provides high-level APIs in Scala to streamline data pipelines and apply best practices.

Principles

  • Configuration as code
  • Idempotent execution
  • Utilities for easier building and testing Apache Spark based applications

Start using Lighthouse

In your build.sbt, add this:

libraryDependencies += "be.dataminded" %% "lighthouse" % <version>
libraryDependencies += "be.dataminded" %% "lighthouse-testing" % <version> % Test

If you are using Maven, add this to your pom.xml:

<dependency>
    <groupId>be.dataminded</groupId>
    <artifactId>lighthouse_2.11</artifactId>
    <version>[version]</version>
</dependency>
<dependency>
    <groupId>be.dataminded</groupId>
    <artifactId>lighthouse-testing_2.11</artifactId>
    <version>[version]</version>
    <scope>test</scope>
</dependency>

Online Documentation

This README file only contains basic instructions. Here is a more complete tutorial: https://datamindedbe.github.io/lighthouse/tutorial/

be.dataminded

Data Minded

Versions

Version
0.0.1