Giter Club home page Giter Club logo

sbd's People

Contributors

anneriet avatar bors[bot] avatar dependabot[bot] avatar johanpel avatar jonascarpay avatar kneejuicer avatar live-wire avatar mbrobbel avatar prince-ph0en1x avatar rphes avatar tclv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

sbd's Issues

Docker file pwd command error in Linux

In the guide which states how to run the different shells and servers
https://github.com/Tclv/SBD-tudelft/blob/0b2a9796d16a5904df028904105f1cfaea6b46d7/doc/2-guide.text#L179

the docker run command uses : in the pwd path which is not correct and gives an error in Linux

docker: Error response from daemon: create 'pwd': "'pwd'" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.

The commands work if the : is omitted.

Remove/clarify the use of `package` in example Scala file

The example project's source file starts with a package directive:

https://github.com/Tclv/SBD-tudelft/blob/604a2aeaac6ac5bc5cf630014abdf20259765d1d/example/src/main/scala/example.scala#L1

whereas the lab1 template project does not. Students have been using the example project to base their own code upon, which causes some confusion with Spark not being able to find their main class as it is scoped under a package example in lab 2.

Most convenient would probably be removing the statement altogether.

GDELTConsumer technically incorrect

Whenever a record is decremented, it is unknown which record should take its place as records outside the top-100 are not stored by the consumer. This results in a histogram that is incorrect.

Improve lab 3 exercise

  • Describe which timestamps to use to determine record age
  • Make sure people don't extract timestamps from GDELT rows
  • Factor in the existence of KTable.suppress, which makes using a window very easy- (actually this isn't true)
  • Emphasize that the stream transformer has to be started manually using SBT
  • Rule out the usage of fire-once punctuators
  • Better define the docker-compose workflow overall and try to make it so that docker-compose down is not necessary to get rid of state
  • Factor in timezone differences (mainly in producer)

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.