eBay / akutan

A distributed knowledge graph store
Apache License 2.0
1.65k stars 107 forks source link

Is there a command line tool to import data? #13

Closed FrontMage closed 4 years ago

FrontMage commented 5 years ago

My rdf file is 60+GB, using insert grpc is gonna take long time, is there a command line tool for this?

superfell commented 5 years ago

There's no tool currently for importing large datafiles. You'd need to write something that can chunk it up into insert calls, and also translate from RDF to Beam's format.