GithubHelp home page GithubHelp logo

golr-schema's Introduction

Build Status

golr-schema

Utility to generate a schema.xml from a yaml config file.

Usage

Directly with Maven:

mvn exec:java -Dexec.mainClass="org.bbop.cli.Main" -Dexec.args="-c src/test/resources/oban-config.yaml -o /tmp/schema.xml"

Packaged jar:

mvn package
java -jar target/golr-schema-1.0-SNAPSHOT-jar-with-dependencies.jar -c src/test/resources/ont-config.yaml -o /tmp/schema.xml

Define multiple configs and directories (all the files from the directory will be included):

mvn exec:java -Dexec.mainClass="org.bbop.cli.Main" -Dexec.args="-c src/test/resources/oban-config.yaml /tmp/foo.yaml /tmp/bar/ -o /tmp/schema.xml"

Note that if no output file is specified, the schema.xml will be printed out on the stdout.

golr-schema's People

Contributors

jnguyenx avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

golr-schema's Issues

Minor enhancements

  • consider renaming repo golr-schema-{compiler,generator,...}
  • should we have a simple command line runner (the mvn is a bit awkward and fiddly to stick into e.g. a jenkins job)
  • we don't actually say what a golr-schema is. I volunteer to put this here. Need some help from @kltm -
    • should this live here?
    • anything to crib from?
    • I need to align my terminology with yours; e.g. each yaml corresponds to what I call a subschema or golrschema or view depending on the day and frame of mind. This obv ties into amigo paper
  • these things make me happy: LICENSE .travis.yml and travis badge, mvncentral and javadoc badges, any badges at all really, more the better

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.