I'm trying to debug the gremlin core code and was wondring what everyone
uses to do that ? I followed the intellij instructions to load and build
the sources, but not sure how to debug. Any instructions on how to debug
calls from the gremlin calls would be really helpful.
Currently I'm looking th
separate note, I'm not sure if you've explained what your intent is,
> but my personal opinion is that you should develop this capability in your
> own repo and offer it to the community as a third-party IO library. Not
> sure how others feel about it.
>
> On Fri, Dec 4, 2
Stephen Mallette
> Sent: Wednesday, December 2, 2015 6:55 AM
> To: dev@tinkerpop.incubator.apache.org
> Subject: Re: [DISCUSS] Add native CSV loading support for gremlin
> (GraphReader)
>
> Thanks for bringing this up for discussion and offering to work on it. You
> don
Adding support for loading CSV into a graph using Gremlin's GraphReader
will lower the entry barrier for new users. A lot of data is already in CSV
format and a lot of existing databases/repositories allow users to export
their data as CSV.
I'd like to add this capability to the gremlin core as a
I was at GraphConnect last week and I attended a Cypher training session
(just for the heck of it :-)) I was amazed how easy it was to pick up in a
short amount of time. I believe Cypher's Match/Where/Return syntax is a
good starting point for those coming from an RDBMS/SQL background and
there's a