1.2.7 • Published 2 years ago

@ratatosk/ngsi-mongo-storage v1.2.7

Weekly downloads
3
License
Apache-2.0
Repository
-
Last release
2 years ago

ngsi-mongo-storage

A list of changes as compared to Orion database schema

// NOW

  • DateTime gets stored as a proper date, NOT seconds (i.e. Integer) since 1970

// LATER

  • attrNames and attr.mdNames REMOVED
  • _id.id -> nameId (and maps to entity.id)
  • _id.type -> type (and maps to entity.type)
  • _id.servicePath -> servicePath (exposed as a builtin "servicePath")
  • _id is just saved as an ObjectId() (exposed as a builtin "fiwareId")
  • uniqueness index added to {nameId, type, servicePath} trio to enforce Orion compatibility
  • builtins expanded to include {servicePath, fiwareId} (from above)
1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago