npm install
docker-compose up -d
hasura console
- Start the API server:
npm start
- Add api to remote schemas with url:
http://host.docker.internal:4000/graphql
- Run
npm run benchmark-api
to benchmark API directly - Run
npm run benchmark-hasura
to benchmark API as a remote schema of hasura engine.