Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Investigate use of graphql api by data science team for collecting submission data #2336

Open
Cooryd opened this issue Jul 25, 2019 · 0 comments
Labels
Investigation Any preliminary piece of work before implementation. Investigatory.

Comments

@Cooryd
Copy link
Contributor

Cooryd commented Jul 25, 2019

We have been asked if it would be possible/ feasible to expose submission data through the graphql api served by the application for use by the data science team. If not would it be possible to run another service that exposed a graphql interface to the submission data.

Questions

  • What impact might scraping the data from the production application make in terms of performance for users?
  • If running another service for the sole purpose of data presentation, is graphql the best choice over REST?
  • Would existing/ planned queries be sufficient for use by the data team? What are we currently exposing, what else needs exposing?
  • Access control when querying submissions through public app, what changes would be needed?

Found problems

  • Or schema view is currently broken probably due to how we are breaking up the schema fragment in the app. This should be fixed if the app is going to be used to query data.
@Cooryd Cooryd added the Investigation Any preliminary piece of work before implementation. Investigatory. label Jul 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Investigation Any preliminary piece of work before implementation. Investigatory.
Projects
None yet
Development

No branches or pull requests

1 participant