https://github.com/botobag/artemis
GraphQL implementation for Go
https://github.com/botobag/artemis
artemis dataloader golang graphql
Last synced: 5 months ago
JSON representation
GraphQL implementation for Go
- Host: GitHub
- URL: https://github.com/botobag/artemis
- Owner: botobag
- License: other
- Created: 2018-10-29T01:57:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T04:38:09.000Z (about 7 years ago)
- Last Synced: 2024-06-20T16:46:53.133Z (almost 2 years ago)
- Topics: artemis, dataloader, golang, graphql
- Language: Go
- Size: 753 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Artemis
[](https://circleci.com/gh/botobag/artemis/tree/master) [](https://godoc.org/github.com/botobag/artemis) [](https://codecov.io/gh/botobag/artemis) [](https://goreportcard.com/report/botobag/artemis)
Artemis is an implementation of GraphQL for Go. If you're working on GraphQL, you probably heard [Apollo GraphQL](https://www.apollographql.com/) which provides great infrasture and tooling to develop a GraphQL service. While Apollo Platform stack is built on top of Node.js, we aim to build one in Go. If you happen to know a bit about [Greek mythology](https://en.wikipedia.org/wiki/Artemis), you should have guessed how the project got its name.
The project goal of Artemis is to provide a GraphQL implementation and to integrate features that are essential to build production GraphQL services, all developed in Go. The following highlight some of its focuses:
- **Beyond feature-complete**: We'll not only try to catch up [latest GraphQL specification](https://graphql.github.io/graphql-spec/draft/) but also the experimental features that are already in [`graphql-js`](https://github.com/graphql-go/graphql).
- **Driven by community**: The development and design is driven by the needs of developers. Issues should be responded in short time. PRs welcome!
## Getting Started
## Documentation
## Contribute
## Roadmap