Socket
Socket
Sign inDemoInstall

@platform/cell.schema

Package Overview
Dependencies
5
Maintainers
1
Versions
289
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/cell.schema


Version published
Weekly downloads
221
increased by97.32%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Module License: MIT NPM banner

URI and database schemas for the CellOS.

Setup

yarn add @platform/cell.schema

 

URI Scheme

See Schema.uri for URI helpers.

KIND            URI                     DESCRIPTION
---------------------------------------------------------------------------------------------------------------------------------
Namespace       ns:<id>                 A set of cells/row/columns that exist in the same logical-space (aka "table" or "sheet").
Cell            cell:<ns>!<A1>          A single cell (the core primitive data-structure of CellOS).
Row             row:<ns>!<1>            Meta-data for a single "row" within a namespace.
Column          col:<ns>!<A>            Meta-data for a single "column" within a namespace.
File            file:<ns>.<id>          A binary file.

 

 

diagram

 

 

URI to DB Mapping (Path)

See @platform/cell.db for database model implementation.

diagram

 

 

FAQs

Last updated on 10 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc