https://github.com/piducancore/datasets-graphql
A serverless GraphQL gateway for Mapbox Datasets API.
https://github.com/piducancore/datasets-graphql
apollo-server functions geojson graphql mapbox netlify serverless
Last synced: 2 months ago
JSON representation
A serverless GraphQL gateway for Mapbox Datasets API.
- Host: GitHub
- URL: https://github.com/piducancore/datasets-graphql
- Owner: piducancore
- Created: 2019-11-16T19:50:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T20:45:13.000Z (over 2 years ago)
- Last Synced: 2025-01-04T10:17:40.749Z (4 months ago)
- Topics: apollo-server, functions, geojson, graphql, mapbox, netlify, serverless
- Language: JavaScript
- Homepage: https://mapbox-datasets.netlify.app/.netlify/functions/datasets
- Size: 415 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datasets-graphql
A serverless GraphQL gateway for [Mapbox Datasets API](https://docs.mapbox.com/api/maps/datasets/), powered by [Netlify functions](https://docs.netlify.com/functions/overview/).
## Try it live!
Check the GraphQL Playground [here](https://mapbox-datasets.netlify.app/.netlify/functions/datasets) to learn about all the available API methods.
## Local development
Make sure you have the [`Netlify CLI`](https://docs.netlify.com/cli/get-started/) installed and then, at the project's root folder, run the following:
```sh
netlify dev
```You can check your local GraphQL Playground at `http://localhost:8888/.netlify/functions/datasets`.