Sign inSign up

madnificent/cl-resources-ttl-generator

By madnificent

Updated 8 months ago

Derives ttl files from your mu-cl-resources configuration

Image
0

2.0K

madnificent/cl-resources-ttl-generator repository overview

Resources ttl generator

Derives a ttl from a mu-cl-resources specification

Example usage

    # Generate the sources
    docker run \
           -v `pwd`/config/resources:/config \
           -v `pwd`/doc/:/config/output \
           madnificent/cl-resources-ttl-generator
    
    # Copy from the terminal, or open the generated json file
    cat /tmp/model.ttl

The output contains the model. /tmp/openapi.json will contain the generated model as well. You can upload this to http://visualdataweb.de/webvowl/ with the menu at the bottom.

If the output contains an error, rather than a Lisp model, there's likely some missing elements in the domain.lisp and/or repository.lisp. The plantuml generator provides better error logging in this regard.

Tag summary

Content type

Image

Digest

sha256:577169826

Size

114.9 MB

Last updated

8 months ago

docker pull madnificent/cl-resources-ttl-generator