文件名称:data:域数据的统一接口(不建议使用)
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-03 00:48:10
JavaScript
物质数据 不再维护。 请改用 。 Substance.Data是Javascript的数据表示框架。 它是在开放发布平台Substance的上下文中开发的。 使用Substance.Data,您可以: 使用可以序列化为JSON的基于图形的简单对象模型为域数据建模。 遍历图形,包括使用简单API的关系。 使用完全相同的API在客户端(浏览器)或服务器(Node.js)上处理和查询数据。 特征 Data.Graph (各种链接数据的数据抽象) (您可以将数据持久化到Data.Store) (用于增量更新) (每个图形操作都会被记住并可以还原) 安装 使用最新的NPM版本 $ npm install substance-data 或从存储库克隆 $ git clone https://github.com/substance/data $ cd data $ npm insta
【文件预览】:
data-lens
----.gitignore(162B)
----.screwdriver()
--------project.json(284B)
----package.json(739B)
----CHANGELOG(1KB)
----src()
--------property.js(2KB)
--------graph.js(8KB)
--------schema.js(4KB)
--------graph_index.js(5KB)
----.travis.yml(37B)
----LICENSE(1KB)
----index.js(186B)
----README.md(1KB)
----tests()
--------schema_test.js(3KB)
--------run.js(90B)
--------index.js(27B)