hypergraphdb

package module
v0.0.0-...-f86a930 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2014 License: MPL-2.0 Imports: 0 Imported by: 0

README

hypergraphdb

A generic Hypergraph Database

To install, make sure you have activated a Go workspace:

echo $GOPATH

If not, create an empty directory somewhere and activate it:

mkdir -p some/dir/anywhere
cd some/dir/anywhere
export GOPATH=`pwd`

Once you have a Go workspace, run:

go get github.com/yet-another-project/hypergraphdb/cmd/graphdb

Every time you want to activate the workspace, export GOPATH as above. It's helpful to also adjust your PATH:

export PATH=$PATH:$GOPATH/bin

Then run the console:

graphdb

To recompile:

go install github.com/yet-another-project/hypergraphdb/cmd/graphdb

Documentation

Overview

Package hypergraphdb provides an embeddable hypergraph database.

Basics

Here be overview.

Features

Here be features.

Directories

Path Synopsis
cmd
Package element provides the basic data structures which can exist in a hypergraph database.
Package element provides the basic data structures which can exist in a hypergraph database.
Package iterator provides iterating heuristics for hypergraphs.
Package iterator provides iterating heuristics for hypergraphs.

Jump to

Keyboard shortcuts

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