2
buch
4y

What’s your quarantine side project? I’m learning about map reduce and might build something along those lines

Comments
  • 2
    Mapreduce is a little old to learn now, though it is an interesting paradigm

    What data are you planning to crunch?
  • 1
    I'm writing an API for sending messages to an incoming Webhook in msteams.
  • 0
    @asgs I’m learning hadoop for map reduce which is also old but can be very useful given the right environment. Kubernetes is my next target

    I’m not sure what data I’ll use. Do suggest something if you know!
  • 2
    @buch you can get a good amount of twitter tweets and derive aggregations

    1. What are the topic handles used for a given period of time in a given country or some specific area
    2. What are the most used swear words and their frequency? You can use some online dictionary like urban dictionary
    3. Distribution of tweets hourly wise across the world
    4. How many followers retweet and non-followers retweet for the top N top tweeters by country or a specific area

    You will get more once you see the data yourself
  • 1
    Trying out Storybook for making styleguide
  • 0
    @vintprox I had to look up what storybook is. Looks p interesting!
Add Comment