You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@platform/cell.schema

Package Overview
Dependencies
Maintainers
1
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/cell.schema

URI and database schemas for the `cell.os`.


Version published
Weekly downloads
1.8K
increased by4642.11%
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

Package last updated on 31 Aug 2021

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
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc