Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Documentation is organized by audience and purpose. The top-level sections are 

Table of Contents
maxLevel3

Included Documentation

For each version of the documentation, the following materials are published and included in the distribution:

Introduction

...

The Introduction contains basic info for getting started setting up and using DDF.

Core Concepts

...

Core Concepts contains high-level, non-technical

...

overviews of the

...

main features of DDF.

Managing

Specific "How-to" sections written for the people who will be maintaining instances of DDF. This section is further sub-divided into:

...

  • from the Admin Console
  • from the Command Line
  • by editing Configuration files
  • by exporting an existing configuration and importing into the new one

...

Quick Start

The Quick Start guide has instructions for getting a test/evaluation instance started quickly.

...

  • Starting
    • from script
    • as a service
  • Monitoring: system health and metrics
  • Data Management:
    • Ingesting
    • Maintaining data integrity

...

  • Walkthroughs of UIs, Landing page.

Integrating

External APIs used by Integrators to communicate with DDF

    • Data and Metadata
    • Endpoints
    • Eventing
    • Sources
    • Security Services

Developing

Details of Internal interfaces needed to extend functionality of existing components, or create new implementations.

  • System Data Flow
  • Catalog Framework API
  • Developing Sources
  • Transformers
  • Plugins
  • Operations
  • Resources
  • Queries
  • Security Framework
  • Metrics
  • Action Framework
  • Migration API
  • Application Service API
  • General Development Guidelines

Appendices

Reference sections to be linked to by the other sections:

  • Application Reference
  • Application Whitelists
  • All File Formats Supported
  • DDF Dependency List

Organization

Documentation is organized by audience and purpose. The top-level sections are:

Introduction

Introduction to DDF as a product and notes on documentation conventions.

Core Concepts

High-level, non-technical overview of the primary functions and capabilities of DDF.

Managing

Specific "How-to" sections NOTE: for a full, working installation, see Managing

Managing

The Managing section features how-to sections written for the people who will be maintaining instances of DDF. This section is further sub-divided into:

  • Installing: Setting up a new instance from start to finish
  • Configuring: Setting or updating the settings for an instance. Includes security and hardening instructions.
  • from the Admin Console
  • from the Command Line
  • by editing Configuration files
  • by exporting an existing configuration and importing into the new one
  • Quickstart: getting a test/evaluation instance started quickly.
  • Running
  • Starting
    • from script
    • as a service
  • Running:Using:Walkthroughs of UIs, Landing page

Using

  • The Using section contains how-to sections for User Interfaces.

Integrating

External APIs The Integrating documentation contains explanations and how-to sections for APIs used by Integrators to communicate with DDF

    • Data and Metadata
    • Endpoints
    • Eventing
    • Sources
    • Security Services

Developing

Details of Internal .

Developing

The developing section contains explanations of Internal interfaces needed to extend functionality of existing components, or create new implementations.

  • System Data Flow
  • Catalog Framework API
  • Developing Sources
  • Transformers
  • Plugins
  • Operations
  • Resources
  • Queries
  • Security Framework
  • Metrics
  • Action Framework
  • Migration API
  • Application Service API

How-to information on developing custom implementation

  • General Development Guidelines

Appendices

Reference sections to be linked to by the other sections:

  • Application Reference
  • Application Whitelists

...

  • Metadata Attributes
  • DDF Dependency List

.ftl Files

These files are the freemarker templates used by jbake to generate the finished documentation module.

.adoc Files

Content is maintained in individual adoc files by topic and is contained in the src/main/resources/content . Freemarker templates will include and organize content base on header info with each partial file. The file documentation.adoc is an empty content file that receives the content from all of the templates and is converted to the documentation.html and documentation.pdf finish product files. The partial content files are grouped into

To ensure compatibility with Windows environments, limit subdirectories to 20 characters and adoc files to 35 characters (30 + .adoc extension).

`_<component>-template.adoc` Files

Generic templates for the minimum documentation to be provided when creating new components. These files are not meant to ever be included, but used as baseline when new components are added and need to be documented.

View file
name_endpoint-contents-template.adoc
height250
View file
name_plugin-contents-template.adoc
height250
View file
name_transformer-contents-template.adoc
height250

`config.adoc`

...

Release Notes

View the Release Notes for current and past versions to see changes within versions and troubleshooting data.