datalab-org / datalab

datalab is a place to store experimental data and the connections between them.
https://docs.datalab-org.io
MIT License
49 stars 17 forks source link

Separate random ID generator from refcode generator #796

Open ml-evs opened 3 months ago

ml-evs commented 3 months ago

Ideally these two would be separate, to allow for more custom mutable ID schemes (cc @PeterKraus).

As part of this, we may want to revisit how to actually specify configuration with Python objects, rather than defaulting to JSON.