Skip to content
The Metaweb graph repository server
Branch: master
Clone or download
teeler Merge pull request #23 from pierogmorski/gographd-io5
go/graphd: database query api
Latest commit 5dfc179 Dec 5, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
doc add doc about replication Oct 31, 2018
gld More test fixing. Add gld, format build files, remove the -x from tes… Sep 13, 2018
go/graphd go/graphd: database query api Dec 4, 2018
graphd
libaddb /m/0h241 Sep 8, 2018
libcl /m/0h241 Sep 8, 2018
libcm /m/0h241 Sep 8, 2018
libes /m/0h241 Sep 8, 2018
libgdp /m/0h241 Sep 8, 2018
libgraph /m/0h241 Sep 8, 2018
libgraphdb
libpdb graphd,libpdb,libsrv: build graphd for freebsd Sep 28, 2018
libsrv
test/unit remove user/group 'nobody' settings from bigconf, they dont exist on … Sep 14, 2018
util Fix all tests except spewrequest and dateline-5, both require GLD. Sep 12, 2018
.gitignore Fix all tests except spewrequest and dateline-5, both require GLD. Sep 12, 2018
.travis.yml output errors from tests for travis Sep 14, 2018
BUILD Add a tests/ dir and a "fake" graphd that can listen on a port and yo… Oct 25, 2018
CONTRIBUTING.md /m/0h241 Sep 8, 2018
LICENSE /m/0h241 Sep 8, 2018
NOTES.md /m/0h241 Sep 8, 2018
README.md add build badge Sep 14, 2018
WORKSPACE Add a tests/ dir and a "fake" graphd that can listen on a port and yo… Oct 25, 2018

README.md

Build Status

Graphd, the Metaweb Graph Repository

For an introduction to graphd, see A Brief Introduction to Graphd

This is not an official Google product.

Building

Build with bazel, like so:

(¬‿¬) bazel build graphd
..............................................
INFO: Analysed target //graphd:graphd (16 packages loaded).
INFO: Found 1 target...
Target //graphd:graphd up-to-date:
  bazel-bin/graphd/graphd
  INFO: Elapsed time: 23.070s, Critical Path: 0.84s
  INFO: Build completed successfully, 377 total actions

Running graphd

To get started:

(¬‿¬) bazel-bin/graphd/graphd -y -d /tmp/db
graphd> write(name = "HAS_KEY")
ok (d119a8c04000dcb38000000000000000)
graphd> read()
ok ((d119a8c04000dcb38000000000000000 null "HAS_KEY" null null null true true 2018-09-07T19:41:57.0000Z))
graphd>

For more details, see graphd.conf(5) and graphd(8)

You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.