Is this the same "Deductive Database" mathematical programming language of Google DeepMind mentioned in the latest 3b1b guest video by Aleph0 (where they say the language doesnt have a name yet)
Anybody who replaces the hoary old albatross of SQL without throwing out the relational algebra baby with the bathwater gets my support. I hope this goes far.
This is what? The third logic/datalog family query language Google launched? What's the internal story? Does each department have their own query engine?
"This is not an officially supported Google product." For all we know, this is just some people having fun, but because they're having their fun at Google, it needs to be open-sourced under the Google umbrella.
Is this the same "Deductive Database" mathematical programming language of Google DeepMind mentioned in the latest 3b1b guest video by Aleph0 (where they say the language doesnt have a name yet)
https://youtu.be/4NlrfOl0l8U?t=4m8s
Anybody who replaces the hoary old albatross of SQL without throwing out the relational algebra baby with the bathwater gets my support. I hope this goes far.
I'm unconvinced the syntax makes a genuine difference. But always interesting to see what folks come up with!
Some notable others:
PreQL/Trilogy - https://github.com/trilogy-data/pytrilogy https://news.ycombinator.com/item?id=40728938
Malloy -https://www.malloydata.dev/ https://github.com/malloydata/malloy https://news.ycombinator.com/item?id=30053860
PRQL - https://prql-lang.org/ https://github.com/PRQL/prql https://news.ycombinator.com/item?id=36866861
This is what? The third logic/datalog family query language Google launched? What's the internal story? Does each department have their own query engine?
"This is not an officially supported Google product." For all we know, this is just some people having fun, but because they're having their fun at Google, it needs to be open-sourced under the Google umbrella.
Which are the other ones that come to your mind?
I know of PathQuery[0], but that one doesn't have an open source implementation and is much more inspired by Graph query languages than SQL.
[0]: https://arxiv.org/abs/2106.09799
Perhaps they have https://logica.dev/ in mind. I think it's more restricted.
I wanna know what's the difference between the mysql and mangel?