-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add support for reading from TAR archive #182
Comments
fermeise
added a commit
to fermeise/flatdata
that referenced
this issue
Sep 21, 2021
Signed-off-by: Christian Ocker <[email protected]>
fermeise
added a commit
to fermeise/flatdata
that referenced
this issue
Sep 21, 2021
Signed-off-by: Christian Ocker <[email protected]>
fermeise
added a commit
to fermeise/flatdata
that referenced
this issue
Sep 21, 2021
Signed-off-by: Christian Ocker <[email protected]>
VeaaC
pushed a commit
that referenced
this issue
Sep 28, 2021
Signed-off-by: Christian Ocker <[email protected]> This allows read-only access for TARed flatdata archives. This can be useful in case the user does not want to deal with folders/larger amount of files.
fermeise
added a commit
to fermeise/flatdata
that referenced
this issue
Sep 29, 2021
Signed-off-by: Christian Ocker <[email protected]>
VeaaC
pushed a commit
that referenced
this issue
Sep 30, 2021
* Add support for reading from TAR archives to flatdata-rs (#182) Signed-off-by: Christian Ocker <[email protected]>
fermeise
added a commit
to fermeise/flatdata
that referenced
this issue
Oct 6, 2021
Signed-off-by: Christian Ocker <[email protected]>
fermeise
added a commit
to fermeise/flatdata
that referenced
this issue
Oct 6, 2021
Signed-off-by: Christian Ocker <[email protected]>
fermeise
added a commit
to fermeise/flatdata
that referenced
this issue
Oct 6, 2021
Signed-off-by: Christian Ocker <[email protected]>
fermeise
added a commit
to fermeise/flatdata
that referenced
this issue
Oct 6, 2021
fermeise
added a commit
to fermeise/flatdata
that referenced
this issue
Oct 6, 2021
Signed-off-by: Christian Ocker <[email protected]>
fermeise
added a commit
to fermeise/flatdata
that referenced
this issue
Oct 6, 2021
Signed-off-by: Christian Ocker <[email protected]>
VeaaC
added a commit
that referenced
this issue
Oct 8, 2021
Signed-off-by: Christian Ocker <[email protected]> Co-authored-by: Christian Vetter <[email protected]>
Waiting for the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flatdata archives are currently stored as dictionaries. For distribution it could be much nicer if they instead were a single file.
I propose that we should add support die the ResourceStorage(s) of the different languages read from (memory mapped) TAR archives
The text was updated successfully, but these errors were encountered: