Skip to content

tpulimoottil/simplan-framework

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 69.5%
  • ANTLR 19.0%
  • Java 11.5%