Daily Archives: January 22, 2019

Avro Schema python serialize and deseralize

Seralize and Deseralize avro data with schema ahead import avro.schemafrom avro.datafile import DataFileReader, DataFileWriterfrom avro.io import DatumReader, DatumWriter, BinaryDecoder, BinaryEncoderimport ioclass panAvroDataSchem: def dReader... Read More | Share it now!

‘pip install MySQL-python’ fails with ‘IndexError’ on Mac

By finding out the information that mysql-connector-cmight come to the conclusion that the configuration by brew installation may be incorrect , open the /usr/local/bin/mysql_config script to modify some of the contents of it: change... Read More | Share it now!