Gabe Fierro

Results 33 issues of Gabe Fierro

This is a fairly major update to HodDB to support versioning over Brick graphs. Contains the following features - Reworked storage interface so this is now pluggable, instead of being...

Should be able to delete graph without removing the `_hoddb` files

Use `owl:equivalentClass` to make sure we respect synonyms when answering Brick queries. When ingesting the schema, look out for these edges. Add duplicate entries in the hash/entity indices so that...

These are listed on a [hoddb.org page](http://hoddb.org/making/#rdftriples), but should also be easily visible on the query frontend (either though a tooltip or modal or help window that is obvious to...

Documentation

Right now we support loading in Turtle files via the [Raptor RDF library](http://librdf.org/raptor/), but it would be nice to support some other formats, including (but not limited to): * N-Triples...

feature

We may want to restrict the amount of the Brick graph that is exposed to a given user. This is probably the most straightforward way of accomplishing this: The security...

feature

``` [INF] 09:35:18 2016-07-21 chainbuilder.go:171 chain build cache miss [CRT] 09:35:18 2016-07-21 commands.go:355 CB fail: Invalid URI panic: Invalid URI goroutine 475 [running]: panic(0x10b4180, 0xc8235e2340) /usr/local/go/src/runtime/panic.go:464 +0x3e6 github.com/immesys/bw2/adapter/oob.(*boundFrame).cmdBuildChain.func2(0xc823570f80, 0xc822d0eb20) /go/src/github.com/immesys/bw2/adapter/oob/commands.go:356...

If user hasn't done anything with Homebrew before (or other package managers), then the usual `curl get.bw2.io/agent | sh' install will fail because it assumes existence of `/usr/local/bin`. Fix: something...

I'm not 100% sure how this will interact with the use of godep in the wave/wavemq repositories, but for using go modules, its necessary to have a go.mod file in...