DDF 2.2.X Home
Welcome to the home of the Distributed Data Framework (DDF).
The Quick Start describes how to get up and running quickly.
Please visit the DDF Users Guide and the DDF Developer's Guide for more information.
Building
What you need
* Install J2SE 7 SDK. The build is also compatible with JDK 6.0 Update 29 (or later).
* Make sure that your JAVA_HOME environment variable is set to the newly installed JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or $JAVA_HOME$/bin (*nix).
* Install Maven 3.0.3 (or later). Make sure that your PATH includes the MVN_HOME/bin directory.
How to build
git clone git://github.com/codice/ddf.git
Change to the top level directory of DDF source distribution.
mvn install
This will compile DDF DDF
The distribution will be available under "distribution/ddf/target" directory.
How to Run
* Unzip the distribution.
* Run the executable at <distribution_home>/bin/ddf.bat or <distribution_home>/bin/ddf
Additional Information
The wiki is the right place to find any documentation about DDF.
Discussions can be found on the Announcements forum, Users forum, and Developers forum.
For a
DDF
binary distribution, please read the release notes on the wiki for a list of supported and unsupported features.If you find any issues with
DDF
, please submit reports with JIRA: https://tools.codice.org/jira/browse/DDFFor information on contributing to DDF see: http://www.codice.org/contributing.
The Website contains additional information at http://ddf.codice.org
Many thanks for using
DDF
.-- The Codice
DDF
Development Team
Recent updates
There are no recent updates at this time.