Hacker News new | ask | show | jobs
by nikki93 3262 days ago
The extreme version of an ECS is an EAV: https://en.m.wikipedia.org/wiki/Entity–attribute–value_model

When you further qualify by time/transaction you get EAVT like Datomic and then just do queries (potentially recursive), and can implement semantics like "classes" over it.