Giter Site home page Giter Site logo

scalamatsuri's Introduction

Scala Matsuri 2018

This repo holds all the code shown at the 2018 Scala Matsuri's talk "Using Functional Programming to improve your code: A working example"

Getting Started

SBT is needed in order to run the code.

You should put your own Twitter secrets and keys for this to be able to work. (Check twitter4j.properties and application.conf)

You should first start your Kafka miniCluster

sbt miniCluster/clean miniCluster/compile miniCluster/run

Then start the web server

sbt webserver/clean webserver/compile webserver/stage

webserver/target/universal/stage/bin/playserver -Dplay.http.secret.key=abcdefghijk

And then you can run any of the classes to check that it runs as it should.

If it doesn't, please let me know!

References and further reading

If you are interested in analysing Twitter messages you'll probably want to head here where a comparison of both Stanford Core NLP and Spark MLlib is done. The datamaps code used in the talk is from this github repository with some small amendments.

The Stanford CoreNLP code has been taken from Shekhar Gulati's github repository on Stanford CoreNLP. Go check it out!

The part of abstraction over monads was inspired by the Habla computing course I did back in 2017 and Chris Birchall's London Scala meetup talk "Bring your own effect".

Itamar Ravid's blog post where you can see some nice advance techniques applied to Spark.

scalamatsuri's People

Contributors

jorgesg1986 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.