https://github.com/thinkaurelius/titan
Revision 6322fbfbccafa545e2f0f98896342b2b92df4f26 authored by Dan LaRocque on 26 November 2014, 14:35:07 UTC, committed by Dan LaRocque on 26 November 2014, 14:45:39 UTC
The most important change in this commit is replacement of some
Gremlin `(iterable of vertices).type` calls with `(iterable of
vertices)*.getVertexLabel()`.  I also ran through the getting-started
steps in the intro again on 0.5 and copy-pasted the output as it
appears today: type=foo no longer appears in `map` output, calling
`map` on a single vertex lists each property on a separate line (used
to be all on one line enclosed by curly braces apparently), and edge
toStrings are formatted slightly differently.  The rest of the changes
should just account for different vertex IDs than used to be assigned
in the getting-started scenario.
(cherry picked from commit f39fae8fdc1fdd1ab1e2531efb0ccfa4a8179c48)
1 parent 9e02292
History
Tip revision: 6322fbfbccafa545e2f0f98896342b2b92df4f26 authored by Dan LaRocque on 26 November 2014, 14:35:07 UTC
Updating some Gremlin snippets in the docs for 0.5
Tip revision: 6322fbf

README.textile

back to top