📍 The need for data compression📍
🧵
When we talk about computation time we are also talking about money, data compression represents the most appropriate economic way to shorten the gap between content creators and content consumers.
Compressed files are obviously smaller and it is necessary less money and time to transfer them and cost less money to store them, content creators pay less money to distribute their content, and content consumers pay less money to consume content.
On the other hand, companies in all sectors need to find new ways to control the rapid growth of their data heterogeneous generated every day, data compression and decompression techniques are one of the most viable solutions to these problems. #bigdata
These DS above use a hidden universe called contextual data transformations, the raw data is never compressed by a compression algorithm, it is always processed first by this previous pipeline which rearrange the symbols so they will be more sensitive to a compression algorithm.
Bzip2 doesn't have the best performance in compression and decompression times, it has a feature that makes it special, compression and decompression can be separated into blocks, which makes it powerful to be used in DISTRIBUTED systems.
I made my own version of bzip2, and I am trying to improve compression and decompression times and add more features that could be valuable for speed up these process.
If you are strengthening your skills in data engineering and machine learning with python, here I recommend you some books with hands-on projects, It will help with the commom questions: why? and for what? #Python#MachineLearning
Text Analytics with python (Dioanjan Sarkar)
Hands-On Machine Learning with Scikit-Learn, Keras & Tensorflow (Aurélien Géron)
The goal of this repository is to offer and explain an AWS EMR template that you can use quickly if the need for your analysis involves working with millions of records, the template can be easily altered to support the size of your project:
If you are a data-driven company and you are still stucked with R, here are some points to keep in mind for the transition to Python
1. Be focused on outcomes 2. Forget language and focus on the ecosystem 3. Cross-language libraries 4. Real datasets 5. Work Locally
👇
1. Be focused on outcomes:
Instead of learning everything about python, be focus on build and train Machine learning models first: Linear Regression, Logistic Regression, KNN, SVM, NN
There are a couple of activities involved in the world of data engineering:
1. Describe data architecture 2. Understand data sources 3. Design your data model 4. Configure infrastructure 5. Run and monitor ETL processes 6. Business intelligence and analytics
Thread 👇👇
The project below will help you to get some hands-on experience with data engineering, you will see all the steps mentioned above: