https://github.com/google/cayley
Revision 89bd6144520ddbc9f697b843833357dabb802051 authored by Iddan Aaronsohn on 04 April 2020, 10:34:31 UTC, committed by GitHub on 04 April 2020, 10:34:31 UTC
* linkedql: Improve final steps
 - Add @id to Select and SelectFirst steps making the output a valid JSON-LD document
 - In Documents use a gojsonld API on top of TagsIterator to frame the results to documents instead of custom logic
 - In steps test update all tests affected and use valid IRIs so gojsonld can operate on them

* Use JSON-LD fromRDF API in iter tags

* Rename tags to properties and add excludeId in select

* Remove unused print

* Cleanup implementation
1 parent e583c53
History
Tip revision: 89bd6144520ddbc9f697b843833357dabb802051 authored by Iddan Aaronsohn on 04 April 2020, 10:34:31 UTC
LinkedQL: Better Finals (#914)
Tip revision: 89bd614
File Mode Size
.github
appengine
client
clog
cmd
configurations
data
docs
examples
graph
inference
internal
packrd
query
schema
server
version
writer
.dockerignore -rw-r--r-- 6 bytes
.gitbook.yaml -rw-r--r-- 13 bytes
.gitignore -rw-r--r-- 148 bytes
.goreleaser.yml -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 853 bytes
AUTHORS -rw-r--r-- 1.1 KB
CODEOWNERS -rw-r--r-- 11 bytes
CONTRIBUTORS -rw-r--r-- 1.1 KB
Dockerfile -rw-r--r-- 1.9 KB
LICENSE -rw-r--r-- 9.9 KB
README.md -rw-r--r-- 2.1 KB
cayley_example.yml -rw-r--r-- 310 bytes
go.mod -rw-r--r-- 2.8 KB
go.sum -rw-r--r-- 43.2 KB
gogen.go -rw-r--r-- 107 bytes
imports.go -rw-r--r-- 1.3 KB
lint.sh -rwxr-xr-x 1019 bytes
tools.go -rw-r--r-- 192 bytes

README.md

back to top