Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upspecify initial schema in the dat constructor #177
Comments
joyrexus
referenced this issue
Oct 21, 2014
Closed
Recommendations for including schema definitions? #209
karissa
closed this
Feb 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mafintosh commentedSep 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.