Skip to content

ShelbyTV/seymour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seymour

a sinatra-based REST API for collecting and retrieving data around videos in Shelby.tv

Features:

  • send seymour data via HTTP
  • data can be retrieved grouped by all action, video, or frame
  • data that can be added includes: [video_id, frame_id, action, user_id]

Example:

POST /v1/video/:video_id/:action/?frame_id=:frame_id&user_id=:user_id' would add the following data to redis as a set: key: video_id:frame_id:action value: [user_id]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages