How to install hasura/graphql-engine. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
hasura/graphql-engine Installation Guide
How to install hasura/graphql-engine. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for hasura/graphql-engine. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i hasura/graphql-engineor
Install via npx
npx @hexmos/ipm i hasura/graphql-enginePrerequisites
Node.js
languageVersion: >=16.0.0
npm
package_managerVersion: 8.14.3
Python
languagePostgreSQL
system_packageMongoDB
system_packageClickHouse
system_packageVersion: 2.1.0
MS SQL Server
system_packageDocker
system_toolVersion: 20.10.1
Git
system_toolVersion: 2.38.1
Go
languageVersion: 1.18.5
Typescript
libraryVersion: 4.0.3
Python
languageGo Connector SDK
libraryVersion: 1.0.0
PostgreSQL Driver for Python
libraryVersion: 4.2.0
MongoDB Driver for Python
libraryVersion: 1.8.0
ClickHouse Driver for Python
libraryVersion: 2.0.0
MS SQL Server Driver for Python
libraryVersion: 1.0.0
Node.js
languageVersion: >=16.0.0
npm
package_managerVersion: 8.14.3
Python
languageGo
languageVersion: 1.18.5
Typescript
libraryVersion: 4.0.3
Python
languageGo Connector SDK
libraryVersion: 1.0.0
PostgreSQL Driver for Python
libraryVersion: 4.2.0
MongoDB Driver for Python
libraryVersion: 1.8.0
ClickHouse Driver for Python
libraryVersion: 2.0.0
MS SQL Server Driver for Python
libraryVersion: 1.0.0
Docker
system_toolVersion: 20.10.1
Git
system_toolVersion: 2.38.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Shallow Clone (V3 Engine)
git clone https://github.com/hasura/graphql-engine.git --depth 1
cd graphql-engine
git sparse-checkout init --cone
git sparse-checkout set v3
git checkout @ Post Installation Steps
- Start the GraphQL server using the command: `./graphql-server`.
- Run database migrations with the command: `hasura migrate`.
