ScribeDAO / retweet

Automation dashboard and backend
https://retweet.scribedao.com
2 stars 0 forks source link

Public endpoint to retrieve data #6

Closed saihaj closed 3 years ago

saihaj commented 3 years ago

Summary

Endpoint to query and get summaries. This is what our frontend site will use. Idea is to have this open and allow anyone to connect and consume this data however they like.

Idea

Provide a GraphQL endpoint that anyone can query and get data. In future maybe we can even allow mutations (depending on what community wants). For now we only allow retrieval of data. Somethings to consider:

For now we can just use graphcdn and we get caching, analytics, query depth limiting, ddos protection and then later we can consider adding more security if we need to.