jadams-tresys / incubator-daffodil

Apache Daffodil (Incubating)

Home Page:https://daffodil.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache Daffodil (incubating)

Introduction

Apache Daffodil (incubating) is the open source implementation of the Data Format Description Language (DFDL), a specification created by the Open Grid Forum. DFDL is capable of describing many data formats, including textual and binary, commercial record-oriented, scientific and numeric, modern and legacy, and many industry standards. It leverages XML technology and concepts, using a subset of W3C XML schema type system and annotations to describe such data. Daffodil uses this description to parse data into an infoset represented as XML or JSON, easily capable of ingestion, validation, and transformation.

For more information about Daffodil, see https://daffodil.apache.org/.

Build Requirements

  • JDK 1.8
  • Scala 2.11.8
  • SBT 0.13.8

Getting Started

To build Daffodil:

$ sbt clean package

To run all Daffodil tests:

# run all unit tests
$ sbt test 
# run all command line tests
$ sbt cli

To build the Daffodil command line interface:

$ sbt stage

The above will create Linux and Windows shell scripts in daffodil-cli/target/universal/stage/bin/. See the Command Line Interface documentation for details on its usage.

Getting Help

For questions, we can be reached at the dev@daffodil.apache.org or user@daffodil.apache.org mailing lists or in #Daffodil on ASF HipChat. Bugs can be reported via the Daffodil JIRA.

License

Daffodil is licensed under the University of Illinois/NCSA Open Source License.

About

Apache Daffodil (Incubating)

https://daffodil.apache.org/

License:Other


Languages

Language:Scala 73.8%Language:HTML 25.1%Language:Java 0.8%Language:XSLT 0.1%Language:Shell 0.1%Language:CSS 0.0%