/
DDF Users Guide
DDF Users Guide
Introduction
Distributed Data Framework (DDF) is an agile and modular integration framework. It is primarily focused on data integration, enabling clients to insert, query and transform information from disparate data sources via the DDF Catalog. A Catalog API allows integrators to insert new capabilities at various stages throughout each operation. DDF is designed with several architectural qualities to benefit integrators:
Standardization
- Building on established Free and Open Source Software (FOSS) and open standards avoids vendor lock-in
Extensibility
- System Integrators can extend capabilities by developing and sharing new features
Flexibility
- System Integrators may deploy only those features required
Simplicity of installation and operation
- Unzip and run
- Configuration via a web console
- Simplicity of Development
- Build simple Plain Old Java Objects (POJOs) and wire them in via a choice of dependency injection frameworks
- Make use of widely available documentation and components for DDF's underlying technologies
- Modular development supports multi-organizational and multi-regional teams
Included Applications
- DDF Content Application
- DDF Content Application Users Guide — Application providing the Content framework implementation, REST endpoint, Directory Monitor, plugin to the Catalog Framework, and content repository file system storage.
- DDF Content Application Install/Uninstall
- DDF Content REST CRUD Endpoint — allows clients to perform CRUD operations on DDF Content using REST, a simple architectural style, over HTTP
- DDF Content Core
- DDF Content Framework
- DDF Content Application Release Notes
- DDF Content Application Security Guide
- DDF Content Application Users Guide — Application providing the Content framework implementation, REST endpoint, Directory Monitor, plugin to the Catalog Framework, and content repository file system storage.
- DDF Spatial Application
- DDF Spatial Application Users Guide — Application providing KML transformer and a KML network link endpoint that allows a user to generate a View-based KML Query Results Network Link.
- DDF Spatial Application Release Notes
- DDF Spatial Application Security Guide
- DDF Standard Search UI
- DDF Security Application
- DDF Security Application Users Guide — Application provides Authentication, Authorization, and Auditing services for the ApplicationName
- DDF Security Application Release Notes
- DDF Security Application Security Guide
- DDF Catalog Application
- DDF Catalog Application Users Guide — Describes the DDF Catalog application and available options for extending its capabilities
- DDF Catalog OpenSearch
- Federation — provides the capability to extend the DDF enterprise to include Remote Sources, which can include other instances of DDF
- Developing at the Framework Level — Help with framework concepts and development.
- Sources — connect Catalog components to data sources, both local and remote
- DDF Camel Components
- DDF Catalog Schematron
- Data Components — representations of data in the Catalog, primarily metadata represented as a Metacard
- Endpoints — components that accept external requests and interface with internal components, normalizing the request and denormalizing the response
- Developing Catalog Components — Describes how to create Catalog components. Used in conjunction with the Javadoc to begin extending the DDF Catalog.
- Catalog Plugins — process Catalog operations, generally before and after they are executed
- Resource Components — used to work with Resources, i.e., the data represented by the cataloged metadata
- DDF Catalog Core
- DDF Catalog Application Install/Uninstall
- Catalog Framework — the core of the Catalog application, routes requests and responses between all Catalog Components
- Eventing — allows endpoints (and thus external users) to create a "standing query" and be notified when a matching Metacard is created, updated, or deleted
- Operations — represent all transactions that occur in the Catalog, including requests and responses
- DDF Catalog REST
- Catalog Fanout Framework App — provides an implementation of the Catalog Framework that acts as a proxy, federating requests to all available sources
- Catalog Transformers — transform data to and from various formats
- DDF Catalog Application Release Notes
- DDF Catalog Application Security Guide
- DDF Catalog Application Users Guide — Describes the DDF Catalog application and available options for extending its capabilities
- DDF Solr Catalog Application
- DDF Solr Catalog Application Users Guide — Application providing an implementation of the CatalogProvider interface using Apache Solr http://lucene.apache.org/solr/ as a data store.
- Standalone Solr Server — an Apache Solr instance as a Catalog data store within the distribution
- DDF Catalog Solr External Provider
- Solr Catalog Provider Configurations (OLD) — implementation of a CatalogProvider using Apache Solr as the data store.
- DDF Catalog Solr Embedded Provider
- DDF Solr Catalog Application Release Notes
- DDF Solr Catalog Application Security Guide
- DDF Solr Catalog Application Users Guide — Application providing an implementation of the CatalogProvider interface using Apache Solr http://lucene.apache.org/solr/ as a data store.
- DDF Platform Application
- DDF Platform Application Users Guide — Application providing the fundamental building blocks that the DDF distribution needs in order to run, including subsets of Karaf, CXF, Cellar, and Camel.
- Security Core API
- Developing Action Components — Describes how and why to create Action Components.
- Platform Global Settings — The Platform Global Settings are the system wide configuration settings used throughout DDF
- DDF Platform Application Install/Uninstall
- Platform Status Service
- DDF Metrics
- DDF Mime Framework
- DDF Platform Application Release Notes
- DDF Platform Application Security Guide
- DDF Platform Application Users Guide — Application providing the fundamental building blocks that the DDF distribution needs in order to run, including subsets of Karaf, CXF, Cellar, and Camel.
Contents
- Users Documentation Guide — Establishes conventions used throughout the documentation
- DDF Architecture — Describes ApplicationName at the infrastructure level, including where ApplicationName fits in an architectural stack
- Installing DDF
- Starting and Stopping
- Using Console Commands
- Using DDF Applications
- Configuration
- DDF Network Integration
- DDF Security
- DDF Data Migration
- Users Guide Appendix — Includes supplemental information
, multiple selections available,