Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC graphql API to aggregate data from various data sources #136

Open
formuzi opened this issue Mar 8, 2019 · 1 comment
Open

POC graphql API to aggregate data from various data sources #136

formuzi opened this issue Mar 8, 2019 · 1 comment
Assignees

Comments

@formuzi
Copy link
Collaborator

formuzi commented Mar 8, 2019

Instead of using data collector to watch the resource and push to k-atlas entity API, there is another approach is to actively fetch data based on the query.

graphql is designed to solve this problem. This is to have a POC to build such API using graphql.

@fzxu fzxu changed the title POC graphql service aggregator from various data sources POC graphql API to aggregate data from various data sources Mar 11, 2019
@fzxu
Copy link
Collaborator

fzxu commented Mar 11, 2019

After compared with several different graghsql implementation in golang and this https://gqlgen.com/feature-comparison/

The winner is https://github.com/99designs/gqlgen

@fzxu fzxu added the size: 5 label Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants