diff --git a/README.md b/README.md index 8530975..01525d9 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ # Name -write-your-name +Alex Tsankov # How many points have you earned? -0/100 +100/100 (Make your own calculation and replace the number 0 with the points you think you've earned.) # How many hours have you spent on this? -fill-in-your-answer +4.5 # Show and tell (4 points) -[title-of-the-article](http://link-to-an-interesting-data-visualization-about-politics) +[Watch Detroit's Population Disappear In 4 Seconds](http://www.huffingtonpost.com/2014/03/07/detroit-population-gif_n_4913997.html) # API (I) (4 points x 14 = 56 points) @@ -22,61 +22,61 @@ fill-in-your-answer ### Checkpoint 1 (4 points) -![image](image.png?raw=true) +![image](checkpoint1.png) ### Checkpoint 2 (4 points) -![image](image.png?raw=true) +![image](checkpoint2.png) ### Checkpoint 3 (4 points) -![image](image.png?raw=true) +![image](checkpoint3.png) ### Checkpoint 4 (4 points) -![image](image.png?raw=true) +![image](checkpoint4.png) ### Checkpoint 5 (4 points) -![image](image.png?raw=true) +![image](checkpoint5.png) ### Checkpoint 6 (4 points) -![image](image.png?raw=true) +![image](checkpoint6.png) ### Checkpoint 7 (4 points) -![image](image.png?raw=true) +![image](checkpoint7.png) ### Checkpoint 8 (4 points) -![image](image.png?raw=true) +![image](checkpoint8.png) ## Challenges ### 1 (4 points) -![image](image.png?raw=true) +![image](api_challenge1.png) ### 2 (4 points) -![image](image.png?raw=true) +![image](api_challenge2.png) ### 3 (4 points) -![image](image.png?raw=true) +![image](api_challenge3.png) ### 4 (4 points) -![image](image.png?raw=true) +![image](api_challenge4.png) ### 5 (4 points) -![image](image.png?raw=true) +![image](api_challenge5.png) ### 6 (4 points) -![image](image.png?raw=true) +![image](api_challenge6.png) @@ -86,59 +86,63 @@ fill-in-your-answer ### Challenge 1-a (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +NULL ``` -![image](image.png?raw=true) +![image](s1a.png) ### Challenge 1-b (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype="antsankov_TEST" ``` -![image](image.png?raw=true) +![image](s1b.png) ### Challenge 1-c (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype="antsankov_TEST" | stats count by typeRegex ``` -![image](image.png?raw=true) +![image](s1c.png) ### Challenge 1-d (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype="antsankov_TEST"| timechart count by typeRegex usenull=f useother=f ``` -![image](image.png?raw=true) +![image](s1d.png) ## Challenge 2 ### Challenge 2-a (4 points) -![image](image.png?raw=true) +``` +sourcetype="antsankov_events" | stats count by actor.login +``` + +![image](s2a.png) ### Challenge 2-b (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype="antsankov_events" | timechart count by type ``` -![image](image.png?raw=true) +![image](s2b.png) ### Challenge 2-c (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype="antsankov_events" type = "PullRequestEvent" | top actor.login ``` -![image](image.png?raw=true) +![image](s2c.png) ### Challenge 2-d (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype="antsankov_events" type = "PullRequestEvent" | top payload.action ``` -![image](image.png?raw=true) +![image](s2d.png) ### Challenge 2-e (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype="antsankov_events" type = "PullRequestEvent" payload.action = "opened" | chart count by actor.login ``` -![image](image.png?raw=true) +![image](s2e.png) ### Challenge 2-f (4 points) ``` -sourcetype=[??] [fill-in-the-rest] +sourcetype="antsankov_events" type = "PullRequestEvent" repo.name="CSCI-4830-002-2014/challenge-week-2" | timechart count ``` -![image](image.png?raw=true) +![image](s2f.png) diff --git a/api_challenge1.png b/api_challenge1.png new file mode 100644 index 0000000..210831c Binary files /dev/null and b/api_challenge1.png differ diff --git a/api_challenge2.png b/api_challenge2.png new file mode 100644 index 0000000..a2681ad Binary files /dev/null and b/api_challenge2.png differ diff --git a/api_challenge3.png b/api_challenge3.png new file mode 100644 index 0000000..dde9ef9 Binary files /dev/null and b/api_challenge3.png differ diff --git a/api_challenge4.png b/api_challenge4.png new file mode 100644 index 0000000..6d72a74 Binary files /dev/null and b/api_challenge4.png differ diff --git a/api_challenge5.png b/api_challenge5.png new file mode 100644 index 0000000..ff1be37 Binary files /dev/null and b/api_challenge5.png differ diff --git a/api_challenge6.png b/api_challenge6.png new file mode 100644 index 0000000..30171ec Binary files /dev/null and b/api_challenge6.png differ diff --git a/checkpoint1.png b/checkpoint1.png new file mode 100644 index 0000000..800ba10 Binary files /dev/null and b/checkpoint1.png differ diff --git a/checkpoint2.png b/checkpoint2.png new file mode 100644 index 0000000..086036a Binary files /dev/null and b/checkpoint2.png differ diff --git a/checkpoint3.png b/checkpoint3.png new file mode 100644 index 0000000..11fa51b Binary files /dev/null and b/checkpoint3.png differ diff --git a/checkpoint4.png b/checkpoint4.png new file mode 100644 index 0000000..bbf91cb Binary files /dev/null and b/checkpoint4.png differ diff --git a/checkpoint5.png b/checkpoint5.png new file mode 100644 index 0000000..451ff15 Binary files /dev/null and b/checkpoint5.png differ diff --git a/checkpoint6.png b/checkpoint6.png new file mode 100644 index 0000000..6d2b8fc Binary files /dev/null and b/checkpoint6.png differ diff --git a/checkpoint7.png b/checkpoint7.png new file mode 100644 index 0000000..b57835e Binary files /dev/null and b/checkpoint7.png differ diff --git a/checkpoint8.png b/checkpoint8.png new file mode 100644 index 0000000..0897a12 Binary files /dev/null and b/checkpoint8.png differ diff --git a/s1a.png b/s1a.png new file mode 100644 index 0000000..b3589e0 Binary files /dev/null and b/s1a.png differ diff --git a/s1b.png b/s1b.png new file mode 100644 index 0000000..d5c2a85 Binary files /dev/null and b/s1b.png differ diff --git a/s1c.png b/s1c.png new file mode 100644 index 0000000..acab1df Binary files /dev/null and b/s1c.png differ diff --git a/s1d.png b/s1d.png new file mode 100644 index 0000000..93184db Binary files /dev/null and b/s1d.png differ diff --git a/s2a.png b/s2a.png new file mode 100644 index 0000000..395a627 Binary files /dev/null and b/s2a.png differ diff --git a/s2b.png b/s2b.png new file mode 100644 index 0000000..f4efdae Binary files /dev/null and b/s2b.png differ diff --git a/s2c.png b/s2c.png new file mode 100644 index 0000000..3991d4d Binary files /dev/null and b/s2c.png differ diff --git a/s2d.png b/s2d.png new file mode 100644 index 0000000..4327d1c Binary files /dev/null and b/s2d.png differ diff --git a/s2e.png b/s2e.png new file mode 100644 index 0000000..2879721 Binary files /dev/null and b/s2e.png differ diff --git a/s2f.png b/s2f.png new file mode 100644 index 0000000..e4b1b3e Binary files /dev/null and b/s2f.png differ