askap-vast / vast-pipeline

This repository holds the code of the Radio Transient detection pipeline for the VAST project.
https://vast-survey.org/vast-pipeline/
MIT License
7 stars 3 forks source link

v2.0 Experiment: Change to to UUID indexes (2/4) #706

Open ajstewart opened 4 months ago

ajstewart commented 4 months ago

This is part of experimenting with new features for a potential v2.0

See this GIST: https://gist.github.com/ajstewart/9257bd3be3389d37058ab6bae5377904

This is PR 2/4 in the chain.

What is in this PR?

This PR makes it so all IDs for objects are UUIDs.

The advantage here is that the UUIDs can be generated in the code so that the IDs don't have to be returned from the upload. This lays the groundwork for PR 3/4.

Issue #683.