netmap
netmap copied to clipboard
Add support for MongoDB
Add support for MongoDB so that MongoDB backends can be used in Amass.
Should be fairly easy to implement simply by adding:
_ "github.com/cayleygraph/cayley/graph/nosql/mongo"
and
case "mongo":
empty = false
system = "mongo"
to cayley.go.