Skip to content

DiscoverAI/mobius-chair-jvm

Repository files navigation

Mobius Chair (JVM)

CircleCI GitHub license release

The Mobius Chair is Metron's technological masterpiece and allows him to cross space-time and interdimensional barriers.

-- http://dc.wikia.com/wiki/Mobius_Chair

A Scala library for versioning data (datasets, models) on an HDFS. This can be used by JVM applications.

Testing

Execute the tests with gradle:

./bin/go check

Building

To build with gradle:

./bin/go clean build

This will create a jar file in ./build/libs without the dependencies.

Releasing and Publishing

./bin/go release

Will release a newer version with semantic versioning

./bin/go publish

will publish the artifact to maven central.