Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.54 KB

Readme.md

File metadata and controls

34 lines (22 loc) · 1.54 KB

SimPlan - Simple Execution Planner (Unified Processing Platform)

Build Status

Unified Platform to process data in both batch and streaming as a unified platform with low code/no code capabilities. Provides a common abstraction to define pluggable operators for processing both batch and streaming data and run on different execution engines with ability to integrate with various source/sinks.

Simplan Framework Documentation

Simplan Implementations

Build and Publish to artifactory

To build and run the unit tests:

./build.sh

When planning to upload a release build to artifactory it's needed to update the artifact version in "library-config.yaml" file, in artifactVersion property.

The merge needs to be done to master, other branches and Pull Requests won't be uploaded to artifactory, they just get built.

The artifact versioning syntax in artifactory will be below.

Master branch versioning (release):

${config.artifactVersion}.${BUILD_NUMBER}

Example: 1.0.0.100