Skip to content
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

Open
VeaaC opened this issue May 15, 2020 · 1 comment
Open

Add support for reading from TAR archive #182

VeaaC opened this issue May 15, 2020 · 1 comment

Comments

@VeaaC
Copy link
Collaborator

VeaaC commented May 15, 2020

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

fermeise added a commit to fermeise/flatdata that referenced this issue Sep 21, 2021
Signed-off-by: Christian Ocker <christian.ocker@here.com>
fermeise added a commit to fermeise/flatdata that referenced this issue Sep 21, 2021
Signed-off-by: Christian Ocker <christian.ocker@here.com>
fermeise added a commit to fermeise/flatdata that referenced this issue Sep 21, 2021
Signed-off-by: Christian Ocker <christian.ocker@here.com>
VeaaC pushed a commit that referenced this issue Sep 28, 2021
Signed-off-by: Christian Ocker <christian.ocker@here.com>

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 <christian.ocker@here.com>
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 <christian.ocker@here.com>
fermeise added a commit to fermeise/flatdata that referenced this issue Oct 6, 2021
Signed-off-by: Christian Ocker <christian.ocker@here.com>
fermeise added a commit to fermeise/flatdata that referenced this issue Oct 6, 2021
Signed-off-by: Christian Ocker <christian.ocker@here.com>
fermeise added a commit to fermeise/flatdata that referenced this issue Oct 6, 2021
Signed-off-by: Christian Ocker <christian.ocker@here.com>
fermeise added a commit to fermeise/flatdata that referenced this issue Oct 6, 2021
Signed-off-by: Christian Ocker <christian.ocker@here.com>
fermeise added a commit to fermeise/flatdata that referenced this issue Oct 6, 2021
Signed-off-by: Christian Ocker <christian.ocker@here.com>
VeaaC added a commit that referenced this issue Oct 8, 2021
Signed-off-by: Christian Ocker <christian.ocker@here.com>

Co-authored-by: Christian Vetter <veaac.fdirct@gmail.com>
@VeaaC
Copy link
Collaborator Author

VeaaC commented Nov 16, 2021

Waiting for the tar crate to release the Seek improvements ( alexcrichton/tar-rs#218 ) before updating dependency version and closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant