Git Product home page Git Product logo

bdglue's Introduction

Big Data Glue

"Big Data Glue" (a.k.a. BDGlue) was developed as a general purpose library for delivering data from Java applications into various Big Data targets in a number of different data formats. The idea was to create a “one stop shop” of sorts to facilitate easy exploration of different technologies to help users identify what might be the most appropriate approach in any particular case. The overarching goal was to allow this experimentation to occur without the user having to write any Big Data-specific code. Big Data targets include Flume, Kafka, HDFS, Hive, HBase, Oracle NoSQL, Cassandra, and others. BDGlue processes data captured in real-time by Oracle GoldenGate from relational database sources.

Building this project

First, get this repository into your local environment:

    git clone https://github.com/oracle/bdglue

Simply type make from the command line. Under the covers, make will be calling Maven, but everyone understands make.

You will need to configure two environment variables:

  • GGBD_HOME is the directory where GG for Big Data in installed. For example, if GG for Big Data is installed at /u01/ggbd12_2, then you would set GGBD_HOME=/u01/ggbd12_2.
  • GGBD_VERSION is an environment variable set to the version of the ggdbutil-VERSION.jar file found in the GGBD_HOME/ggjava/resources/lib directory. For example, if the file is named ggdbutil-12.2.0.1.0.012.jar, then you would set GGBD_VERSION=12.2.0.1.0.012.

Assumptions: gmake, Maven, and Java SE 8 are all installed and configured.

bdglue's People

Contributors

brunoborges 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.