This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Description
Right now the whole graph state is saved (along with a hash for some reason?) into the states table for shorturl tracking. This makes it really hard to change data server URLs in the UI server and preserve shorturls. It would be nice if there was an independent identifier that could be used instead for saving the data server source so that changing the data server URLs wouldn't be so problematic.