Commit graph

572 commits

Author SHA1 Message Date
a63bce6474 Merge pull request #8 from kortschak/master
make cayley go-gettable
2014-06-27 19:36:59 -07:00
7a24e5e998 Allow assets to come from more places than PWD, do some autodetection, add a build file, and update the README 2014-06-27 22:34:29 -04:00
kortschak
cf2f5219b2 Fix non-pathological package shadowing
This is smelly more than anything but I should not have missed it
previously.
2014-06-28 02:23:02 +09:30
kortschak
639559544d Reorganise to make cmd code more prominant 2014-06-28 02:14:09 +09:30
kortschak
c66d6d3994 Move query language packages into query 2014-06-28 01:43:13 +09:30
kortschak
a5f8391739 Re-add main.go and add install instruction
Updated .gitignore to alloy cayley to be kept.
2014-06-27 09:25:29 +09:30
Zihua Li
7f92d7d811 Change "Javascript" to "JavaScript" 2014-06-26 13:43:40 +08:00
kortschak
5c92e925fe Re-add leveldb and fix over-exhuberant .gitignore 2014-06-26 09:49:20 +09:30
kortschak
d37c6caa8e Don't rename imports unless necessary 2014-06-26 09:20:22 +09:30
kortschak
0c9de61413 Use Go-conventional filenaming 2014-06-26 09:10:57 +09:30
kortschak
e0df752618 Reorganize to go get will work
This makes almost no changes to source, but touches every almost file.

Also fixes error in gremlin test code.
2014-06-26 09:04:17 +09:30
e46a5bbe4a Merge pull request #4 from pius/patch-1
Fix broken link in Overview.md
2014-06-25 14:40:26 -07:00
7e52f6ce6e Indexing into an empty fixed iterator for logging purposes no longer crashes. Fixes #3. 2014-06-25 17:39:40 -04:00
Pius Uzamere
73e0247821 Update Overview.md 2014-06-25 14:35:00 -07:00
3dae7c1d51 Merge pull request #1 from timothyarmstrong/add_clone_url
Add the path for cloning the repo
2014-06-25 12:27:48 -07:00
Timothy Armstrong
32f5e7393a Add the git path for cloning. 2014-06-25 15:23:10 -04:00
73e9e1edc3 Fix the REPL-clearing-state bug. 2014-06-24 16:54:21 -04:00
9cb8cdc952 Update documentation to mention GetLimit 2014-06-24 16:33:40 -04:00
c8aad90e81 Rename .n3 to .nt, as only NTriples/NQuads are supported 2014-06-24 16:30:13 -04:00
a7eec08daa More logging and use all processors unless otherwise noted. 2014-06-21 13:55:41 -04:00
abf6cd27ab Remove unnecessary goroutine from iterator, cleaning up more easily. 2014-06-21 12:53:38 -04:00
bbb0a2f580 Initial Commit 2014-06-20 18:34:31 -04:00