Dataswyft API Platform: Developers Docs
WebsiteGitHubSlackLogin
  • About Dataswyft
    • Community & Support
  • Learn about Dataswyft Platform
    • Decentralized Data Servers
    • Personal Data Account
      • HMIC Permissions
      • Namespaces
      • Single Sign-On
    • Data Wallet
      • Data Wallet Canvas and Solutions
      • CheckD Data Wallet: Release Notes
    • Dataswyft One
      • Compute Tools
  • Build on Dataswyft Platform
    • Dataswyft One APIs
      • Data API
        • Filtering, Querying & Transforming Data
        • Data Debit
      • File Storage API
      • Computations API
      • Postman Collection
    • Integrating with Data Wallets
    • Getting Started
      • Quick Start
      • Developers Portal
        • Updating and Submitting an Application
        • Deleting an Application
        • Application Statuses
      • Application Example - React
        • 1. Environment Setup
        • 2. Create Main Structure
        • 3. Main Page & Routing
        • 4. User Authentication
        • 6. CRUD Operations
        • 5. Component Pages
  • Deploy
    • Application Review
    • Rating Assurance & Certification
    • Live Application Ratings
  • Knowledge Base
    • Security Practices
    • FAQ
    • Glossary of Terms
  • Dataswyft
Powered by GitBook
On this page

Was this helpful?

  1. Learn about Dataswyft Platform
  2. Personal Data Account

Namespaces

Learn about the method of storage in the Dataswyft One infrastructure.

PreviousHMIC PermissionsNextSingle Sign-On

Last updated 5 months ago

Was this helpful?

The namespace identifies where the application will have read-and-write access. It is similar to a directory or folder in your operating system. All operating systems profile access to a base user folder in which users can read and write their data. Usually that folder has many subfolders, created by the operating system. Similarly, a namespace is the base folder for the application. The application has read and write access and is able to structure the data in subfolders.

Namespaces are integral to -enabled applications as every application is required to specify one upon creation. During the application creation process, the application is given read-and-write permissions to the specified namespace. This allows the application developer to structure the data in a way that meets the particular business needs of the application. Often, data accounts or personal data account (PDA) is used as a shorthand for for the provision of a server+namespace for an application.

Please note that currently it is not possible to change the namespace once the application has been created.

PDA