https://github.com/google/cayley

sort by:
Revision Author Date Message Commit Date
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
e34f594 graphql: quick fix for missing character in name charset 13 March 2017, 22:24:33 UTC
4f3d533 Updated documentation based on Issue #349 (#541) docs: fix default value for http server interface 23 February 2017, 21:10:03 UTC
68a0e28 docs: fix a typo in Quickstart-As-Application.md (#542) 23 February 2017, 10:48:55 UTC
9024672 Issue #286 init db and config documentation (#538) * more descriptive error message when a database file does not exist * A bit more details about starting with Cayley CLI and initialize the database. Also more details on binding Cayley to specific host. 16 February 2017, 12:14:28 UTC
12b40e2 graph: cleanup and more robust options handling (#536) * Add contributor * Clean up registry * Fix issues with graph.Options 14 February 2017, 17:46:51 UTC
acfe48b initial graphql support 14 February 2017, 12:44:42 UTC
6b25dfe cli: fix loading of data for non-persistent backend 13 February 2017, 20:56:39 UTC
408c32f docs: replace broken MQL link, add quick-start cli usage example (#535) 13 February 2017, 20:18:56 UTC
9856622 CockroachDB transaction retries (#534) 12 February 2017, 19:18:42 UTC
18f310f bolt: make bolt concurrent-safe as it should be 11 February 2017, 19:37:22 UTC
a4cb0cd gizmo/gremlin: fix tags for Both traversal; fix #532 11 February 2017, 19:19:42 UTC
b6e6666 fix #530 and write errors as plain json 11 February 2017, 19:04:37 UTC
e65d155 quad: support for graphviz format 01 February 2017, 20:18:13 UTC
2c62412 memstore: close iterator properly 28 January 2017, 16:25:24 UTC
5aa5262 memstore: do not hash values in QuadDirection 28 January 2017, 16:25:24 UTC
8eac94c memstore: no recursion in Next 28 January 2017, 16:25:24 UTC
3466643 http: use formats - implement write api v2; resolves #176 * new api endpoints: /api/v2/read,write,delete * all endpoints use streaming - support for batch import/export * selects format based on Accept or Content-Type HTTP header * supports gzip compression (Accept-Encoding and Content-Encoding HTTP headers) 28 January 2017, 16:25:06 UTC
bbc17dc Fix newline 27 January 2017, 00:22:44 UTC
66dfc9b Update README to point at Slack 27 January 2017, 00:21:56 UTC
a2955e8 mongo: allow to pass full urls; fix #526 26 January 2017, 10:13:41 UTC
d31e543 add missing dependency; fix #528 26 January 2017, 10:05:03 UTC
a568681 Update 3rd-Party-APIs.md 25 January 2017, 21:11:03 UTC
20409a3 add missing build tags; find relative path of data files automatically 14 January 2017, 13:17:06 UTC
5935d93 sql: support flavors: mysql, cockroachdb 14 January 2017, 13:17:06 UTC
6f9909b mongo: remove nodes with no references; fix #517 14 January 2017, 12:38:48 UTC
2fba21c gizmo: allow to register custom IRI prefixes; resolves #505 11 January 2017, 21:53:06 UTC
b1b30c3 Merge pull request #516 from barakmich/loglevel Fix -v option and debug error 11 January 2017, 20:38:17 UTC
57ff06e revert proto GetNativeValue and check for crashing nils on describe 11 January 2017, 20:31:31 UTC
e69edde Merge pull request #515 from barakmich/mql_values Tidy up Optional iterator, and allow MQL to support JS-like string sy… 11 January 2017, 20:09:40 UTC
222bfac Fill literal strings in MQL the same way we do results in Gremlin 11 January 2017, 19:55:54 UTC
871e0ae gizmo: add new tests from gremlin 11 January 2017, 19:52:40 UTC
dd6a4a4 Merge pull request #514 from barakmich/de-all Remove extraneous alls 11 January 2017, 19:47:54 UTC
645bfb5 Merge pull request #513 from dennwc/gizmo Switch to Goja (introduce Gizmo) 11 January 2017, 19:46:50 UTC
0229e00 gremlin: fix limit in ForEach; fixes #518 11 January 2017, 10:39:06 UTC
back to top