IP Library Granted Patent US 12,112,068
Granted Patent B2
US 12,112,068 · App. 18/078,698 · Granted Oct 8, 2024

Systems and methods for multi-tiered data storage abstraction layer

Inventors: Carol T. Tumey (Wauwatosa, WI); Michael F. Jaeger (Thiensville, WI)
Assignee: Tyco Fire & Security GmbH
G06F3/0659G06F3/061G06F3/065G06F3/068G06F12/0802G05B2219/25011G05B2219/2614
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12,112,068
App. No.
18/078,698
Granted
Oct 8, 2024
Kind
B2
Abstract

A multi-tiered data storage system for building management system (BMS) data includes a plurality of data stores including a first data store and a second data store. The system further includes a data access router configured to provide a consistent endpoint for the BMS data to an application that provides or consumes the BMS data regardless of whether the BMS data is stored in the second data store or the first data store, obtain a requested data object of the BMS data from the second data store in response to a determination that the requested data object is available in the second data store, and obtain the requested data object from the first data store in response to a determination that the requested data object is not available in the second data store.

Claims (69)

1. A data storage system for building management system (BMS) data, the data storage system comprising:

a data access router configured to:

obtain the BMS data from a data source, the BMS data comprising (1) a value of a variable state or condition represented by the BMS data and (2) a timestamp indicating a time at which the variable state or condition represented by the BMS data occurs; and

determine whether to store the BMS data in a first data store or a second data store based on the timestamp of the BMS data indicating the time at which the variable state or condition represented by the BMS data occurs.

2. The storage system of claim 1 , wherein:

the first data store is configured to store the BMS data and the second data store configured to store a redundant copy of at least a portion of the BMS data stored in the first data store; and

the data access router is configured to:

provide a consistent endpoint for the BMS data to an application that provides or consumes the BMS data regardless of whether the BMS data is stored in the second data store or the first data store;

obtain a requested data object of the BMS data from the second data store in response to a determination that the requested data object is available in the second data store; and

obtain the requested data object from the first data store in response to a determination that the requested data object is not available in the second data store an operational data store;

the second data store is a cache data store;

wherein the storage system further comprises a reporting data store; and

the data access router is configured to provide the consistent endpoint to the application that provides or consumes the BMS data regardless of whether the BMS data is stored in the first data store, the second data store, or the reporting data store.

3. The storage system of claim 2 , wherein the requested data object comprises at least one of:

a point data object comprising metadata describing a point in a BMS; or

a sample data object comprising a value of the point in the BMS.

4. The storage system of claim 2 , wherein the data access router is configured to write the requested data object to the second data store after retrieving the requested data object from the first data store.

5. The storage system of claim 2 , wherein the data access router is configured to write the requested data object to the second data store in response to a determination that the requested data object is a most recent version of the requested data object.

6. The storage system of claim 2 , wherein the data access router is configured to:

receive a new data object of the BMS data from the application; and

write the new data object to both the second data store and the first data store.

7. The storage system of claim 1 , wherein:

the first data store is configured to store multiple values of a data object of the BMS data, the multiple values comprising a most recent value of the data object and one or more outdated values of the data object; and

the second data store is configured to store only the most recent value of the data object.

8. The storage system of claim 1 , wherein the data access router is configured to:

determine a data storage capability of each of a plurality of data stores, the data storage capability of a data store indicating one or more types of data objects that the data store is capable of storing;

in response to receiving a new data object of the BMS data, determine a type of the new data object; and

store the new data object in each data store of the plurality of data stores for which the data storage capability of the data store indicates that the data store is capable of storing the type of the new data object.

9. The storage system of claim 2 , wherein the data access router is configured to:

determine whether the requested data object is a most recent version of the requested data object in response to a determination that the requested data object is available in the second data store; and

remove the requested data object from the second data store in response to a determination that the requested data object is not the most recent version of the requested data object.

10. A method for storing data for a building management system (BMS), the method comprising:

providing a consistent endpoint for BMS data to an application that provides or consumes the BMS data regardless of whether the BMS data is stored in an operational data store or a cache data store;

obtaining a requested data object of the BMS data from the cache data store in response to a determination that the requested data object is available in the cache data store;

obtaining the requested data object from the operational data store in response to a determination that the requested data object is not available in the cache data store; and

storing a redundant copy of at least a portion of the BMS data in the operational data store in the cache data store, the redundant copy of the at least a portion of the BMS data being associated with the requested data object.

11. The method of claim 10 , further comprising:

providing the consistent endpoint to the application that provides or consumes the BMS data regardless of whether the BMS data is stored in the cache data store, the operational data store, or a reporting data store.

12. The method of claim 10 , wherein the requested data object comprises at least one of:

a point data object comprising metadata describing a point in a BMS; or

a sample data object comprising a value of the point in the BMS.

13. The method of claim 10 , further comprising:

obtaining the requested data object from a reporting data store if the operational data store is not available in the operational data store after retrieving the requested data object from the operational data store.

14. The method of claim 10 , further comprising writing the requested data object to the cache data store in response to a determination that the requested data object is a most recent version of the requested data object.

15. The method of claim 10 , wherein the method further comprises

receiving a new data object of the BMS data from the application; and

writing the new data object to both the cache data store and the operational data store.

16. The method of claim 10 , wherein:

the operational data store is configured to store multiple values of a data object of the BMS data, the multiple values comprising a most recent value of the data object and one or more outdated values of the data object; and

the cache data store is configured to store only the most recent value of the data object.

17. The method of claim 10 , wherein the method further comprises:

determining a data storage capability of each of a plurality of data stores, the data storage capability of a data store indicating one or more types of data objects that the data store is capable of storing;

in response to receiving a new data object of the BMS data, determining a type of the new data object; and

storing the new data object in each data store of the plurality of data stores for which the data storage capability of the data store indicates that the data store is capable of storing the type of the new data object.

18. The method of claim 10 , wherein the method further comprises:

determining whether the requested data object is a most recent version of the requested data object in response to a determination that the requested data object is available in the cache data store; and

removing the requested data object from the cache data store in response to a determination that the requested data object is not the most recent version of the requested data object.

19. A building management device for storing building management system (BMS) data, the building management device comprising one or more processors configured to:

provide a consistent endpoint for BMS data to an application that provides or consumes the BMS data regardless of whether the BMS data is stored in a first data store, a second data store or a third data store;

obtain a requested data object of the BMS data from the second data store in response to a determination that the requested data object is available in the second data store; and

obtain the requested data object from the first data store or the third data store in response to a determination that the requested data object is not available in the second data store,

wherein:

the first data store is configured to store the BMS data; and

the second data store is configured to store a redundant copy of at least a portion of the BMS data stored in the first data store or the third data store.

20. The device of claim 19 , wherein:

the first data store is an operational data store;

the second data store is a cache data store;

the third data store is a reporting data store; and

the one or more processors are further configured to provide the consistent endpoint to the application that provides or consumes the BMS data regardless of whether the BMS data is stored in the cache data store, the operational data store, or the reporting data store.

Assignments (3)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Aug 15, 2024
From: TUMEY, CAROL T.; JAEGER, MICHAEL F.
To: JOHNSON CONTROLS TECHNOLOGY COMPANY
Reel/Frame 068300/0059 →
NUNC PRO TUNC ASSIGNMENT Recorded Aug 15, 2024
From: JOHNSON CONTROLS TECHNOLOGY COMPANY
To: JOHNSON CONTROLS TYCO IP HOLDINGS LLP
Reel/Frame 068300/0288 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Mar 18, 2024
From: JOHNSON CONTROLS TYCO IP HOLDINGS LLP
To: TYCO FIRE & SECURITY GMBH
Reel/Frame 066957/0796 →