Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.37 KB

File metadata and controls

34 lines (24 loc) · 1.37 KB

Getting Started

Graph Explorer is distributed as a Docker image. The image includes the Graph Explorer web application and a proxy server that handles connections to your graph database.

Try It Out

The fastest way to try Graph Explorer is with the Air Routes sample. It launches Graph Explorer and a Gremlin Server pre-loaded with sample data using Docker Compose — no database setup or AWS account required.

Prerequisites

  • Docker installed on your machine

Steps

  1. Clone the repository
    git clone https://github.com/aws/graph-explorer.git
    
  2. Navigate to the sample directory and start the containers
    cd graph-explorer/samples/air_routes
    docker compose up
    
  3. Open the browser and navigate to: http://localhost:8080/explorer

See the samples directory for more examples.

Next Steps