Coder Social home page Coder Social logo

ggsa-custom-functions's Introduction

ggsa-custom-functions

GoldenGate Stream Analyticsで利用するカスタム・ファンクションです。
主にjsonの操作を行うためのユーティリティを提供しています。

Javadocはこちらで参照できます。
https://oracle-japan.github.io/ggsa-custom-functions/apidocs/

jarファイルの作り方

パッケージ済みのカスタム・ファンクション jar ファイルを直接提供できませんので、ソースから jarファイルを作成してください。
ソースからコンパイル/パッケージするには、GoldenGate Stream Analytics のインストール・ディレクトリ配下に存在する osa.spark-cql.extensibility.api.jar が必要で、この中にカスタム・ファンクションが利用するアノテーションが含まれます。

作成には JDK と Maven が必要です。

  1. ソースをダウンロードする

    GoldenGate Stream Analytics がインストールされているサーバにダウンロードします。

    $ git clone https://github.com/oracle-japan/ggsa-custom-functions.git
    $ cd ggsa-custom-functions
  2. OSA_HOME 環境変数を設定する

    GoldenGate Stream Analytics のインストール・ディレクトリを指定します。
    (例)

    $ export OSA_HOME=/opt/OSA-19.1.0.0.6.1
  3. Mavenを使ってJarファイルを作成する

    $ mvn package

    target/ggsa-custom-functions-x.x.x.jar が作成されます。

ggsa-custom-functions's People

Contributors

tkote avatar

Watchers

 avatar  avatar  avatar

Forkers

shukawam

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.