GithubHelp home page GithubHelp logo

alpinenow / customplugins Goto Github PK

View Code? Open in Web Editor NEW
2.0 13.0 3.0 453 KB

Examples of Custom Operators that can be built to use with TIBCO Team Studio

Home Page: https://www.tibco.com/resources/datasheet/tibco-spotfire-data-science

License: BSD 3-Clause "New" or "Revised" License

Scala 87.35% Java 11.57% Groovy 0.31% JavaScript 0.77%

customplugins's Introduction

TIBCO Team Studio Custom Operator Framework

Customers can now create Custom Operators to integrate with Team Studio. This extensibilty framework opens up a new world of possibilities for data scientists and engineers.

  • This framework allows one to create a wide variety of Custom Operators to be used within a Team Studio analytics workflow.
  • The Custom Operators can consume one or more tabular datasets and may produce a tabular dataset as output to following operators.
  • Custom Operators can be written in either Java or Scala.
  • The Custom Operator framework supports Spark and Database operators.
  • Once Custom Operators are deployed to an Team Studio instance, the end user will not need to read, write or understand any code in order to use the new Custom Operator.
  • Specifically, users can easily write their own custom Spark code against their data within the Team Studio framework.

As a result, an entire team can share pre-existing libraries of analytics and have those incorporated into the Team Studio visual workflows as simply another operator. This operator can be chosen and configured through the Team Studio drag and drop interface very quickly.

What Version Should I Use?

There are different versions of the Custom Operator Framework that map to different versions of the Team Studio software. For more information, see the page here: How to Update Custom Operators With New SDK Changes

Team Studio Version Custom Operator SDK Spark Version
5.6.1 Version 1.0, Scaladoc, Source 1.3.1
5.7.1 Version 1.3, Scaladoc, Source 1.5.1
5.8 Version 1.4.2, Scaladoc, Source 1.5.1
5.9 Version 1.5.1, Scaladoc, Source 1.5.1
6.0 Version 1.6, Scaladoc, Source 1.5.1
6.1 Version 1.7, Scaladoc, Source 1.6.1
6.2.x Version 1.8, Scaladoc, Source 1.6.1
6.3.x Version 1.9, Scaladoc, Source 1.6.1
6.4 Version 1.10, Scaladoc, Source 2.1.2
6.5 Version 1.11, Scaladoc, Source 2.1.2

Resources

How to Compile and Run the Sample Operators

Building Your First Custom Operator in Scala

Building a Source Operator

Building on Windows

When building the samples, the tests may not run on Windows without some extra configuration. If you do not want to run the tests, you can build the sample operators in PluginExampleProject by running mvn package -DskipTests. This should build correctly and give you the JAR necessary to upload into Team Studio.

If you want to be able to run the tests, know that Spark has extra requirements for reading and saving data in a Spark context on Windows. The linear regression model from MLlib (unlike the other Spark operators in PluginExampleProject) uses some Hadoop functionality to save intermediate results. Running Hadoop on Windows requires that you have a local Hadoop installation, the HADOOP_HOME variable correctly configured, and the winutils executable present on your machine. You may experience build errors if you are testing functionality using Spark Core or a Hive context. This is particularly true if you want to read and save data in a Windows environment. See SPARK-2356 for more details.

How to run Spark on Windows

customplugins's People

Contributors

alpinebuilder avatar codedeft avatar dependabot[bot] avatar emiliedelongueau avatar epahomov avatar holdenk avatar lawrencespracklen avatar nelsonam avatar rachelwarren avatar siramali-tibco avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.