[ 
https://issues.apache.org/jira/browse/TINKERPOP-1916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette closed TINKERPOP-1916.
---------------------------------------
    Resolution: Invalid

We don't have a specific import system for nquads. You would typically "just 
write gremlin" to do data imports of any sort - by that I just mean that you 
would simply use Gremlin's mutation steps like:

http://tinkerpop.apache.org/docs/current/reference/#addvertex-step
http://tinkerpop.apache.org/docs/current/reference/#addedge-step

to create vertices/edges as needed for each nquad that you have. The other 
option would be to use some form of bulk parallel insertion via 
{{ScriptInputFormat}} and hadoop-gremlin:

http://tinkerpop.apache.org/docs/current/reference/#script-io-format

We no longer have any connectors for Sail or anything like that. If you have 
further questions regarding usage questions please post them to the 
gremlin-users mailing list:

https://groups.google.com/forum/#!forum/gremlin-users

Thanks

> Importing NQuad RDF with Gremlin latest version
> -----------------------------------------------
>
>                 Key: TINKERPOP-1916
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1916
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Adam P
>            Priority: Major
>
> I have a process that produces NQuad RDF with anonymous nodes and I want to 
> import this into gremlin. I'm using scala and I dont see anything in the 
> gremlin-scala docs about it.
> It would be really nice to have this because I could get import processes 
> built for Janus, Orientdb, and Neptune in one fell swoop via means of gremlin.
> I was going to use Sail but its apparently not supported in TinkerPop3?  What 
> replaced it?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to