Two way serialization reading parquets#9
Merged
workaholicAB merged 3 commits intoOct 27, 2021
Conversation
added 3 commits
October 25, 2021 13:26
workaholicAB
added a commit
that referenced
this pull request
Nov 17, 2021
* feat: basic serializer implemented for TreeContainer * fix: added check for serializable component create component * feat: deserialize values in renderer side * wip: quick pseudo codes * chore: working on descriptive comments * feat: implemented setting props in treeContainer * feat implemented serializedKeys for component * feat: serialization basically done up to milestone 4 * chore: some code reset to clean unnecessary changes * fix: lint fix * chore: add pandas to requirement * update serialization * feat: (wip) add to_parquet serialization * chore: add some todo comments * feat: (wip) implemented parquet reader & writer in JS side * feat: (wip) add 3 different dataframe formats * fix: avoid try/except as much as possible * fix: remove PROP_ID, use tempfile for parquet output * Set up parquetjs-lite (#8) * feat: clean up codes and prepare for PR review * fix: bug fix * feat: changed serialization applying * chore: minor refactor & clean up * chore: lint fixes * feat: add `columns` to serialized dataframe * fix: deserialize bug * fix: lint * Two way serialization reading parquets (#9) * wip: async deserialization * feat: finish async deserialize, improve serialization with more additional/autofilled props * chore: minor refactor Co-authored-by: workaholicpanda <> * fix: parquets reader * fix: async deserialization * fix: make serialize value async * fixed asyncronize issue in renderer side * changed file open to with * fix: use to_dict for now * updated package-lock files * just trying * Revert "just trying" This reverts commit f16df3d. * Revert "updated package-lock files" This reverts commit 9d072ab. * trying to disable serialize * formatted code style to fix testing issue * update renderer package-lock.json Co-authored-by: workaholicpanda <> Co-authored-by: Szabolcs Markó <akksi@akksi.eu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement asynchronous deserialize layout and callback values