Bentley Systems, Incorporated (20240241772). SERVERLESS PROPERTY STORE simplified abstract

From WikiPatents
Jump to navigation Jump to search

SERVERLESS PROPERTY STORE

Organization Name

Bentley Systems, Incorporated

Inventor(s)

Keith A. Bentley of Elverson PA (US)

SERVERLESS PROPERTY STORE - A simplified explanation of the abstract

This abstract first appeared for US patent application 20240241772 titled 'SERVERLESS PROPERTY STORE

Simplified Explanation

The patent application describes techniques for implementing serverless property stores to hold application customization data, such as settings. These property stores use an "edge base" paradigm where an edge computing device maintains a local copy of a database storing properties, synchronized with a master copy in a cloud datacenter.

  • Serverless property stores hold application customization data.
  • Edge computing devices maintain local copies of property databases.
  • Cloud datacenters store master copies of property databases.
  • Read operations are performed on local property caches.
  • Write operations are serialized via a write lock in the cloud container.
  • Multiple serverless property stores can be used for different properties with varying scopes.

Key Features and Innovation

  • Implementation of serverless property stores for application customization data.
  • Use of an "edge base" paradigm with local property caches on edge computing devices.
  • Synchronization of local property caches with master copies in cloud datacenters.
  • Serialized write operations via a write lock in the cloud container.
  • Scalability with the ability to employ multiple serverless property stores for different properties.

Potential Applications

The technology can be applied in various fields such as:

  • Cloud computing
  • Edge computing
  • Internet of Things (IoT) devices
  • Mobile applications
  • Web services

Problems Solved

  • Efficient storage and retrieval of application customization data.
  • Scalability and synchronization of property databases.
  • Serialization of write operations to prevent conflicts.
  • Simplified management of properties with different scopes.

Benefits

  • Improved performance in accessing application settings.
  • Reduced latency with local property caches on edge devices.
  • Scalability to handle large volumes of customization data.
  • Enhanced reliability with synchronized master copies in cloud datacenters.

Commercial Applications

  • Cloud service providers can offer serverless property store solutions to clients for managing application settings.
  • Software developers can integrate serverless property stores into their applications to streamline customization options.
  • IoT device manufacturers can utilize this technology to store and retrieve device configurations efficiently.

Questions about Serverless Property Stores

How do serverless property stores improve application performance?

Serverless property stores enhance application performance by maintaining local property caches on edge computing devices, reducing latency in accessing settings.

What are the key benefits of using a serverless property store for application customization?

The key benefits include improved performance, reduced latency, scalability, and enhanced reliability in managing application settings.


Original Abstract Submitted

in example embodiments, techniques are described for implementing serverless property stores to hold properties that persist application customization data, such as settings. a serverless property store employs an “edge base” paradigm, wherein an edge computing device executes a property store service that maintains a local, periodically-synchronized copy of a portion of a database that stores properties (i.e., a local property cache”). a cloud container of a blob storage service of a cloud datacenter maintains a master copy of the database (i.e., a “property store database”). read operations on a client computing device may be performed against the local property cache. write operations may likewise be performed against the local property cache, however, they may be serialized via a write lock maintained in the cloud container. multiple serverless property stores may be employed to store different properties each having different scopes.