Thinking in WarpScript

Thinking in WarpScript is a series of articles about the WarpScript language, an extensible data programming language. It offers more than 1000 functions and several high-level frameworks to ease and accelerate your data analysis. Simply create scripts containing your data analysis code and submit them to the Warp 10 platform. They will execute close to where the data resides and you will get the result of their analysis as a JSON object that you can integrate into your application.

This series Thinking in WarpScript will cover various aspects of it and make you feel more comfortable and be more efficient when using Warp 10.

Find more information about WarpScript on warp10.io.

Find the list of WarpScript functions and a Cheatsheet to download here.

Thinking in WarpScript, Functionnal & Data Flow
Thinking in WarpScript

Thinking in WarpScript – Functional & Data Flow

In this first post of the Thinking in WarpScript series you will learn the fundamental concepts underlying program construction and execution.

Read More