-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
re_datastore: standardize the payload schema for insertion #435
Labels
Comments
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 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Standardize and put into writing insert-payload schema
The text was updated successfully, but these errors were encountered: