Hacker News new | ask | show | jobs
by lucian1900 4932 days ago
Interesting approach to modelling data that lives elsewhere, in fact quite similar to SQLAlchemy's.
1 comments

... but you can't use numpy operations efficiently on SQLAlchemy data
That's not what I meant. Both this and SA turn python expressions into expressions to be run elsewhere, on data that isn't necessarily in the process' memory.