netmap icon indicating copy to clipboard operation
netmap copied to clipboard

Add support for MongoDB

Open putsi opened this issue 3 years ago • 0 comments

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.

putsi avatar Jul 02 '22 10:07 putsi