data – POFTUT

What Is Apache Kafka, Use Cases, Advantages and How To Install and Use Apache Kafka?

What Is Apache Kafka, Use Cases, Advantages and How To Install and Use Apache Kafka?

Apache Kafka is a distributed streaming platform. Let’s explain it in more detail. Apache Kafka is three key capabilities where publish and subscribe to streams of records, similar to a message queue or enterprise messaging system. Apache Kafka provides a distributed publish-subscribe messaging system and robust queue that can handle a high volume of data … Read more

Data Classification and Categorization with Benefits

Data classification is important part of the ISO 27001 and Enterprise Security Governance. Data classification will set labels and categories to the given data types. These types will be used to set secrecy, sensitivity, confidentiality levels. If we set all data high security level or classification this will create high cost and operational complexity and … Read more

Python Set Data Structure With Examples

Python provides different structures to hold data. We have all ready looked list and dictionary in this site. Today we will look usage examples and features of python set. Set have same properties and behaviour of mathematical set. Sets have following features unordered means the order is not important and do not expect same order for … Read more

USB (Universal Serial Bus) Versions, Types and Connectors

USB is a protocol emerged mid-1900s for connecting computer peripherals to the computer easily. At the time there are problems with other protocols like speed, plugin and play, comp-ability. USB is designed as universal protocol which can be used by most of the computer peripherals and companies. Now it most used connection type. Here list … Read more