mongoose-timeseries:Mongoose插件,用于为您想要的任何模型实现时间序列数据存储

时间:2024-02-24 23:35:01
【文件属性】:

文件名称:mongoose-timeseries:Mongoose插件,用于为您想要的任何模型实现时间序列数据存储

文件大小:6KB

文件格式:ZIP

更新时间:2024-02-24 23:35:01

time timeseries mongoose series MongooseJavaScript

猫鼬时间序列 一个用于的时间序列数据和分析存储插件。 安装 npm install mongoose-timeseries 用法 创建模式 var YourDocumentSchema = new Schema ( { attr1 : { type : Schema . Types . ObjectId , ref : 'attr1' } , attr2 : { type : Schema . Types . ObjectId , ref : 'attr2' } , date : { type : Date , default : Date . now } , anal


【文件预览】:
mongoose-timeseries-master
----.gitignore(27B)
----package.json(1KB)
----LICENSE.md(1KB)
----index.js(6KB)
----.eslintrc.js(138B)
----README.md(5KB)
----test()
--------test.js(433B)

网友评论