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

specify initial schema in the dat constructor #177

Closed
mafintosh opened this Issue Sep 3, 2014 · 0 comments

Comments

Projects
None yet
2 participants
@mafintosh
Member

mafintosh commented Sep 3, 2014

there should be a way to pass an initial protobuf schema to dat that it will use as the baseline.

for storing something like https://github.com/openaddresses/openaddresses/blob/master/sources/us-oh-erie.json that uses a predefined format it will allow dat to save (a bit of cpu) and have better compression on disk (since we can specify the nested protobuf types) etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment