This project provides a Grafeas implementation that supports using MongoDb as a storage mechanism.
Build using the provided Makefile or via Docker.
# Either build via make
make build
# or docker
docker build --rm .
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.
Pull requests welcome.
Grafeas-mongodb is under the Apache 2.0 license. See the LICENSE file for details.