https://github.com/google/cayley

sort by:
Revision Author Date Message Commit Date
bf5f0e5 kv: minimize reads from the store then importing into a clean database 22 September 2019, 19:59:27 UTC
365d023 kv: add prometheus metrics 22 September 2019, 19:59:27 UTC
f56d33a cli: allow enabling pprof server 22 September 2019, 19:59:27 UTC
136c0a1 specify expected go version in go.mod 22 September 2019, 19:59:27 UTC
76a9bcb kv: allow to redefine indexes with an env 22 September 2019, 19:59:27 UTC
ea117c6 kv/bolt: apply nosync to grow operations as well 22 September 2019, 19:59:27 UTC
30c788e kv: change the indexing strategy; optimize quad scans better 22 September 2019, 19:59:27 UTC
d1c6e1f kv: persist index metadata 22 September 2019, 19:59:27 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
e2dd83b ci: cache go modules dependencies 30 June 2019, 14:36:28 UTC
9fe8564 http: fix merge issues 30 June 2019, 14:14:24 UTC
f4cfffe iterator: remove unused instrumentation 30 June 2019, 14:14:24 UTC
3d343e1 Document RegEx (#789) Document RegEx Co-Authored-By: Denys Smirnov <denis.smirnov.91@gmail.com> 30 June 2019, 13:46:50 UTC
0304959 shape: replace a new shape with a function 30 June 2019, 13:20:38 UTC
8059d94 http: allow passing sub, pred, obj and label to /v2/read 30 June 2019, 13:20:38 UTC
8d1602b docs/api: fix swagger spec for query api 28 June 2019, 14:38:48 UTC
02d0656 http: allow specifying the iri format when reading quads; fixes #787 28 June 2019, 14:32:26 UTC
4dd4046 switch to goreleaser 28 June 2019, 13:31:11 UTC
48e46a7 graph: add a build tag to the backends that depend on cgo 28 June 2019, 13:11:35 UTC
71b4a76 ui: serve 3rd-party files statically; fixes #501 28 June 2019, 12:52:17 UTC
5318a81 Update Contributing.md 22 April 2019, 14:21:29 UTC
ed203ce graphql: fix potential out-of-bounds error; fixes #777 05 April 2019, 19:50:03 UTC
d726bf9 graphql: add a test case for #740 01 April 2019, 19:22:57 UTC
e12a6af shape: merge optional with intersect; fixes #740 01 April 2019, 19:22:57 UTC
619a869 schema: support typedefs when writing structs; fixes #768 01 April 2019, 14:42:10 UTC
753baab kv: properly skip deleted quads when not using bloom; fixes #771 01 April 2019, 14:04:29 UTC
4eea0cc kv: run the tests will bloom filter disabled as well 01 April 2019, 14:04:29 UTC
c6aa966 Removing old references to gopkg.in/mgo.v2 01 April 2019, 13:56:56 UTC
99b2d8c switch out "gopkg.in/mgo.v2" for "github.com/globalsign/mgo" 01 April 2019, 13:56:56 UTC
f3cae7f update go.sum 18 February 2019, 15:33:20 UTC
f0dd103 expose go sql connection pooling parameters 15 February 2019, 00:51:27 UTC
682a840 kv: add Badger KV store 15 February 2019, 00:08:01 UTC
38b3efd fix go mod issues 14 February 2019, 23:48:51 UTC
45c1d16 shape: add environment variables to enable shape debug 11 February 2019, 22:43:14 UTC
acf0ab2 sql: add missing index and make index setup more dynamic 08 February 2019, 23:35:02 UTC
c78fbee gizmo: check path arguments; fixes #761 08 February 2019, 22:16:59 UTC
cc793f7 schema: handle opaque types correctly 08 February 2019, 22:10:02 UTC
2bbb310 ci: override install step 08 February 2019, 22:09:34 UTC
807b7b8 schema: handle structs with all fields optional; fixes #754 08 February 2019, 22:00:41 UTC
back to top