package
0.4.8
Repository: https://github.com/coralproject/shelf.git
Documentation: pkg.go.dev

# README

cayley

import "github.com/coralproject/shelf/internal/platform/db/cayley"

Overview

Package cayley provides support for the cayley Graph DB with a Mongo backend.

Index

Package files

cayley.go

func InitQuadStore

func InitQuadStore(mongoURL string) error

InitQuadStore initializes the quadstore.

func New

func New(mongoURL string, ses *mgo.Session) (*cayley.Handle, error)

New creates a new cayley handle.


Generated by godoc2md

# Functions

InitQuadStore initializes the quadstore.
New creates a new cayley handle.