Item | Notes |
---|
Go resources | |
Nebula API overview | |
Questions | Go vs. NodeJS Original version of API actually used Node Main 3 Go advantages: speed, easy to learn, and growing in popularity Why not?
|
Nebula API tools overview | main.go
command line interface that controls tools based on flags and params run a scraper, the parser, or the uploader
Professor profile scraper overview go get all the links to all the pages of profiles get all the profile links on each go to each profile and pull all the info out
The scraper, parser, and uploader are all separated so you can modify each part individually Parser overview
|
Last notes | |