📋
Philanthrolab
  • Philanthrolab Technical Docs
  • SSN Component Library
  • Datalabs
    • Introduction
    • Architecture
    • Schema Dictionary
    • Project Status/Timeline
  • Social Safety Network
    • Introduction
    • Architecture
    • Schema Dictionary
    • Project Status/Timeline
      • V1
      • V2
  • SSN for Organisations
    • Introduction
    • Features and user stories
    • Architecture
    • Schema Dictionary
    • Project Status/Timeline
  • Developer Resources
    • Frontend Project Guide
    • Coding Guide
    • Creating a Neo4j instance on GCP vm
    • Set up local deploy for staging and production envs
    • Install ElasticSearch on GCP
    • ElasticSearch Query
    • ETL Strategy for Neo4j Database: Scraping, Transformation, and Enrichment
    • ETL Checklist
  • SSN Authentication
    • Introduction
    • Architecture
    • Schema
  • SSN Admin Dashboard
    • Introduction
    • Architecture
  • SSN Job Board
    • Introduction
    • Architecture
    • User Stories
    • Schema Dictionary
  • SSN Eligibility criteria AI feature
    • Introduction
    • Working Principles
    • Architecture
    • Schema Dictionary
  • DataBase Repopulation
    • Introduction
    • Proposed Solution
    • DB Details
    • Batch 1
  • LLM INTEGRATION
    • LLM Strategy and Implementation
Powered by GitBook
On this page

Was this helpful?

  1. Datalabs

Schema Dictionary

The following list shows the supported fields in Datalabs data package.

  • resources: Resources is a list of JSON objects describing a raw file. Each resource in a resources array have the following fields:

    • path: Url to file location

    • pathType: The type of the path to the file ==> Remote | Local

    • name: Name of the resource. Can be the uploaded file name.

    • format: Resource format ==> csv | json | txt

    • encoding: Encoding type for file. e.g utf-8

    • hash: MD5 hash of the file.

  • name: Name of dataset

  • topic: The topic the dataset belongs to.

  • title: Title of the dataset for display in UI

  • description: Description of the dataset

  • access: If the file is public or private ==> public | private

  • attribution: Credit for data source

  • attribution_link: url to data source

  • version: The current version of the dataset

  • author: The id of for the author who uploaded the dataset

  • createdAt: Date when the dataset was uploaded

  • updatedAt: Date when the dataset was last updated

  • updatedLastBy: Id of the last user who updated the file

PreviousArchitectureNextProject Status/Timeline

Last updated 1 year ago

Was this helpful?