-
Notifications
You must be signed in to change notification settings - Fork 366
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
re_datastore: standardize the payload schema for insertion #435
Labels
Comments
teh-cmc
added
🏹 arrow
concerning arrow
⛃ re_datastore
affects the datastore itself
labels
Dec 2, 2022
Example for reference: This insertion: let (schema, components) = build_message(
&ent_path,
[build_log_time(now_plus_20ms), build_frame_nr(frame41)],
[build_instances(nb_instances), build_rects(nb_instances)],
); turns into this schema:
with this payload:
|
So the work in #501 addresses a large part of this, at least in code by factoring out matching encode/decode function pairs (implemented mostly as The airity and duplication questions are not answered. |
15 tasks
See #1619 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Standardize and put into writing insert-payload schema
The text was updated successfully, but these errors were encountered: