问题
Thanks for taking the time, so - Arango is installed and the WebUI has been working fine. I've been doing the tutorials and finished the basics, but attempting to move on and import my own data I'm getting stuck.
I stored my data in a google sheet so I exported that for ingest but then trying to access the command line tools to ingest it, I hit a hurdle of "command not found". Trying "arangoimport" for example as recommended here, or "arangimp" and other recommendations I found online from a search. I also tried other command line tools and had the same issue.
Where should I be running this command from? (and how can I get there?) If the command can and should be run from the first terminal window I open, then please can you tell me what I'm missing and need to do :)
Thanks, Josh
回答1:
Open terminal and use cd to go to the directory in which arangoimport.exe is stored. When the terminal is in that directory you can run the arangoimport command.
来源:https://stackoverflow.com/questions/59459922/using-arangodb-through-the-command-line-not-working