mobie / mobie.github.io

1 stars 3 forks source link

Large table data #23

Open constantinpape opened 3 years ago

constantinpape commented 3 years ago

For HCS plates with segmentations (or similar data), we will have a large amount of table data. At some point it becomes impractical to store them on github. And it will also become inefficient to store them in a text file format like csv / tsv. We should think about supporting more table formats:

constantinpape commented 3 years ago

Databases on s3: https://towardsdatascience.com/turn-amazon-s3-into-a-spatio-temporal-database-40f1a210e943

jkh1 commented 3 years ago

For tabular data, I'd suggest using SQLite. No need for a server or complicated setup.