agrogeophy / catalog

A platform putting together a database/catalog of agrogeophysical studies in order to boost future research
https://agrogeophy.github.io/catalog/
Apache License 2.0
2 stars 2 forks source link

sql.js for relational database #8

Closed sagitta1618 closed 3 years ago

sagitta1618 commented 3 years ago

While I am not totally convinced that a relational database will be very useful given the size of the project (even if we have thousands lines, a .csv will still be a few kb).

If there is incentive to use relational SQL database on the client side, the sql.js framework can be well adapted.

@BenjMy if we keep the .csv (which I think it's ok), we can close the issue for info.

sagitta1618 commented 3 years ago

so it means we could replace the .csv by a .sqlite file that will be processed client-side using javascript (sql.js)

BenjMy commented 3 years ago

Ok let's keep the .csv file for simplicity. I close the issue.