xephonhq / awesome-time-series-database

:clock7: A curated list of awesome time series databases, benchmarks and papers
https://xephonhq.github.io/awesome-time-series-database/
847 stars 82 forks source link

[web] Store databases in database #38

Open at15 opened 6 years ago

at15 commented 6 years ago

There has been projects putting information of database into database, i.e. https://github.com/cmu-db/dbdb.io which requires a python server and SQL database (and auth for public access).

We serve the static website using gh-pages, so we can't use MySQL etc. However, there are many database (even SQLish) using javascript and run in browser (w/o using WebSQL which is deprecated), we just need to figure out the schema, and turn our existing YAML files into other formats. We want features like join so user can run query in browser (and passing the query in the url should show the filtered result, which is already supported )

Databases that can run in browsers

TODO

at15 commented 6 years ago

fork the official performance test, alasql seems to be faster (but it can't read sqlite file unless sql.js is used), it can export to csv, xlsx though .... https://jsperf.com/sql-js-vs-alasql-js-fork (the original one is broken due to https https://jsperf.com/sql-js-vs-alasql-js)

https://github.com/jsperf/jsperf.com is pretty good ... except it is filled with span messages (by bot I guess, though there is recaptcha ...)