# graphquery-playground **Repository Path**: yur/graphquery-playground ## Basic Information - **Project Name**: graphquery-playground - **Description**: The playground of graphquery, let you quickly start and test your GraphQuery statement. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **We are looking for contributors**! Please check the [ROADMAP](https://github.com/storyicon/graphquery/blob/master/ROADMAP.md) to see how you can help ❤️ --- # GraphQuery-PlayGround ![GraphQuery](https://raw.githubusercontent.com/storyicon/graphquery/master/docs/screenshot/graphquery.png) [GraphQuery](https://github.com/storyicon/graphquery) is a query language and execution engine tied to any backend service.GraphQuery-PlayGround is a web application for practicing, learning and testing GraphQuery. GraphQuery-PlayGround is programming language independent, we provide a binary distribution package to facilitate any platform, any language developers to use ## Install ### 1. Use binary distribution Go to the [Release](https://github.com/storyicon/graphquery-playground/releases) page, download and unzip the corresponding binary package according to your system type, run the server, and access `127.0.0.1:8558` in the browser. ![graphquery-playground](https://raw.githubusercontent.com/storyicon/graphquery-playground/master/docs/screenshot/playground.gif) ### 2. Compile If you don't want to use the [Release version](https://github.com/storyicon/graphquery-playground/releases) and want to modify the source code, you can read the following steps to compile. ``` go get -u github.com/storyicon/graphquery-playground ``` Find the downloaded `storyicon/graphquery-playground` in GOPATH, ``` go build server.go ``` Execute the obtained binary package `server`, access `127.0.0.1:8558` in the browser.