Giter Site home page Giter Site logo

deltaceph's Introduction

Delta-Ceph

This project aims to interconnect Delta Lake with Ceph. The interconnection is particularly aimed at offloading operations from compute- to storage systems, when using Delta Lake together with Spark to compute data.

In a layered list, you will find the following technologies, starting from a user point-of-view, going deeper:

  1. Apache Spark
  2. Delta Lake
  3. Spark (Delta Lake uses Spark internally)
  4. Arrow-Spark
  5. Apache Arrow (C++ core)
  6. Skyhook
  7. Ceph

Compiling this project

This project uses this custom flavor of Delta Lake, that allows us to capture and forward data reading/writing to Arrow-Spark.

  1. You must compile custom Delta Lake. For build instructions on how to do this, refer to the repository.
  2. Build Arrow-Spark, and make sure you have it in your local maven repository. For build instructions on how to do this, refer to the repository.
  3. Once you have finished step 1, i.e, you have the custom Delta Lake as a JAR file at some/path/custom_delta.jar, execute the following in the root folder of this project:
mkdir depjars
cp some/path/custom_delta.jar depjars/
  1. Finally, choose one of the following commands to build:
    1. ./gradlew shadowJar builds the full JAR file, with all dependencies included.
    2. ./gradlew lightJar builds a JAR file, skipping a bunch of dependencies that Apache Spark already has. This is a useful build target when planning to deploy on a Spark cluster.
    3. ./gradlew essentialJar builds a JAR file, skipping all but the absolute essentials. This is a useful build target when planning to deploy on a Spark production cluster.

After compilation, you will find the output JAR in:

app/build/libs/app-all.jar       (if shadowJar-compiled)
app/build/libs/app-light.jar     (if lightJar-compiled)
app/build/libs/app-essential.jar (if essentialJar-compiled)

deltaceph's People

Contributors

sebastiaan-alvarez-rodriguez avatar

Watchers

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