DEV Community

Discussion on: Evolution of a data system

Collapse
 
yilong94 profile image
Tan Yi Long

Interesting article! Thanks for sharing your knowledge. Would you happen to have a sample codebase that you can share as well? Thanks!

Collapse
 
ericpgreen profile image
Eric P Green

Thanks Tan! I don't have a codebase for the architecture in the article, but if you're interested in Reddit analytics, I have some examples using Beneath, the tool I'm building to simplify the analytics stack (though we're still early).

This scrapes Reddit posts and comments in real-time: github.com/beneath-hq/beneath/tree...
And produces this data w/ API and monitoring: beneath.dev/examples/reddit/stream...

This does some feature engineering to analyze the r/wallstreetbets subreddit: github.com/beneath-hq/beneath/tree...
Producing this data: beneath.dev/examples/wallstreetbet...