burrowdb

package module
v0.0.0-...-90111c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2021 License: GPL-3.0 Imports: 4 Imported by: 0

README

burrowdb

Graph Database built in Go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Edge

type Edge struct {
	Name string
	To   Node
	From Node
}

type Label

type Label string

type Node

type Node struct {
	ID         string
	Name       string
	Labels     []Label
	Properties map[string]interface{}
}

type Repository

type Repository struct {
	// contains filtered or unexported fields
}

func NewRepository

func NewRepository(db *bolt.DB) *Repository

func (*Repository) Create

func (s *Repository) Create(nodes ...*Node) error

Directories

Path Synopsis
lib

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL