Technology
Data Storage
- Storage each dataset / schema in an
Apache AvroFile. - Generate a schema file, schema.json. [This is just for reader easy; Avro Tools handle the reading of the files].
- Store the datasets in a
gzip filein linux. - ...
Apache Avro File.gzip file in linux.