Skip to content

royalgarter/arango.studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arango Studio

A browser-based ArangoDB query IDE with AQL editor, collection browser, and document explorer.

Features

  • AQL query editor with syntax highlighting
  • Collection browser with document/edge filtering
  • Document viewer/editor with JSON and YAML formats
  • Saved connection profiles (localStorage)
  • Query history and saved snippets
  • CORS bypass proxy mode for seamless ArangoDB connections

Usage

npm start

Opens at http://localhost:8080. Enter your ArangoDB URL (e.g. http://user:pass@host:8529/dbname) and click Connect.

Connection Modes

  • Proxy (default) — requests go through the local server, avoiding browser CORS restrictions
  • Direct — requests go straight to the ArangoDB instance (requires CORS configuration)

Releases

No releases published

Packages

 
 
 

Contributors