Open Spaceface16518 opened 6 years ago
As of commit a7e96ba, the data that is being extracted is just:
we also need to extract:
@vorana I am working on all of those except for
Gilded
I have not yet figured out the correct key for it, but as soon as I test it I will find out. The changes will most likely be added to the export branch.
EDIT: I also am adding a netUps
property to data
for easy access.
Because of mongo, we don't really have to extract any data. We can just send the data straight from reddit into the database.
No, remember we want to format the data before we put it in that database. Will make it much easier later.
The
streamPost
gets tons of data about posts, but what data gets extrapolated needs to be decided. This depends on the future vision for this project, which is in @vorana's wheelhouse.