https://github.com/graphql-editor/stucco
FaaS like GraphQL runtime
https://github.com/graphql-editor/stucco
Last synced: 11 months ago
JSON representation
FaaS like GraphQL runtime
- Host: GitHub
- URL: https://github.com/graphql-editor/stucco
- Owner: graphql-editor
- License: mit
- Created: 2019-11-26T08:47:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T13:38:03.000Z (about 1 year ago)
- Last Synced: 2025-04-17T16:03:18.773Z (11 months ago)
- Language: Go
- Size: 685 KB
- Stars: 27
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - stucco - editor | 12 | (Go)
README
# About
GraphQL server runner created with serverless in mind. Project is in early alpha phase. Backwards compatibility is not guaranteed.
# Installation
* macOS/Linux
```
$ curl https://stucco-release.fra1.cdn.digitaloceanspaces.com/latest/$(uname | tr '[:upper:]' '[:lower:]')/$(uname -m | sed 's/^x86_64$/amd64/g)/stucco
```
* Windows
[Download for 64-bit](https://stucco-release.fra1.cdn.digitaloceanspaces.com/latest/windows/amd64/stucco.exe)
# Drivers
To add a new provider/runtime implement `driver.Driver`
# Example
An example project using `stucco-js` driver is available in example.