BottleneckStudio / keepmotivat.in

An app that keeps you motivated.
0 stars 0 forks source link

[Discussion] Golang deps #4

Open kenkoii opened 5 years ago

kenkoii commented 5 years ago

Can we sort out what we need first so we won't bloat our vendor dependencies? @rbo13

rbo13 commented 5 years ago

Things to discuss:

Anything I've missed @kenkoii? We can discuss more offline 👍

kenkoii commented 5 years ago

Oauth lib?

Should we use goth for oauth? I feel like we have to use some standard way of doing things at least, not like what we are doing in wikix.

Router (stdlib? or go-chi?) or Framework(echo? or gin?)

I'd like to use just a net/http compatible router and stdlib for the rest if possible. We can treat this as training and for us to be more familiar with the standard library

For crawler, do we need library for crawling? We can check here if we want to.

Honestly I am not sure yet, we need to decide first what will trigger the crawl, and how to automate it, etc, etc. Coz this could just be a lambda/cloud function or something.

@rbo13