https://github.com/google/cayley

sort by:
Revision Author Date Message Commit Date
e57134c shape: refactor value filters; push save out of intersect 15 May 2017, 07:58:42 UTC
32d454f shape: more complex optimizations; add some comments 14 May 2017, 17:42:03 UTC
790a056 iterator: allow to specify size of materialize 14 May 2017, 17:42:03 UTC
84b7d6c shape: do not join Fixed in Intersect 14 May 2017, 17:42:03 UTC
119244a shape: fix under-optimized test case 14 May 2017, 17:42:03 UTC
1737624 path: use shapes for everything 14 May 2017, 17:42:03 UTC
0d38783 new query shape definitions and optimizer 14 May 2017, 17:42:03 UTC
880a1b5 schema: handle id in anonymous struct fields 14 May 2017, 17:21:15 UTC
f7b0ae3 graph: mention that caller should flush writer 14 May 2017, 17:11:45 UTC
ba7c305 log to stderr by default (again) 14 May 2017, 16:00:16 UTC
19aa473 Update sidebar.tmpl (#595) * Update sidebar.tmpl 14 May 2017, 15:47:20 UTC
d3eca8d fix #593 14 May 2017, 14:23:40 UTC
c069612 schema: allow to load objects from path 14 May 2017, 09:06:31 UTC
6112587 cli: implement query command 12 May 2017, 20:19:55 UTC
a50a6ef Merge pull request #584 from barakmich/reification Introduce the new Bolt backend 07 May 2017, 20:46:58 UTC
bccaeba conversion check 07 May 2017, 20:07:38 UTC
bc625ba Merge pull request #587 from h4ck3rm1k3/patch-1 Update transaction.go 07 May 2017, 08:04:48 UTC
014aead Update transaction.go 07 May 2017, 07:10:49 UTC
9d00d05 Update transaction.go 06 May 2017, 19:16:27 UTC
a420e62 graph: batch quads automatically if caller uses single AddQuad on writer 06 May 2017, 18:09:32 UTC
decd378 gae: fix add of previously deleted quads (#580) * fix #578 for adding a previously deleted quad in datastore. * adding check for deleted quads into checkValid. This change allows undeleted a quad without the ignore_duplicate option. * test for issue #578 06 May 2017, 08:13:36 UTC
f77e025 fixed obvious data races and nil returns 04 May 2017, 02:19:42 UTC
ba087d6 fix proto situation 04 May 2017, 01:18:14 UTC
34e0b30 fix and cleanup test after switching to directory instead of file 02 May 2017, 23:38:48 UTC
86f3622 Glog issues (#579) * -l for --lang conflicts with -l for glog/--log in repl command * Require bool parameter in --alsologtostderr 01 May 2017, 09:23:57 UTC
43e88fc use bloom filter to speed insertion 29 April 2017, 09:09:02 UTC
3ebc472 extend cpuprofile and make bolt use dirs 29 April 2017, 06:57:45 UTC
3ef7b86 Deletion works, tests pass 29 April 2017, 06:57:45 UTC
d078f72 add original test, do more deletion 29 April 2017, 06:57:45 UTC
ced3542 Fix proto refs 29 April 2017, 06:57:45 UTC
b886112 convert to modern proto sizing 29 April 2017, 06:57:45 UTC
955615a add duplicate check 29 April 2017, 06:57:45 UTC
a056444 move proto 29 April 2017, 06:57:45 UTC
3dfa0d8 fix contract 29 April 2017, 06:57:45 UTC
da4e403 reinstate profiling 29 April 2017, 06:57:45 UTC
2ab3f28 add memory profile and bolt2 to main/integration 29 April 2017, 06:57:45 UTC
b8829a3 working queries 29 April 2017, 06:57:45 UTC
a05956a hash out iterators -- wip 29 April 2017, 06:57:45 UTC
b513d74 undo timestamp 29 April 2017, 06:57:45 UTC
0117971 bumming allocations 29 April 2017, 06:57:45 UTC
1c1b931 add key byte ordering 29 April 2017, 06:57:45 UTC
ae9f60d indexing works 29 April 2017, 06:57:45 UTC
89b253f implement basic indexing 29 April 2017, 06:57:45 UTC
8bd313b wip backend 29 April 2017, 06:57:45 UTC
1e48e23 graph: Add primitive proto 29 April 2017, 06:57:45 UTC
6b503de Merge pull request #577 from barakmich/dep Fix glide story; ignore docker deps, `glide.lock` is now sane 27 April 2017, 21:32:28 UTC
163afeb fix GAE test interface 27 April 2017, 21:19:27 UTC
ba5a3c4 Fix glide story; ignore docker deps, `glide.lock` is now sane 27 April 2017, 20:47:35 UTC
04bae99 gizmo: make Count a final instead of traversal 25 April 2017, 20:15:48 UTC
08f226d fix contains on recursive iterator 24 April 2017, 21:31:11 UTC
4818862 check for nil result from NameOf; fix #574 24 April 2017, 19:11:05 UTC
9cb0eef ignore duplicate quads by default 24 April 2017, 18:36:49 UTC
c258c2d docs: add example configs for kubernetes; resolves #327 23 April 2017, 18:45:54 UTC
bd417cb do not load test dataset in container 23 April 2017, 09:56:20 UTC
9f3a4f7 golang client for data import/export; add tests for v2 api 23 April 2017, 08:52:53 UTC
153e851 http: cleanup and minor fixes 21 April 2017, 19:27:22 UTC
7c9b6f8 http: support queries in api v2 21 April 2017, 19:27:22 UTC
c07ccff http: expose api v2 as a library 21 April 2017, 19:27:22 UTC
57423bd http: get rid of custom handler type 21 April 2017, 19:27:22 UTC
1b2443e http: use optional interface to create qs for request 21 April 2017, 19:27:22 UTC
8e59b99 bind to localhost by default 21 April 2017, 07:35:55 UTC
ba01f99 The -host option was missing the port argument When running the example, I had as a result: ```shell I0420 21:27:49.606456 2853 cayley.go:67] Cayley version: 0.7.0-alpha (dev snapshot) I0420 21:27:49.607930 2853 database.go:174] using backend "memstore" (./data/30kmoviedata.nq.gz) Serving Gephi GraphStream at http://localhost:/gephi/gs I0420 21:27:49.610088 2853 http.go:59] listening on 0.0.0.0, web interface at http://0.0.0.0 Error: listen tcp: address 0.0.0.0: missing port in address ``` Adding the :port to the command line works: ```shell cayley http --dbpath=./data/30kmoviedata.nq.gz --host 0.0.0.0:64210 I0420 21:28:17.251777 2870 cayley.go:67] Cayley version: 0.7.0-alpha (dev snapshot) I0420 21:28:17.253495 2870 database.go:174] using backend "memstore" (./data/30kmoviedata.nq.gz) Serving Gephi GraphStream at http://localhost:/gephi/gs I0420 21:28:17.261681 2870 http.go:59] listening on 0.0.0.0:64210, web interface at http://0.0.0.0:64210 ``` 20 April 2017, 21:11:30 UTC
d9a72b0 cockroach: schema changes within transactions are restricted (#567) 20 April 2017, 08:15:16 UTC
0ff1ad4 deps: update glide.lock 19 April 2017, 22:58:03 UTC
8cb4ede gizmo: generate docs from Go function comments; resolve #520 (#560) 19 April 2017, 21:57:31 UTC
4ef8ff6 Merge pull request #562 from dennwc/cli_improvements Register glog flags, make conv an alias for convert. 17 April 2017, 19:34:58 UTC
0c89c4d cli: register glog flags; make conv an alias for convert; resolve #561 17 April 2017, 09:10:51 UTC
d403e12 Merge pull request #559 from oren/master Update README.md - add MySQL and CockroachDB 17 April 2017, 07:43:18 UTC
d1e30c8 Update README.md - add MySQL and CockroachDB 15 April 2017, 21:20:00 UTC
748b4a9 deprecate gremlin in favor of gizmo; resolve #519 15 April 2017, 18:25:00 UTC
243d576 cli: deduplication tool for nodes with same properties 15 April 2017, 18:01:34 UTC
8371e34 cayley: switch to cobra/viper cli cayleyupgrade is now included into main binary add command to convert quad files without loading them config format changed, but old format is still supported updated docs 15 April 2017, 18:01:34 UTC
c334670 Merge pull request #555 from barakmich/releng Switch release tooling from goxc to relego 12 April 2017, 19:19:41 UTC
3c18a7e Switch release tooling from goxc to relego, update the Bolt dependency, support arm64 12 April 2017, 18:34:54 UTC
82eb692 mongo: apply tx in a specific order to avoid broken quads for concurrent reads 11 April 2017, 20:31:47 UTC
a98837a fix time bug 09 April 2017, 21:19:24 UTC
e40059e Update GremlinAPI.md Fix headings. They weren't rendering properly because of a missing space. 09 April 2017, 14:02:55 UTC
d3c0957 Fix links 08 April 2017, 17:45:42 UTC
24ab6c0 add gizmo to supported languages on appengine 05 April 2017, 08:22:20 UTC
fbea2e5 gizmo: expose recursive traversal and update docs 02 April 2017, 15:58:02 UTC
0a98d0c cleanup and fix rebase issues 02 April 2017, 15:58:02 UTC
4c12ebe path: FollowRecursive traverses quad.Values 02 April 2017, 15:58:02 UTC
f6bf33b fix tests for new types 02 April 2017, 15:58:02 UTC
c077eb5 add FollowRecursive to the path lib 02 April 2017, 15:58:02 UTC
a584165 materialize subpaths of the recursive iterator and fix the test 02 April 2017, 15:58:02 UTC
c9eb9d3 Add tests, one still fails 02 April 2017, 15:58:02 UTC
b224bd2 Create a new mock store that works much better, first working recursive iterator 02 April 2017, 15:58:02 UTC
d357265 graph/iterator: Add Recursive iterator 02 April 2017, 15:58:02 UTC
8c81179 graphql: close iterator properly; fixes #545 23 March 2017, 16:45:34 UTC
9e863b6 tests: require.NoError instead of Nil 22 March 2017, 00:04:46 UTC
f36aa60 gae: fix nop iterator optimization 21 March 2017, 23:58:51 UTC
1668421 sql: append WHERE only if constraints are present 21 March 2017, 23:52:08 UTC
a97519d http: CORS, API to get supported formats and RO mode fix 21 March 2017, 18:36:24 UTC
2ece980 quads: flag to distinguish binary formats 21 March 2017, 18:36:24 UTC
c8479cb quads: add json stream format 21 March 2017, 18:36:24 UTC
4d73ebf mql: fix NPE 21 March 2017, 18:36:24 UTC
0ffceeb gephi: allow to filter quads in raw mode 19 March 2017, 19:10:19 UTC
c6e9e3b gephi: inline primitive values automatically; inline schema:url 19 March 2017, 19:10:19 UTC
3cb8bf6 gephi: initial support for graph stream 19 March 2017, 19:10:19 UTC
7f01ce6 graphql: updated docs 18 March 2017, 13:38:52 UTC
back to top