https://github.com/mpapenbr/iracelog-graphql
GraphQL service for iRacelog
https://github.com/mpapenbr/iracelog-graphql
backend graphql-server iracing
Last synced: 9 months ago
JSON representation
GraphQL service for iRacelog
- Host: GitHub
- URL: https://github.com/mpapenbr/iracelog-graphql
- Owner: mpapenbr
- License: mit
- Created: 2022-07-30T08:32:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-27T08:21:04.000Z (9 months ago)
- Last Synced: 2025-09-27T10:18:37.054Z (9 months ago)
- Topics: backend, graphql-server, iracing
- Language: Go
- Homepage: https://iracelog.iracing-tools.de
- Size: 818 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iracelog-graphql
GraphQL service for iRacelog
# Environment
DATABASE_URL postgresql://DB_USER:DB_PASSWORD@DB_HOST:DB_PORT/DB_SCHEMA
Based on this [tutorial]
[tutorial]: https://www.howtographql.com/graphql-go/0-introduction/
[gqlgen]: https://gqlgen.com/getting-started/
[dataloader]: https://david-yappeter.medium.com/the-importance-of-dataloader-in-graphql-go-4d5214869b20