Persistent and accessible storage of data #117
Replies: 1 comment
-
A relevant snippet from the NOMAD JOSS paper (see paper review for link):
Some options:
|
Beta Was this translation helpful? Give feedback.
-
A relevant snippet from the NOMAD JOSS paper (see paper review for link):
Some options:
|
Beta Was this translation helpful? Give feedback.
-
One idea I've had is to create a notebook that does a walk-through of setting up a free SQL database (e.g. https://bit.io/) and using Ax's SQL backend for storing experiments. I think it would also be informative to have similar notebooks focused on storing experimental data to other platforms: MongoDB Atlas, Foundry, Figshare or Zenodo, and Matminer.
EDIT: See https://github.com/cloudcommunity/Cloud-Free-Tier-Comparison for info on the free-tiers of different cloud services.
Related:
@blaiszik curious to hear your thoughts.
EDIT: I've been using MongoDB with the shared tier. It gets pretty expensive moving to a serverless option if using
find_one
without an index https://qr.ae/prMzyj, so it would likely be much better to avoid serverless and just choose the appropriate shared or dedicated cluster options.EDIT: DynamoDB is another option. See comparisons/limitations at https://chat.openai.com/share/ee16a785-e09d-4fa6-80f4-583690a4c514 (in particular, max 400 kB vs. 16 MB per document, though much more data storage allowed (25 GB vs. 500 MB)
Beta Was this translation helpful? Give feedback.
All reactions