Skip to content

tweet to Tweet, capital O on observation #68

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
16 changes: 8 additions & 8 deletions docs/data/evidence-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ The Percolator was instructed to visit a URL to see if it is an article landing
- `u` - The URL in question.
- `t` - Timestamp.

### Percolator attempted to match observation
### Percolator attempted to match Observation

The Percolator attempted to match one of a number of types of observation to a DOI. The log entry records the type of observation, the success or failure of the operation, and the resulting DOI.
The Percolator attempted to match one of a number of types of Observation to a DOI. The log entry records the type of Observation, the success or failure of the operation, and the resulting DOI.

The operations involved in performing this match are described in more detail in other log messages (such as percolator.match-doi-url.match).

Expand Down Expand Up @@ -219,7 +219,7 @@ The Percolator attempted to match a ShortDOI URL to a valid DOI. This provides m
- `r` - The Evidence Record ID.
- `t` - Timestamp.

## Percolator Process Control
## Percolator process control

### Percolator created Event

Expand Down Expand Up @@ -818,7 +818,7 @@ If the Agent can't connect to the internal message bus, it will fail sending dat

### Twitter Agent (re)connects to Twitter streaming API to get stream of input Tweets

Agent will attempt to get tweets from up to 5 minutes ago to fill in any gaps on disconnection.
Agent will attempt to get Tweets from up to 5 minutes ago to fill in any gaps on disconnection.

- `i` - "a0021"
- `s` - "twitter-agent"
Expand All @@ -834,23 +834,23 @@ Agent will attempt to get tweets from up to 5 minutes ago to fill in any gaps on
- `f` - "disonnect"
- `t` - Timestamp.

### Twitter Agent starts the process of ingesting tweets from the Twitter API
### Twitter Agent starts the process of ingesting Tweets from the Twitter API

- `i` - "a0023"
- `s` - "twitter-agent"
- `c` - "ingest"
- `f` - "start"
- `t` - Timestamp.

### Twitter Agent starts the process of processing tweets from the Twitter API
### Twitter Agent starts the process of processing Tweets from the Twitter API

- `i` - "a0024"
- `s` - "twitter-agent"
- `c` - "process"
- `f` - "start"
- `t` - Timestamp.

### Twitter Agent got a chunk of tweets and bundled them in an Evidence Record
### Twitter Agent got a chunk of Tweets and bundled them in an Evidence Record

- `i` - "a0025"
- `s` - "twitter-agent"
Expand All @@ -862,7 +862,7 @@ Agent will attempt to get tweets from up to 5 minutes ago to fill in any gaps on

### Twitter agent performed periodic fresh of rules

Agent periodically retrieves the domain list, the DOI Prefix list, and produces a set of rules to send to Twitter. These are used to filter tweets that are sent to the Agent.
Agent periodically retrieves the domain list, the DOI Prefix list, and produces a set of rules to send to Twitter. These are used to filter Tweets that are sent to the Agent.

- `i` - "a0037"
- `s` - "twitter-agent"
Expand Down