louislva / OpenActionData

Building a diverse and clean dataset of humans using the web. Open source.
https://open-action-data.vercel.app
4 stars 1 forks source link

Proper backend to store sessions from the user #4

Closed louislva closed 1 year ago

louislva commented 1 year ago

The rough stack I'm thinking:

Wrt. pricing, I think Vercel/Next.js would get us at least ~30 million/requests per month on the $20/month business plan. Seems like enough for a while. Object storage (S3) will be much more costly. DB should be pretty cheap as well.

I don't know if we should have any kind of authentication? I want to know the ~identity of the user submitting, for spam-prevention & cleaning purposes. But it seems like IP + google chrome identifier + captcha might take us a long way here?

louislva commented 1 year ago

Merged PR #11