Versions Compared

Key

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

...

  1. Edit the model using COGS (see http://www.cogsdata.org)
  2. Write high level documentation using Markdown or RestructuredText within the COGS system.
  3. Manage content and changes using Github.
  4. Continuous Integration system builds the following for every change.
    1. XML Schema
    2. OWL 2 (RDF Schema)
    3. OMG's UML Normative XMI 2.4.2
    4. OMG's UML XMI 2.5 with Diagrams and Diagram Exchange
    5. Sphinx HTML documentation and visualizations
    6. JSON Schema
    7. C# class library with JSON and XML serialization
    8. SVG and dot visualizations
    9. GraphQL schema language
  5. The continuous integration system results in a ZIP file that can be reviewed or published. Manual packaging is no longer required.

Decisions to make for the future production framework:

...