-
Notifications
You must be signed in to change notification settings - Fork 24
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
Store skeletons as JSON in RocksDB #1759
Comments
@fm3 @jfrohnhofen I've made the changes in the frontend to fetch the annotation, dataset and tracing separately (and repaired all places in the frontend that were affected by that). There's still a couple of ToDos, which are being kept track of in the collabedit pad. If I understood correctly, the update actions should now be sent to the dataStore instead of the server. Same route or did something change there? |
Just for reference, the relevant branch is |
…tinguish between tracingId and annotationId, fix unit tests (#1759)
The way skeleton tracings are currently stored in mongoDB does not scale to >200.000 nodes and must thus be stored in a different way.
Log Time
The text was updated successfully, but these errors were encountered: