https://github.com/google/cayley

sort by:
Revision Author Date Message Commit Date
991018b Revert "using bytes instead of strings" This reverts commit cd4957e26aacbc47b2d2b510485d06b888d4d34e. RethinkDB drivers encodes binary to Base64 https://www.rethinkdb.com/docs/writing-drivers/ 02 September 2016, 08:48:44 UTC
cd4957e using bytes instead of strings 01 September 2016, 15:32:05 UTC
1f1767b closing session if ensureIndex fails 01 September 2016, 12:09:18 UTC
9dc93b7 comments 01 September 2016, 11:40:12 UTC
572bf0e review fix 31 August 2016, 22:16:02 UTC
39446ed Merge branch 'master' of https://github.com/deskr/cayley 31 August 2016, 21:56:03 UTC
39c25cf test naming 31 August 2016, 21:55:54 UTC
208b979 glide update 31 August 2016, 21:55:54 UTC
4947613 removed example and forked readme text 31 August 2016, 21:55:54 UTC
588e816 removed logging stuff 31 August 2016, 21:55:53 UTC
03a8534 forked README 31 August 2016, 21:55:53 UTC
6ded996 initial rethinkdb impl. 31 August 2016, 21:55:53 UTC
e055ce9 Clone receiver paths (#466) Clone receiver paths (#466) 31 August 2016, 19:48:26 UTC
3d8d3f1 test naming 31 August 2016, 09:38:24 UTC
e33ff47 glide update 31 August 2016, 09:26:46 UTC
2509d05 removed example and forked readme text 31 August 2016, 09:09:57 UTC
ec52d4b removed logging stuff 31 August 2016, 09:09:35 UTC
5f19ec7 forked README 30 August 2016, 14:03:35 UTC
fd34f1e initial rethinkdb impl. 30 August 2016, 11:04:55 UTC
d32c034 dump: fix double escape of nquad values 29 August 2016, 10:49:00 UTC
2dcadd3 appengine: updating dependency paths and adding documentation (#464) Run aefix against the gaedatastore and added some documentation to the appengine folder along with an example for deploying to the traditional and flexible environments. 26 August 2016, 14:09:20 UTC
4a179d5 gremlin: handle string slice in via parameter 24 August 2016, 17:28:11 UTC
c544f1a appengine: add build constraint (#463) internal/db/repl.go is not used by the appengine deployment, however the file is included in the general build. This commit adds the necessary exclusionary build tag for appengine, and updates app.yaml to the latest go API (1.6.3) available on appengine. 24 August 2016, 08:00:20 UTC
2120784 add vendor to gitignore 23 August 2016, 15:15:05 UTC
a59706b Glide migration (#460) switch to glide for dependency management; resolves #451 19 August 2016, 20:25:58 UTC
5223fc7 Merge pull request #459 from coralproject/master user/pass functionality for mongo backend 19 August 2016, 17:43:44 UTC
dca8ef5 nil instead of pointer to empty struct 19 August 2016, 17:31:27 UTC
1263c7c swith to if statements 19 August 2016, 16:20:58 UTC
bc98b4b user/pass functionality for mongo backend 17 August 2016, 20:15:25 UTC
c7c8cfb Fix Docker building (#456) dockerfile: Add missing dependency. Use relative paths. 16 August 2016, 23:18:10 UTC
4dbea90 Merge pull request #458 from barakmich/bench_leak gremlin: don't require a session to last as long as the timeout 16 August 2016, 23:14:56 UTC
80c8e10 gremlin: don't require a session to last as long as the timeout 16 August 2016, 23:03:31 UTC
a29cd09 Merge pull request #457 from kris-runzer/master graph: fix Is*(err error) checkers to properly compare against *DeltaError 16 August 2016, 20:05:42 UTC
13f6e1e graph: add Is*(err error) checker tests 16 August 2016, 19:38:01 UTC
a962c87 graph: fix Is*(err error) checkers to properly compare against *DeltaError 16 August 2016, 19:18:36 UTC
93762b8 optimize by default in Iterate helper 30 July 2016, 18:57:37 UTC
cf824fe gremlin: clone path objects 29 July 2016, 20:19:39 UTC
c8cfb87 simplify the signature of NextLogOut (manual merge of #264) 29 July 2016, 00:48:20 UTC
bc52367 graph: add iteration helpers, update examples; resolves #446 28 July 2016, 23:54:34 UTC
4ebcb90 http: fix test 24 July 2016, 10:51:36 UTC
71d7495 http: fix json quads decoding 24 July 2016, 10:49:33 UTC
12805a4 gremlin: fix ToArray without arguments 23 July 2016, 21:41:37 UTC
67da1ff iterator: promote Next to main interface; make NoNext an optional interface 23 July 2016, 21:24:19 UTC
1e950cd use new helpers in imports 23 July 2016, 21:21:06 UTC
f733b02 Merge pull request #453 from oren/master Example of BoltDB 23 July 2016, 11:47:28 UTC
54d4921 Uppercase a comment 23 July 2016, 11:27:56 UTC
68b1329 Use tempfile instead of fixed path to the DB 23 July 2016, 11:26:22 UTC
2cd277e Remove the double close 23 July 2016, 11:09:48 UTC
3a54ab3 Update examples/README.md 23 July 2016, 07:15:01 UTC
347978d Example of BoltDB 23 July 2016, 06:43:32 UTC
cf181dd Merge remote-tracking branch 'upstream/master' 23 July 2016, 06:31:57 UTC
d582adb quad: few helpers Make accepts interfaces and converts them via AsValue. Helper for safely calling Native on quad values. 22 July 2016, 02:09:28 UTC
bf28b80 Just better quickstart + examples creation 21 July 2016, 16:37:01 UTC
c39b2db quad: function to unwrap values; resolves #448 18 July 2016, 22:49:17 UTC
4d5124e query: check type assertions, recover properly in gremlin; fixes #450 18 July 2016, 22:12:05 UTC
9be90da graph: cast to Nexter once, remove Next helper 17 July 2016, 21:01:27 UTC
f475101 Merge pull request #378 from dennwc/quad_value Typed Quad values 17 July 2016, 18:02:36 UTC
0bc15ed gremlin: convert values to native types, not strings 17 July 2016, 16:48:10 UTC
168247a gremlin: do not escape string values in results 17 July 2016, 11:34:29 UTC
16f67d5 Add Clone() to Path for easier reuse of Path segments (#444) 16 July 2016, 10:37:36 UTC
0508015 gremlin: string values defaults to quad.String typed, and are parsed for IRI and BNode-like values 15 July 2016, 20:59:14 UTC
0df40b3 quad: helper to convert native types 15 July 2016, 20:23:35 UTC
3c15319 small fixes 15 July 2016, 20:22:55 UTC
b99aa1d Wire Skip and Limit to Gremlin. Also fixed #254. 15 July 2016, 00:52:06 UTC
43358bf postgres: store hashes as binary data instead of hex strings 15 July 2016, 00:52:06 UTC
2841ab6 postgres: prepare each statement in ApplyDeltas 15 July 2016, 00:52:06 UTC
a3a9a4f postgres: generate distinct node insert statements only 15 July 2016, 00:52:05 UTC
e689224 cquads: convert TypedString values to native types automatically on loading 15 July 2016, 00:52:05 UTC
db4ac03 gremlin: allow to specify multiple conditions in Filter 15 July 2016, 00:52:05 UTC
bdfaff9 mongo: optimize comparison iterator 15 July 2016, 00:52:05 UTC
20ccd90 Test for typed value comparison and optimization 15 July 2016, 00:52:05 UTC
03c520a gremlin: expose value comparison iterator via path lib, add tests 15 July 2016, 00:52:05 UTC
4ee7e67 gremlin: support for typed values 15 July 2016, 00:52:05 UTC
fdb8959 gremlin: rewritten, now it's easier extend 15 July 2016, 00:52:05 UTC
f7be686 gremlin: replace JS-based graph object with reflect-based 15 July 2016, 00:52:05 UTC
120290d comparison: compare only values with the same type, add a test for mixed set 15 July 2016, 00:52:05 UTC
2d45632 postgres: store typed values natively; separate LRU cache 15 July 2016, 00:52:05 UTC
cd8a7c1 mongo: fix indexing, remove recursion in LinksTo, remove unnecessary roundtrip 15 July 2016, 00:52:05 UTC
3e89c0f postgres: fix iterators 15 July 2016, 00:52:05 UTC
1a936b4 postgres: new table structure 15 July 2016, 00:52:05 UTC
7ba88e7 Update value comparison iterator. Stop graph.Value madness. 15 July 2016, 00:52:05 UTC
ce2c62e quad: at least try to escape string values 15 July 2016, 00:52:05 UTC
607bc5e cquads: recognize TypedString and LangString in parser 15 July 2016, 00:52:05 UTC
2b6c330 Add a test for Raw-to-typed values exchange. Fix memstore not using hashes in map. 15 July 2016, 00:52:05 UTC
e6024ba path: supports typed values 15 July 2016, 00:52:05 UTC
08bd968 postgres: typed values (protobuf) 15 July 2016, 00:52:05 UTC
b473ad0 quad: HashTo - less allocations. Small test for hashes. 15 July 2016, 00:52:05 UTC
5846f81 mongo: use native value types where possible 15 July 2016, 00:52:05 UTC
086cf7a mongo: typed values (protobuf) 15 July 2016, 00:52:05 UTC
3ddae20 GAE (untyped) iterateResults. More tests. Fixed handling of size and conflicts in postgres. 15 July 2016, 00:52:05 UTC
683e2ca quad: add support for few basic types 15 July 2016, 00:52:05 UTC
60164c4 quad: move values to a separate file 15 July 2016, 00:52:05 UTC
d432fee Unify tests for QuadStore. Run Mongo/Postgres in Docker automatically. 15 July 2016, 00:52:05 UTC
3326bbd leveldb: migration code 15 July 2016, 00:52:00 UTC
3bc1b1a Update goprotobuf. Use new protosizer extension (no more Size_ fields). 15 July 2016, 00:49:53 UTC
31fefe7 leveldb: use protobuf 15 July 2016, 00:49:53 UTC
27aba6a bolt: migration code 15 July 2016, 00:49:53 UTC
5dc03ee add typed fields to protobufs 15 July 2016, 00:49:49 UTC
e396636 update tests 15 July 2016, 00:32:24 UTC
212d198 update exporter 15 July 2016, 00:32:24 UTC
back to top