https://github.com/google/cayley

sort by:
Revision Author Date Message Commit Date
27aa062 correct expose syntax 05 February 2017, 20:57:13 UTC
2137598 reduce docker image size to ~40mb 05 February 2017, 20:51:20 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
6bb1860 Remove extraneous alls 10 January 2017, 04:15:30 UTC
6302dd8 Fix non-persistent load, modernize MQL test 10 January 2017, 04:06:43 UTC
26d1c28 Fix -v option and debug error 10 January 2017, 03:28:11 UTC
40d3e80 Tidy up Optional iterator, and allow MQL to support JS-like string syntax 10 January 2017, 02:51:33 UTC
034f5e1 gizmo: update goja version 30 December 2016, 16:50:22 UTC
e47f453 gizmo: fix test 30 December 2016, 16:27:54 UTC
6e9508a gizmo: few optimizations, switch integration tests as well 30 December 2016, 16:18:46 UTC
83a87cd switch to goja (gizmo) 30 December 2016, 11:27:36 UTC
f2d4f49 Merge pull request #512 from barakmich/docker_dep Fix build tags 30 December 2016, 01:54:25 UTC
d8f33a2 Fix dependencies, make Docker an optional dependency, add build tags for docker and appengine tests 30 December 2016, 01:48:33 UTC
7d0476a Updated examples so that they work in repl/http. (#499) * Updated examples so that they work in repl/http. Added ".All()" to most examples Updated some comments about result sets. Fixed some cut-and-paste errors. 27 December 2016, 10:31:20 UTC
76cdea6 Merge pull request #511 from barakmich/remove_isnode Remove IsNode() from the graph.Value definition. 24 December 2016, 23:25:32 UTC
b176c6f Remove IsNode() from the graph.Value definition. 24 December 2016, 23:19:52 UTC
6d1b9ab schema: move well-known types package 05 December 2016, 11:12:42 UTC
1850738 graph: refactor interfaces 05 December 2016, 11:12:42 UTC
3320de1 schema: support load to anonymous fields 05 December 2016, 11:12:42 UTC
b6c22aa schema: refactor, fix #496 and tests, make slices optional by default, add more helpers 05 December 2016, 11:12:42 UTC
1ba7c8f schema: type registration, refactor 05 December 2016, 11:12:42 UTC
e14c323 schema: update example 05 December 2016, 11:12:42 UTC
9dcdf78 schema: expose id generator 05 December 2016, 11:12:42 UTC
f3e2c86 schema: fix SaveTo without ids 05 December 2016, 11:12:42 UTC
0d2029f add example for schema library 05 December 2016, 11:12:42 UTC
63a454b ported schema lib 05 December 2016, 11:12:42 UTC
2dfbfa4 memstore: expose constructor 05 December 2016, 11:12:42 UTC
fe92a28 use vocabulary constants for value types, allow to shorten and expand IRIs 05 December 2016, 11:12:42 UTC
32347ee register known rdf vocabularies, add constants 05 December 2016, 11:12:42 UTC
14a3e81 Add missing gojsonld dependency to glide (#502) Container wouldn't build, citing the missing dependency. This commit fixes that. 27 November 2016, 13:46:20 UTC
ebed459 bolt/leveldb: stop complaining about existing quads even if ignore is set 27 November 2016, 13:06:05 UTC
5fb76a8 http/repl: handle errors correctly 27 November 2016, 13:03:24 UTC
1dde110 graph: rename quad store reader function and implement skip 13 November 2016, 23:12:31 UTC
3743636 pquads: update proto definition, write magic, add strict flag * encoder can be configured to allow only quads defined by RDF * write magic and version before options, so we can change them later * pio: do not close readers and writers - this is not expected * pio: allow to skip large messages 13 November 2016, 23:12:31 UTC
6c34233 simplify loader signature 13 November 2016, 23:12:31 UTC
4bccffc implement skip of quads for pquads format; include protobuf io package 13 November 2016, 23:12:31 UTC
9db98cf nquads: remove duplicated code 13 November 2016, 23:12:31 UTC
e246eca integrate quad formats, replace exporter, use quad helpers in tests 13 November 2016, 23:12:31 UTC
c143c85 quad: readers, writers and formats. nquads, cquads: move to one package. graph/proto: split into pquads and add format as well deps: bump gogoprotobuf version 13 November 2016, 23:12:31 UTC
2900729 docs: correct name for in-memory backend, add minimal PG version 12 November 2016, 12:40:55 UTC
82dcfd5 Update minimal Go version 12 November 2016, 12:21:22 UTC
df84ef8 Ability to pass the Mongo Backend an externally managed session. (#486) * option to pass mgo session to cayley 28 October 2016, 18:44:39 UTC
7231f96 Update quickstart for 0.6.0 (#487) 27 October 2016, 09:08:22 UTC
461b922 add github issue template 25 October 2016, 20:41:58 UTC
3686466 add count iterator to list of types 23 October 2016, 01:31:39 UTC
01c19e8 sql: fix sqlNodeIterator size 22 October 2016, 17:46:32 UTC
e5383b9 allow any order in limit/skip tests 22 October 2016, 17:36:34 UTC
6893d83 fix count iterator 22 October 2016, 17:17:55 UTC
95b3f46 run path tests for each quad store implementation 12 October 2016, 09:47:28 UTC
4f56d38 path: test both optimized and unoptimized case; few more test for gremlin 12 October 2016, 09:46:40 UTC
60e8e8b move path tests to a separate package 12 October 2016, 08:48:24 UTC
9431268 Fix minor typos (#483) 12 October 2016, 08:26:48 UTC
f03d046 Fix link to GremlinAPI.md (#477) 20 September 2016, 21:12:13 UTC
f9f247a allow regexp to match typed strings 17 September 2016, 14:21:47 UTC
e58edb6 expose Unique via path lib and gremlin; implement and expose Count iterator; resolve #240 17 September 2016, 13:20:00 UTC
8223f90 fix dockerignore 17 September 2016, 12:45:02 UTC
50c2b6b too many _iterators in file names 17 September 2016, 11:17:29 UTC
9af0511 make it harder to abuse regexps; add docs explaining why 14 September 2016, 21:32:26 UTC
7fd1e47 gremlin: add regex support 14 September 2016, 18:36:43 UTC
4823f17 iterator: fix Reset and Size for Comparison 14 September 2016, 18:18:17 UTC
ea4c1d5 Implement regex filter as iterator (#474) 14 September 2016, 18:12:00 UTC
7688dfe update quickstart-as-lib docs 14 September 2016, 18:08:09 UTC
80a81ab bolt,leveldb: fix AllQuads iterator not skipping deleted quads, add test 11 September 2016, 12:38:24 UTC
fa51a95 iterator: add variadic arguments to Add, Or and Fixed constructors 08 September 2016, 21:15:38 UTC
b550ff9 add myself to A+C 08 September 2016, 20:47:05 UTC
f109e66 ignore vendor directory in docker build 08 September 2016, 20:36:21 UTC
8b63bd8 query: Refactor interfaces (#471) * query: refactor interfaces * query: registration system, resolves #452 * query: allow to define custom http handlers; remove unnecessary helpers 08 September 2016, 19:36:54 UTC
c601aed fix lru panic 05 September 2016, 22:23:35 UTC
e055ce9 Clone receiver paths (#466) Clone receiver paths (#466) 31 August 2016, 19:48:26 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
back to top