Closed fils closed 5 years ago
Hi @fils, views.proto
is included in the Beam sources. It's likely that your protoc (Protocol Buffers compiler) is out of date (check protoc --version
). You should be able to follow the commands in https://github.com/eBay/beam/blob/master/.travis.yml to install a newer version of that.
We should probably add a note in the README and a check in the Makefile about this.
@ongardie Thanks... It turned out I had an old protoc in /usr/bin that was in my PATH var ahead of the new one... it's building fine now thanks!
Looking forward to trying out a new triple store... Thanks for going the RDF and SPARQL route. I work a lot with W3C semantics and it's nice to have another compatible triple store to play with... plus I like Go quite a bit too to develop in!
Thanks for the help!
Very excited to try this....
However, I can't seem to get past some of the dependencies for Ubuntu 18.04
not sure where to resolve "views.proto"