garneau-holberton meetup and dataviz challenge

6
Schedule 9 am - 10 am: Live Coding Session with Ruby Koans 1 0 am - 12 pm: Projects with SF OpenData 12 pm - 1 pm: Lunch 1 - 2 pm: (Interlude) Talk by Pascal Bouchareine, CTO of Gandi 2 - 4 pm: Continuation of SF OpenData Projects! 4 - 5 pm: Return to Big Group & Share Projects

Upload: rona-chong

Post on 14-Apr-2017

131 views

Category:

Engineering


3 download

TRANSCRIPT

Page 1: Garneau-Holberton Meetup and DataViz Challenge

Schedule

9 am - 10 am: Live Coding Session with Ruby Koans

10 am - 12 pm: Projects with SF OpenData

12 pm - 1 pm: Lunch

1 - 2 pm: (Interlude) Talk by Pascal Bouchareine, CTO of Gandi

2 - 4 pm: Continuation of SF OpenData Projects!

4 - 5 pm: Return to Big Group & Share Projects

Page 2: Garneau-Holberton Meetup and DataViz Challenge
Page 3: Garneau-Holberton Meetup and DataViz Challenge

Open Data Projects

Page 4: Garneau-Holberton Meetup and DataViz Challenge

Open Data Projects

Page 5: Garneau-Holberton Meetup and DataViz Challenge

<HTML>javascript

grab ~once~

let’s compute!

let’s compute!every time

you could input thisusing a method

or

manually

we have to input thisevery time

grab a bunch of times

Dynamic Use of Data Static Use of Data

Page 6: Garneau-Holberton Meetup and DataViz Challenge

<HTML>javascript

grab ~once~

let’s compute!

let’s compute!every time

you could input thisusing a method

or

manually

we have to input thisevery time

grab a bunch of times

endpointAPI / “SDK” (libraries) API / “SDK” (libraries)

OR just download button

E.g. array_or_string_for_javascript (Ruby)

Json stuff?

Manually does not workYou need an automated process to receive computed data from your

server every time you render website

Query - JS in HTML: “Serve me data?”

Server Response: “OK, hold up, let me fetch, parse, compute and serve the data.”

“OK, here’s the data.”

2.

1.

Dynamic Use of Data Static Use of Data