Skip to content

A simple service for experimenting with AWS, K8s, and Cassandra.

License

Notifications You must be signed in to change notification settings

TrevorThomson/render-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Render Metadata

A sandbox for experimenting with distributed services and data base

Design

Note: we're focusing on a functional toy system, not on production-level completeness.

Render Service

  • api layer
  • model layer
  • data access layer

API

  • create a Shot
    • note: we're implementing this in the Render Service API for simplicity
  • queue a render given a Shot name
  • check status of a render given a Shot name

Model

  • Renderer
  • Shot
    • show id
    • shot id
    • frame range
  • Frame
    • frame number
    • render status

Data Access

  • Store new Shot
  • Update Shot (e.g. frame status)
  • Read Shot
  • tables:
    • Shots
    • Frames
      • primary key: shotID + frameNumber

About

A simple service for experimenting with AWS, K8s, and Cassandra.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published