Performance comparison of different serialization formats with Python
- To re-generate schema for FlatBuffers:
flatc --python FlatBuffersSchema/stations.fbs
- Then convert JSON to FlatBuffers binary format:
flatc --binary FlatBuffersSchema/stations.fbs stations.geojson && mv stations.bin FlatBuffersSchema/