Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 886 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 886 Bytes

CRUCIAL Examples

This repository contains different examples using the CRUCIAL system.

All these example projects depend on the crucial-executor. It contains the abstraction of CloudThread and allows running threads at AWS Lambda transparently. It also includes a ServerlessExecutorService to easily manage the execution of concurrent tasks. This executor service offers the same API as the Java one, but it adds the invokeIterativeTask functionality to easily parallelize for structures (see Mandelbrot example).

The examples also need the DSO datastore running.

Examples: