zincware / MDSuite

A post-processing engine for particle simulations
https://mdsuite.readthedocs.io/
Eclipse Public License 2.0
36 stars 7 forks source link

Remote SQL (Analysis database) #593

Open SamTov opened 1 year ago

SamTov commented 1 year ago

What feature would you like to see added? Whilst we are looking into and discussing remote trajectory databases, it would be simpler and faster to also consider remotely accessible or at least shareable SQL database for the analysis.

Describe how this feature would improve the code It would allow users not working on the same filesystem to share results of an analysis.

Describe how this feature would work/possible implementations It could work in a few ways:

  1. Allow for hosted databases but then users would need to set one up
  2. Provide a simple way to export an MDSuite project into some easily shareable format. I would suggest no HDF5 databases and just analysis results.
  3. Integrate something like DoltHub