/grafeas-mongodb

MongoDb integration for Grafeas

Primary LanguageGoApache License 2.0Apache-2.0

Grafeas - MongoDb

Build Status

This project provides a Grafeas implementation that supports using MongoDb as a storage mechanism.

Building

Build using the provided Makefile or via Docker.

# Either build via make
make build

# or docker
docker build --rm .

Unit tests

Testing is performed against a MongoDb instance. The Makefile offers the ability to start and stop a locally installed MongoDb instance running via Java. This requires that port 8000 be free.

Contributing

Pull requests welcome.

License

Grafeas-mongodb is under the Apache 2.0 license. See the LICENSE file for details.