5

Like there is Workbench for MySQL, SQL Management studio for MS SQL, Is there any tool for arangoDB?

I have searched a lot but found no solution.

Your help is much appreciated. Thank you in advance.

Erran Morad
  • 4,563
  • 10
  • 43
  • 72
user3458227
  • 93
  • 1
  • 1
  • 10

1 Answers1

6

As far as I know there is no desktop based management tool for ArangoDB on Windows, so you will have to stick either with web interface or shell. Web interface provides almost everything you need to manage your ArangoDB instance(s), but if you have any suggestions the best place would be to discuss it on google groups.

yojimbo87
  • 65,684
  • 25
  • 123
  • 131
  • 1
    First, the Arango Web Interface tool does most anything that Workbench for MySQL does, plus it does several additional things. Instead of being a "fat client application" like Workbench, the Web Interface displays and accepts commands through a web page via port 8529 of the Arango application on your computer, ie, it uses HTML in your browser, instead of Win32 in a Windows client. Said another way, it is a Windows based DB admin tool that's integrated with the database, and displays through your browser. – Mike_Laird Jul 17 '14 at 18:24