https://github.com/wikimedia/labs-tools-graphql
Github mirror of "labs/tools/graphql" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)
https://github.com/wikimedia/labs-tools-graphql
Last synced: 3 months ago
JSON representation
Github mirror of "labs/tools/graphql" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)
- Host: GitHub
- URL: https://github.com/wikimedia/labs-tools-graphql
- Owner: wikimedia
- License: gpl-2.0
- Created: 2018-08-23T23:00:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T13:54:17.000Z (about 5 years ago)
- Last Synced: 2025-02-09T14:41:51.388Z (5 months ago)
- Language: JavaScript
- Size: 392 KB
- Stars: 1
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GraphQL Gateway
===============
Serves as the federated gateway for wikis using the MediaWiki [GraphQL Extension](https://www.mediawiki.org/wiki/Extension:GraphQL).### Wikimedia
GraphQL Gateway https://graphql.toolforge.org/#### Deployment
1. `ssh login.toolforge.org`
2. `become graphql`
3. `cd www/js`
4. `git pull origin master`
5. `webservice --backend=kubernetes --mem 2Gi node10 shell`
6. `cd www/js`
7. `npm ci`
8. `exit`
9. `webservice --backend kubernetes node10 stop`
10. `webservice --backend kubernetes --canonical --cpu 1 --mem 2Gi node10 start`