Skip to content

UWQuickstep/gift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gift

This was some dabbling the author did about how to build an extensible type system interface that can be used in a data platform. It was called Gift as an acronym for Gather insights from things to capture that a type system is trying to model a large number of different "things"/types, and do so in way that:

  1. It is easy to add a new type without having to rip through a large amount of code (e.g. touch a switch statement in each operator implementation). Imagine adding spatial types for example to a data platform, or adding IP address as a type.
  2. Make it easy to allow efficient batch/vectorized operations on a column/array of new "things"/typed objects.
  3. Allow the developer to add a new thing to the type system easily, so that it works with very minimal code, leaving the room open to optimize vectorized operations later (and in a clean way)

In Beta (internal to UW for now)

About

Gather Insights From (Internet of) Things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published