Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alex tsankov week 3 100/100 #24

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 41 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,82 +1,82 @@
# 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)

## Checkpoints

### 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)



Expand All @@ -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)
Binary file added api_challenge1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added api_challenge2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added api_challenge3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added api_challenge4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added api_challenge5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added api_challenge6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added checkpoint1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added checkpoint2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added checkpoint3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added checkpoint4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added checkpoint5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added checkpoint6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added checkpoint7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added checkpoint8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added s1a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added s1b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added s1c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added s1d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added s2a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added s2b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added s2c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added s2d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added s2e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added s2f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.