Y
Hacker News
new
|
ask
|
show
|
jobs
by
Kinrany
935 days ago
Wouldn't the data interface still be a stream of bytes?
1 comments
0xbadcafebee
935 days ago
No reason it has to be. You could have the data interface accept plugins which preprocess data in different formats and expose it as something else, like an object, document, stream of documents, etc.
link
ozr
935 days ago
Those are all ultimately represented as bytes. You're just looking for a different query language.
link