-
Notifications
You must be signed in to change notification settings - Fork 263
Home
Andrew Gallant edited this page Sep 14, 2013
·
38 revisions
Welcome to the nfldb wiki! The following is a list of topics that extend nfldb's API documentation with examples and explanation. I recommend reading the following links in the order in which they are listed. (The links in the reference section can be skimmed and accessed later when you need to look up something specific.)
If you need any help or have found a bug, please
open a new issue on nfldb's issue
tracker or join us at
our IRC channel #nflgame
on FreeNode.
- Installation and maintenance
- Searching the database
- The data model
- An introduction to the query interface
- Sorting results
- Disjunctive criteria
- Aggregate searching
- Breaking the shackles of the query interface with nfldb's types
- Exploring primary types: Player, Game, Drive, Play and PlayPlayer
- Exploring secondary types: FieldPosition, PossessionTime and Clock
- More examples
- Watching videos of plays
- Reference