https://github.com/google/cayley

sort by:
Revision Author Date Message Commit Date
35acb0f Deprecate flag correctly, use packr V2 correctly 10 October 2019, 14:22:54 UTC
bfb1c47 Merge master 10 October 2019, 13:17:59 UTC
7fdf24d Use packr2 10 October 2019, 13:16:37 UTC
f449116 path.Order() (#796) * iterator: implement Sort * docs: document order in GizmoAPI * iterator: use underlying iterator instead of sortContains * iterator: bigger NextCost in Sort * iterator: add TODO comments for NewSort * iterator: implement TagResults for Sort iterator * iterator: add comments for Sort iterator * path: add tests for sorting * iterator: implement NextPath for Sort * break natural sorting in the test dataset * path: add tests for sorting optimization 08 October 2019, 13:27:28 UTC
980d103 gizmo: return error when calling filter() with a wrong type; fixes #833 07 October 2019, 17:32:56 UTC
95d0cb2 sql: fix NextPath for optimized queries; fixes #724 05 October 2019, 20:10:44 UTC
4197565 GitBook: [master] 47 pages modified 05 October 2019, 17:50:28 UTC
b809ed6 Correct Type in Contributing.md 05 October 2019, 14:31:55 UTC
a321bc5 Restore clog 04 October 2019, 19:06:53 UTC
0bd4a57 Restore .gitignore 04 October 2019, 19:05:18 UTC
d24b50d Remove file comitted by accident 04 October 2019, 19:04:48 UTC
4661bfb Remove file comitted by accident 04 October 2019, 19:04:14 UTC
0c54023 Use assets from binary 04 October 2019, 19:03:01 UTC
06f7114 Cleanup README.md and docs/README.md. Corrected Getting-Started.md and moved some of it to docs/README.md 01 October 2019, 12:05:27 UTC
87c9c34 Create gitbook yaml 01 October 2019, 08:37:25 UTC
b29d92c Refactored Dockerfile (#842) * Refactored Dockerfile - Simplified - Add Documentation 29 September 2019, 15:05:45 UTC
f476836 Recreate Quickstart-As-Application.md For Cayley website link to not be broken for now. 28 September 2019, 16:20:06 UTC
ec8b7a2 Update Contributing.md 28 September 2019, 13:59:09 UTC
3526ec4 docs: update Contributing.md; fixes #782 28 September 2019, 13:59:09 UTC
6a92c34 Update configuration docs (#840) * Update configuration docs 28 September 2019, 13:21:53 UTC
495bfe0 Adds required directory of HTTP API v1 26 September 2019, 14:03:32 UTC
74330c2 query: expose query results as json-ld, if supported 25 September 2019, 22:51:58 UTC
5287e85 gizmo: return JSON-LD 25 September 2019, 22:51:58 UTC
251a4b7 Apply regex filter to lang strings as well (#834) 24 September 2019, 15:45:30 UTC
12d75ca gizmo: fix type on legacy method names; fixes #830 23 September 2019, 15:28:37 UTC
e565484 docs: update to point to a dockerhub image registry; resolves #793 23 September 2019, 03:20:38 UTC
e5ea420 server/http: propagate context from the request; fixes #805 23 September 2019, 02:39:24 UTC
7426be7 kv: check log entry pointer when resolving values; fixes #806 23 September 2019, 02:23:10 UTC
1884ec7 query: define and implement a new interface 23 September 2019, 01:22:37 UTC
a7e6453 quad: switch to a new package 22 September 2019, 21:41:37 UTC
e75b890 kv: minimize reads from the store then importing into a clean database 22 September 2019, 20:58:09 UTC
cbfdd55 kv: add prometheus metrics 22 September 2019, 20:58:09 UTC
a6f7f41 cli: allow enabling pprof server 22 September 2019, 20:58:09 UTC
c2dc7e3 specify expected go version in go.mod 22 September 2019, 20:58:09 UTC
3a30b7c kv: allow to redefine indexes with an env 22 September 2019, 20:58:09 UTC
55be6a0 kv/bolt: apply nosync to grow operations as well 22 September 2019, 20:58:09 UTC
3e48f80 kv: change the indexing strategy; optimize quad scans better 22 September 2019, 20:58:09 UTC
f996276 kv: persist index metadata 22 September 2019, 20:58:09 UTC
39953e0 Gizmo: make methods lower case (#822) * Make gizmo methods lower case * Fix tests * Fix integration tests * Fixed integration tests * fixed integrations test * Make constructors capitalised * Use DecodeRuneInString * Backwards compatibility * Update docs * Updated examples in code * Update more examples * Update more examples * Remove CapitalizedNew methods 22 September 2019, 02:10:22 UTC
b61955a Add link to build from source 18 September 2019, 21:41:33 UTC
4bb9a3c Add Installation 18 September 2019, 21:41:33 UTC
f463e6f memstore: rewrite iterators for the new interfaces 26 August 2019, 11:45:17 UTC
826dbe0 iterator: rename the new interface 26 August 2019, 11:45:17 UTC
01ab2f9 sql: rewrite iterators for the new interfaces 26 August 2019, 11:45:17 UTC
99f9fc1 nosql: rewrite iterators for the new interfaces 26 August 2019, 11:45:17 UTC
3b0b50f kv: rewrite iterators for the new interfaces 26 August 2019, 11:45:17 UTC
3c580ae iterator: return correct ptr when a wrapped iterator cannot be optimized 26 August 2019, 11:45:17 UTC
b7ce507 graph: use new iterator interfaces in the iterate helper 26 August 2019, 11:45:17 UTC
71ba563 iterator: pass context to Stats and return an error, if any 26 August 2019, 11:45:17 UTC
f933ad7 iterator: remove unused fields from Stats method 26 August 2019, 11:45:17 UTC
4220e48 iterator: remove Size method from the new interface; resolves #611 26 August 2019, 11:45:17 UTC
4884d7a iterator: rename types and methods to more sensible names; document them 26 August 2019, 11:45:17 UTC
eb95ced iterator: rewrite Count 26 August 2019, 11:45:17 UTC
e1613f8 iterator: rewrite ValueFilter 26 August 2019, 11:45:17 UTC
205b313 iterator: rewrite Unique 26 August 2019, 11:45:17 UTC
a2d21eb iterator: rewrite Resolver 26 August 2019, 11:45:17 UTC
cb88551 iterator: rewrite Not 26 August 2019, 11:45:17 UTC
4d1ae36 iterator: rewrite and fix Skip 26 August 2019, 11:45:17 UTC
c8dbb08 iterator: rewrite and fix Limit 26 August 2019, 11:45:17 UTC
2c89ebf iterator: rewrite Or 26 August 2019, 11:45:17 UTC
3424c49 iterator: rewrite Save 26 August 2019, 11:45:17 UTC
f038546 iterator: rewrite Materialize 26 August 2019, 11:45:17 UTC
389bcbf iterator: move test iterators to it's own file and unexport it 26 August 2019, 11:45:17 UTC
e723363 iterator: rewrite Recursive 26 August 2019, 11:45:17 UTC
4f6fba0 iterator: rewrite Fixed 26 August 2019, 11:45:17 UTC
2128b55 iterator: rewrite LinksTo 26 August 2019, 11:45:17 UTC
d37ffac iterator: allow re-wrapping the new iterators back and forth 26 August 2019, 11:45:17 UTC
868b0a2 iterator: rewrite the HasA iterator 26 August 2019, 11:45:17 UTC
1861b72 iterator: fix panics in tests 26 August 2019, 11:45:17 UTC
d5cc487 iterator: rewrite And based on a new iterator interface 26 August 2019, 11:45:17 UTC
8859d25 iterator: defined new interfaces, add minimal compatibility layer 26 August 2019, 11:45:17 UTC
0bb1a92 iterator: remove uid in favour of pointers; prepare to the refactor 26 August 2019, 11:45:17 UTC
300dcf1 pick up new hidal-go 14 August 2019, 19:14:02 UTC
ddec95c ensure the nosql stores registration occurs before they are iterated (#809) * Fix order of imports to ensure no sql registry is built before its traversed for registration in quad store 14 August 2019, 14:27:01 UTC
4b2cc2a add wrappers as param to api constructor 14 August 2019, 12:18:39 UTC
79d7d62 kv: flush changes periodically 27 July 2019, 19:54:20 UTC
6214dd3 cli: use new batch import in the load commands 27 July 2019, 19:54:20 UTC
19e932e kv: optimize batch quad writes benchmark old ns/op new ns/op delta BenchmarkBolt/qs/import-8 3212907 490386 -84.74% BenchmarkLeveldb/qs/import-8 4199793 231921 -94.48% 27 July 2019, 19:54:20 UTC
9ffcff6 graph: add write benchmark and a test 27 July 2019, 19:54:20 UTC
7b0ee2a graph: add a method for creating a quad writer directly from the store 27 July 2019, 19:54:20 UTC
37d74c6 quads: require writers to have a batch method 27 July 2019, 15:35:02 UTC
a5da20d cayley: use alias to make import helpers perfect matchers 19 July 2019, 14:24:10 UTC
8c13235 README: update testing badge 19 July 2019, 13:58:01 UTC
84df1a6 quad: apply the iri format to typed strings as well; fixes #794 03 July 2019, 13:13:39 UTC
e1f5f85 graph: rename Value to Ref to avoid confusion 03 July 2019, 12:34:31 UTC
b9dabbe graph: add a method to estimate quad iterator size 01 July 2019, 15:09:48 UTC
14b0a57 graph: separate type for the size 01 July 2019, 14:59:22 UTC
8e9fa21 graph: more detailed graph stats method 01 July 2019, 13:23:54 UTC
3c558a1 graph/nosql: switch to hidalgo library for nosql backends 01 July 2019, 11:10:54 UTC
c871ecb graph/kv: switch to hidalgo library for kv backends 30 June 2019, 20:10:53 UTC
c44b804 iterator: remove clone method, shapes should be used instead 30 June 2019, 15:51:16 UTC
210a776 iterator: remove unused type method 30 June 2019, 15:47:35 UTC
e8912e0 quad: native int value should be int64 30 June 2019, 15:35:17 UTC
88750b6 graph: quad store no longer needs to optimize raw iterators 30 June 2019, 15:34:24 UTC
28c2ba2 iterator: narrow down interfaces required to build iterators 30 June 2019, 15:27:42 UTC
4d24989 sexp: use shapes instead of raw iterators 30 June 2019, 15:19:39 UTC
67e1ebc mql: use shapes instead of raw iterators 30 June 2019, 15:14:19 UTC
a8bea33 iterator: make optional a part of And iterator 30 June 2019, 15:09:05 UTC
2b88976 iterator: unify value comparison and regexp 30 June 2019, 14:50:46 UTC
0dcfe40 iterator: remove tagger from all iterators; resolves #661 30 June 2019, 14:49:08 UTC
back to top