GithubHelp home page GithubHelp logo

xingyif / racket-spark-light Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 1.0 683 KB

A Domain-Specific-Language that intelligently traverses large datasets by analyzing and optimizing transformation operations used on the datasets

Home Page: https://xingyif.github.io/racket-spark-light/doc/rsl/index.html

Racket 100.00%

racket-spark-light's Introduction

racket-spark-light (RSL)

Purpose of RSL

Racket Spark Light (RSL) is designed to efficiently transform data sets. RSL relies on the MapReduce model. The language provides an intelligent way of traversing large datasets by evaluating and optimizing operations used on the datasets. It will store all map transformations applied to a list instead of executing them immediately. The original dataset and the transformations that are applied to it are stored in a data structure called a Datashell. Evaluation of these transformations will not occur until a reduction action is called on the Datashell. The transformations' inputs, higher-order-function, are analyzed, reformed, and combined into one function when provided by user.

When the data stored in a Datashell is needed by the reduction action, RSL executes a single mapping operation. This operation is a combination of the previously stored transformations that only traverses the data once. Additionally, RSL will store the results of each transformed dataset in a graph. The graph provides fault-tolerant resiliency by storing the results of the operations in its nodes. This graph allows RSL to reuse the results of previous computations when performing future transformations. The central concepts of RSL are inspired by Apache Spark. Furthermore, RSL provides full access to the Racket language as well as to an interface that allows users to import data from CSV files into Datashells.

racket-spark-light's People

Contributors

acherry125 avatar xingyif avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

acherry125

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.