Skip to content

jaymes15/tigergraph-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

TigerGraph using Docker-compose

Run a TigerGraph instance locally using Docker-compose

Requirements to run this project using Docker

Getting started

To start project with Docker:

  • install docker
  • install docker-compose
  • Clone the project
  • Change directory to the project directory
  • Run:
        docker-compose up
  • ssh -p 14022 tigergraph@localhost from your terminal, you would be asked for a password which is tigergraph
  • Run gadmin start all
  • Gstudio would be available at http://localhost:14240/ . password and username is tigergraph
  • Run gsql to use graph query from the terminal

About

Run a TigerGraph instance locally using Docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published