Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Semi Structured Data - 1 - Document

Pragya Keshap answered on February 23, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Semi Structured Data
  • Semi Structured Data - 2 - Key-Value
  • Semi Structured Data - 3 - Graph
  • Semi Structured Data - 4 - Column Family
  • example of structured data in big data

  • Semi Structured Data - 1 - Document

    0

    Data stored as collection of documents

    Typically JSON (Javascript Object Notation)

    Be careful with formatting (name/value pairs, commas etc)

    address - Child Object - {}, socialProfiles - Array - []

    Documents are retrieved by unique id (called the key)

    Typically, you can define additional indexes

    Documents don't need to have the same structure

    No strict schema defined on database

    Apps should handle variations (application defined schema)

    Typically, information in one document would be stored in multiple tables,

    if you were using a relational database

    Use cases: Product Catalog, Profile, Shopping Cart etc

    Managed Services: Azure Cosmos DB SQL & MongoDB API,

    Amazon DynamoDB, Google Cloud Datastore  

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 23 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.