SuperSonicHub1 / notes

Convenient place to store structured notes. Will eventually write to Git repo. Thoughts are CC BY-SA 4.0 licensed.
https://github.com/SuperSonicHub1/notes/issues
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Databases as the window to life, the universe, and everything #1

Open SuperSonicHub1 opened 1 month ago

SuperSonicHub1 commented 1 month ago

One hypothesis for why cross-app collaboration is so hard is because data is siloed. This can be fixed by having a universal query substrait which can then be easily connected to lots and lots of "database-shaped" sources.

SuperSonicHub1 commented 1 month ago

Previous work:

SuperSonicHub1 commented 1 month ago

Query substraits:

SuperSonicHub1 commented 1 month ago

Writings:

SuperSonicHub1 commented 1 month ago

Challenges and potential solutions:

Assembling adapters is hard

Here lie:

Actually querying

Going from having an idea of a query to a working piece of code is not trivial. Going from exploration to writing a query needs to be entirely transparent. Discussion of query DSLs and query visualization is deserving of its own issue.