Skip to main content

Types of data

 Types of data


There are various types of data one needs to understand 


So that one can plan well regarding data capture, management, and usage.


Below are some of them:-


I have purposely left one box missing, Let me know what data type you feel is important. 


Structured data - Typically in some form of structure, stored in a tabular form. RDBMS databases like Oracle


Geospatial data - Data Related to locations on earth


Streaming Data - The output of a lot of data in large volumes continuously, like gaming, videos etc


Synthetic Data - Tools or AI technology artificially create this data, which is utilized for testing, research, and machine learning.


Binary Data - Data which is usually stored in the format of audio, video files

Sentiment Data - Data like emails, chats, and comments are used to analyze the emotional tone of the message


Spatiotemporal data - This data includes location and time, which enables tracking, like cab tracking


Open data - The data that is free for the public to use, edit, and share for any purposes


Real-time Data - With 5g technology, this data is captured in real-time and analyzed in real-time, which is valuable for traffic emergency systems.


High-dimensional data - The number of variables (or dimensions) is significantly larger than the number of samples, for example, used in IOT smart farming and facial recognition.


Transactional Data - Data generated due to various transactions like payment, e-commerce shopping,


Batch Data - Data in high volumes is collected and processed


Dark Data - Information that is collected and stored but not used in any meaningful way


Machine Data - Data generated by the systems automatically across an organization's data center


Genomics Data - Data about the organization and operation of an organism's genetic material. For example, analyzing DNA of patients


Big Data - Large and complex data sets that doesn't fit the traditional RDBMS


Biometric - Data that deals with biometic data like face, finger prints and voice


Sensor Data - Data collected from various sensors like temperature, Gyroscope sensors


Social Media Data - Data collected from all the social media applications and further leveraged for various purposed


Semi-Structured - Data which is in a format like JSON and which doesn't conform to data model


Unstructured Data - Text files in PDF, email that doesn't follow any structure or data model


Time series data - Data captured over interval of time continuously and consistently

Comments

Popular posts from this blog

  Issue with Aria Automation Custom form Multi Value Picker and Data Grid https://knowledge.broadcom.com/external/article?articleNumber=345960 Products VMware Aria Suite Issue/Introduction Symptoms: Getting  error " Expected Type String but was Object ", w hen trying to use Complex Types in MultiValue Picker on the Aria for Automation Custom Form. Environment VMware vRealize Automation 8.x Cause This issue has been identified where the problem appears when a single column Multi Value Picker or Data Grid is used. Resolution This is a known issue. There is a workaround.  Workaround: As a workaround, try adding one empty column in the Multivalue picker without filling the options. So we can add one more column without filling the value which will be hidden(there is a button in the designer page that will hide the column). This way the end user will receive the same view.  

57 Tips Every Admin Should Know

Active Directory 1. To quickly list all the groups in your domain, with members, run this command: dsquery group -limit 0 | dsget group -members –expand 2. To find all users whose accounts are set to have a non-expiring password, run this command: dsquery * domainroot -filter “(&(objectcategory=person)(objectclass=user)(lockoutTime=*))” -limit 0 3. To list all the FSMO role holders in your forest, run this command: netdom query fsmo 4. To refresh group policy settings, run this command: gpupdate 5. To check Active Directory replication on a domain controller, run this command: repadmin /replsummary 6. To force replication from a domain controller without having to go through to Active Directory Sites and Services, run this command: repadmin /syncall 7. To see what server authenticated you (or if you logged on with cached credentials) you can run either of these commands: set l echo %logonserver% 8. To see what account you are logged on as, run this command: ...
  The Guardrails of Automation VMware Cloud Foundation (VCF) 9.0 has redefined private cloud automation. With full-stack automation powered by Ansible and orchestrated through vRealize Orchestrator (vRO), and version-controlled deployments driven by GitOps and CI/CD pipelines, teams can build infrastructure faster than ever. But automation without guardrails is a recipe for risk Enter RBAC and policy enforcement. This third and final installment in our automation series focuses on how to secure and govern multi-tenant environments in VCF 9.0 with role-based access control (RBAC) and layered identity management. VCF’s IAM Foundation VCF 9.x integrates tightly with enterprise identity providers, enabling organizations to define and assign roles using existing Active Directory (AD) groups. With its persona-based access model, administrators can enforce strict boundaries across compute, storage, and networking resources: Personas : Global Admin, Tenant Admin, Contributor, Viewer Projec...