Skip to content

Java based HPCC WebServices Client API project

Notifications You must be signed in to change notification settings

kunalaswani/hpcc4j

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hpcc4j Master Nightly Maven Central Maven Central Maven Central Maven Central

HPCC4J Project

Java based libraries for interaction with HPCC services/tools

This repository contains multiple Java-based libraries/tools which can be utilized to interact with HPCC Systems.

Feature and change requests are tracked via JIRA. Everybody is encouraged to report issues and contribute to the project. When opening JIRA tickets, make sure to set the project as "hpcc4j".

Projects contained within:

  • WsClient wsclient

    • Set of APIs which Standardize and facilitate interaction with HPCC Web based Services.
    • The project is based on stub code generated from WSDLs using Eclipse tools based on Apache Axis and JSch(Java Secure Channel) for secure ftp transfers
    • Open Issues
    • Sample code
  • DFS Client dfsclient

    • Java based interface into HPCC's dfs backend
  • HPCC Commons commons-hpcc

    • HPCC Systems Java API common classes
  • clienttools javadoc

    • Java based interface to HPCC client tools
    • Currently only interfaces with eclcc
  • rdf2hpcc

    • RDF data ingestion tool to HPCC
    • Based on Apache Jena and dependent on org.hpccsystems.ws.client

Build

These projects are configured to be built using Maven. To build the projects using Maven, navigate to the base directory of each project and issue the following command:

mvn install

NOTE: hpcccommons, wsclient, and dfsclient are controled via the top-level maven pom file and can be built via a single command. All sub-projects can be built individually using the pom file in each sub-project directory

For more information on how to use Maven see http://maven.apache.org

Contributions

All contributions must follow the JAVA source format described in the HPCC-JAVA-Formatter.xml file which can be found in /eclipse. This formatter can be used by the Eclipse IDE to automatically format JAVA source code.

  • From eclipse, choose Window->Preferences->Java->Code Stype->Formatter...

  • Import the HPCC-JAVA-Formatter.xml file and set it as the Active profile.

  • From the JAVA editor, choose Source->Format

About

Java based HPCC WebServices Client API project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.9%
  • ECL 3.1%