Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T13:54:17.000Z (over 4 years ago)
- Last Synced: 2024-10-29T20:01:10.849Z (3 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`