Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Who uses slurm2sql? What are your use cases? #16

Open
rkdarst opened this issue Aug 4, 2024 · 0 comments
Open

Who uses slurm2sql? What are your use cases? #16

rkdarst opened this issue Aug 4, 2024 · 0 comments

Comments

@rkdarst
Copy link
Member

rkdarst commented Aug 4, 2024

I started this to fill a need, but there are clearly some other users here so I'm wondering: what do you use this for? How important is it? What do you need?

Here are some of my principles:

  • All values are the most basic (metric) units: bytes, seconds, seconds-since-epoch, etc.
  • Try to use existing column names as much as possible.
  • Try to support as many Slurm versions as possible, but if something becomes hard to support, don't worry too much about breaking compatibly. SchedMD support slurm for 18 months after release. Try to support at least those versions.
  • Don't try to maintain database compatibility. It's expected that for all schema changes, you have to delete and re-import. But try to avoid this if not needed.

Most things are added based on our site's own needs, but I wonder if more flexibility is needed for use by others?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant