EP4226245A1 - Extension framework for data analytics - Google Patents
Extension framework for data analyticsInfo
- Publication number
- EP4226245A1 EP4226245A1 EP21801772.1A EP21801772A EP4226245A1 EP 4226245 A1 EP4226245 A1 EP 4226245A1 EP 21801772 A EP21801772 A EP 21801772A EP 4226245 A1 EP4226245 A1 EP 4226245A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- framework
- computer
- data
- api
- processing system
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/20—Network architectures or network communication protocols for network security for managing network security; network security policies in general
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/543—User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2455—Query execution
- G06F16/24553—Query execution of query operations
- G06F16/24554—Unary operations; Data partitioning operations
- G06F16/24556—Aggregation; Duplicate elimination
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6218—Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44521—Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
- G06F9/44526—Plug-ins; Add-ons
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
Definitions
- the present disclosure relates to the field of data analytics and more particularly to the end user extension of the functionality of a data analytics application.
- Data analytics refers to the analysis of raw data in order to draw conclusions regarding the information reflected by the raw data. This information can then be used to optimize different processes in order to increase the overall efficiency of a business or system.
- Data analytics generally require the presence of a data store such as a database, against which different queries may be lodged in order to provide derived information which characterizes the data in the data store in a meaningful way. Oftentimes, the derived information may be presented in a user interface in a particular format such as a tabular form, or more abstractly in the form of a graphical visualization such as a chart or graph.
- Business intelligence is natural consequence of data analytics, in which different real-world questions regarding the data collected for a business are answered utilizing data analytics so as to provide "actionable insights" into the nature, operation and performance of a business.
- BI and underlying data analytics as they pertain to a single data store can be a relatively simplistic proposition.
- Matters become more complex, however, when multiple different heterogeneous data stores form the data storage basis for the underlying data analytics. In that instance, multiple different manners of connecting to an underlying data source will be required along with a satisfactory understanding of the schema for each data source.
- a BI application and underlying data analytics application produces a workable starting point for the end user.
- customizations become required as to the structure and presentation of the data model and the queries conducted against the data model so as to produce the actionable intelligence sought from the BI application.
- permitting direct access by the end user to the data model opens the data model for corruption to the detriment of other end users.
- the logic may disrupt the nominal function of the BI application for other end users.
- the end user is limited by the structure of the BI application to the mere aggregation of some basic operations provided by the BI application for assembly into what amounts to a macro, as opposed to a fully executing, programmatic module of limitless logic.
- Examples of the present disclosure address deficiencies of the art in respect to the extension of functionality of a data analytics application, and provide a novel and non-obvious method, system and computer program product for extending access to a data model in a data analytics computer data processing system.
- One aspect of the disclosure provides a method for extending access to a data model in a data analytics computer data processing system.
- the method includes loading, by data processing hardware, an instance of an extension framework computer program into a programmatically isolated process address space of a computer.
- the method further includes executing in the framework, by the data processing hardware, computer program logic configured to establish a communicative channel between the isolated process address space and a data analytics computer data processing system executing in a separate process address space.
- the method further include receiving in the framework, a directive to access a data model managed in the data analytics computer data processing system.
- the method also includes selecting an application programming interface (API) function of an API to the data analytics computer data processing system corresponding to the received directive.
- the method further includes invoking over the communicative channel, the selected API function and receiving in the framework from over the communicative channel in response to the selected API function, a result derived from the data model.
- API application programming interface
- the method includes fdtering the API to include only a subset of functions accessible in the framework according to a security policy. In some examples, the method includes fdtering the API to include only a subset of functions accessible in the framework according to a role of a requestor of the directive. In some configurations, the access to the model is an aggregation function. In some implementations, the framework receives the directive from over a computer communications network from a remote client.
- the system includes a host computing platform comprising one or more computers, each with memory and at least one processor.
- the system also includes a programmatically isolated process address space defined in the memory of the host computing platform.
- the system further includes an instance of an extension framework computer program executing in the programmatically isolated process address space.
- Computer program logic executes as part of the framework and is configured to establish a communicative channel between the isolated process address space and the data analytics computer data processing system executing in a separate process address space defined in the memory of the host computing platform, the logic including computer program instructions enabled during execution in the memory of the host computing platform to perform operations including receiving in the framework, a directive to access a data model managed in the data analytics computer data processing system.
- the operations further include selecting an application programming interface (API) function of an API to the data analytics computer data processing system corresponding to the received directive.
- the operations also include invoking over the communicative channel, the selected API function and receiving in the framework from over the communicative channel in response to the selected API function, a result derived from the data model.
- API application programming interface
- the program instructions are further enabled to filter the API to include only a subset of functions accessible in the framework according to a security policy. In some examples, the program instructions are further enabled to filter the API to include only a subset of functions accessible in the framework according to a role of a requestor of the directive. In some configurations, the access to the model is an aggregation function. In some examples, the framework receives the directive from over a computer communications network from a remote client.
- the computer program product includes a computer readable storage medium having program instructions embodied therewith.
- the program instructions are executable by a device to cause the device to perform a method including loading an instance of an extension framework computer program into a programmatically isolated process address space of a computer.
- the method also includes executing in the framework, computer program logic configured to establish a communicative channel between the isolated process address space and a data analytics computer data processing system executing in a separate process address space.
- the method further includes receiving in the framework, a directive to access a data model managed in the data analytics computer data processing system.
- the method also includes selecting an application programming interface (API) function of an API to the data analytics computer data processing system corresponding to the received directive.
- the method further includes invoking over the communicative channel, the selected API function and receiving in the framework from over the communicative channel in response to the selected API function, a result derived from the data model.
- API application programming interface
- the method further includes filtering the API to include only a subset of functions accessible in the framework according to a security policy.
- the method further includes filtering the API to include only a subset of functions accessible in the framework according to a role of a requestor of the directive.
- the access to the model is an aggregation function.
- the framework receives the directive from over a computer communications network from a remote client.
- FIG. 1 is pictorial illustration of a process for extending access to a data model in a data analytics computer data processing system
- FIG. 2 is a schematic illustration of a data analytics computer data processing system adapted for extending access to a data model
- FIG. 3 is a flow chart illustration a process for extending access to a data model in a data analytics computer data processing system.
- an extension framework may be loaded into an isolated process address space of a computer, for instance within a virtual machine (VM) or a pod within a containerized environment.
- the extension framework provides computer program instructions that extend the functionality of a data analytics computer data processing system executing in a separate process address space, by applying directives to data in a data model of the data analytics computer data processing system as a proxy on behalf of program code of the extension framework.
- the extension framework includes program instructions adapted to establish a communicative channel between the isolated process address space and the data analytics computer data processing system.
- the program instructions are additionally adapted to receive in the framework, a directive to access the data model, to select an API function of an API to the data analytics computer data processing system corresponding to the received directive and to invoke over the communicative channel, the selected API function so as to receive in the framework from over the communicative channel in response to the selected API function, a result derived from the data model.
- the result may then be processed by the program instructions so as to extend the functionality of the data analytics computer data processing system.
- the data analytics computer data processing system can be extended without limitation while protecting the integrity of the data model and the operation of the data analytics computer data processing system.
- FIG. 1 pictorially shows a process for extending access to a data model in a data analytics computer data processing system
- a data analytics application 130 executes in connection with a primary process address space 160A of a computing system.
- the data analytics application 130 is adapted to conduct queries against a data model 120 of an underlying data store 110 which includes an architecture of one or more databases each ranging from a relational database to an object database to a flat file database and so forth.
- An extension tool 140 is included in connection with the data analytics application 130.
- the extension tool 140 is an end user accessible portion of the data analytics application 130 enabled to define a separate process address space 160B, 160N from the process address space 160A of the data analytics application 130 and to deploy into the separate process address space 160B, 160N, an extension framework 180.
- the extension framework 180 includes computer program instructions supporting an API 170 for the data model 120.
- the API 170 includes programmatic functions 172 for issuing queries 190 to the data model 120 including read operations and aggregation functions.
- the computer program instructions of the extension framework 180 additionally are enabled to receive a connection with an extension 175 to the data analytics application 130 so as to receive directives (166) from the extension 175 to access the data model 120.
- the directives can be simple data access directives such as selecting a set of records according to a key, or more complex aggregate functions returning a value based upon a specified set of records.
- the extension 175 may include computer program instructions without limitation enabled to extend the functionality of the data analytics application 130, albeit within a different process address space 160B, 160N than the process address space 160A of the data analytics application 130, and with moderated access to the data model 120 (e.g., via communication channel 174) in the process address space 160A of the data analytics application 130 by way of the API 170.
- the extension 175 may execute in the separate process address space 160B, 160N along with the extension framework 180, or the extension 175 may execute remotely from over a computer communications network 185 in a remote client 165.
- access to particular directives of the API 170 can be limited based upon a set of API permissions 150 defined by way of the extension tool 140.
- the API permissions 150 can limit access to particular directives of the API 170 according to the role of the end user or a security policy such as a time when the directives may be processed, a location from which the directives may be received, or a number of directives able to be processed by the end user within a period of time, to name just a few examples.
- the functionality of the data analytics application 130 can be extended in the separate process address space 160B, 160N without functional limitation while not jeopardizing the operation of the data analytics application 130 in the process address space 160A, and while protecting the integrity of the data model 120 through the use of the API 170 managed by the extension framework 180 while controlling access to the data model 120 according to a defined rules of the API permissions 150.
- FIG. 2 schematically shows a data analytics computer data processing system 200 adapted for extending access to a data model.
- the system includes a host computing platform 210 that includes memory 220 and at least one processor 230, and fixed storage 240 including one or more databases stored in one or more storage devices. Multiple different and separate process address spaces 260 are defined in the memory 220 of the host computing platform 210.
- a data analytics application 270 executes in one of the process address spaces 260 and manages a data model 250 defined in the memory 220 for one or more of the databases in the fixed storage 240.
- one or more extension frameworks 300 each are deployed into a correspondingly different one of the process address spaces 260 separate from the process address space 260 of the data analytics application 270.
- the extension framework 300 incorporates an API 280 defining an interface to the data model 250 accessible through the programmatic functionality of the extension framework 300. Consequently, an extension 290 to the data analytics application 270 may access the API 280 through the extension framework 300 within a corresponding one of the process address spaces 260 so as to access, indirectly, the data model 250 in extending the functionality of the data analytics application 270.
- the program logic of the extension 290 defined by an end user and executing in the corresponding process address space 260 separate from that of the data analytics application 270, is enabled to issue directives to the extension framework 300 according to the API 280 which, if permitted by permissions associated with the extension framework 300, are transformed into queries against the data model with results from the queries being returned by the extension framework 300 to the extension 290 for use by the extension 290 in extending the functionality of the data analytics application 270.
- FIG. 3 is a flow chart illustration a process for extending access to a data model in a data analytics computer data processing system.
- a new process address space is created in supplement to a process address space of the data analytics application, for instance a new virtual machine in a virtualization environment, or a new container in a containerized environment.
- an instance of the extension framework is then deployed into the newly created address space and in block 330, a communicative connection is established between the extension framework and an extension to the data analytics application.
- a request for an API directive to be applied to the data model of the data analytics application is received in the extension framework from the extension and in block 350, an identity of the requestor is determined. Then, in block 360 one or more API permissions are applied to the identity of the requestor to determine whether or not the API directive is permitted. In decision block 370, if it is determined that the requestor is authorized according to the API permissions, in block 380 the extension framework issues the API directive to the data model in the form of a query and in response, a result set is received in block 390. Finally, in block 400 the result set is forwarded to the extension for use by the extension in extending the functionality of the data analytics application.
- the present disclosure may be embodied within a system, a method, a computer program product or any combination thereof.
- the computer program product may include a computer readable storage medium or media having computer readable program instructions thereon for causing a processor to carry out aspects of the present disclosure.
- the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
- the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
- Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network.
- the computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- aspects of the present disclosure are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to examples of the disclosure. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
- These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein includes an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
- the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
- each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which includes one or more executable instructions for implementing the specified logical function(s).
- the functions noted in the block may occur out of the order noted in the figures.
- two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Databases & Information Systems (AREA)
- Computing Systems (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Bioethics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Computer And Data Communications (AREA)
- Storage Device Security (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US17/066,470 US11582262B2 (en) | 2020-10-08 | 2020-10-08 | Extension framework for data analytics |
| PCT/US2021/054066 WO2022076754A1 (en) | 2020-10-08 | 2021-10-07 | Extension framework for data analytics |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP4226245A1 true EP4226245A1 (en) | 2023-08-16 |
Family
ID=78483557
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP21801772.1A Pending EP4226245A1 (en) | 2020-10-08 | 2021-10-07 | Extension framework for data analytics |
Country Status (3)
| Country | Link |
|---|---|
| US (2) | US11582262B2 (en) |
| EP (1) | EP4226245A1 (en) |
| WO (1) | WO2022076754A1 (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11582262B2 (en) * | 2020-10-08 | 2023-02-14 | Google Llc | Extension framework for data analytics |
| US20250323902A1 (en) * | 2024-04-11 | 2025-10-16 | Capital One Services, Llc | Systems and methods for authentication of communication processing systems based on user profile information |
Family Cites Families (34)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7941522B2 (en) * | 2005-07-01 | 2011-05-10 | Microsoft Corporation | Application security in an interactive media environment |
| US7908599B2 (en) * | 2006-01-19 | 2011-03-15 | International Business Machines Corporation | Dynamic granting of permissions in an object-oriented code base |
| US8341694B2 (en) * | 2006-07-08 | 2012-12-25 | International Business Machines Corporation | Method and system for synchronized access control in a web services environment |
| US9389935B2 (en) * | 2011-12-06 | 2016-07-12 | Introspex, Inc. | Analytics data collection with low integration cost for dynamic message passing systems |
| KR101934025B1 (en) * | 2013-02-22 | 2018-12-31 | 삼성전자주식회사 | Device and server for applying security policy and method for controlling thereof |
| US20140372427A1 (en) * | 2013-06-13 | 2014-12-18 | Sap Portals Israel Ltd | Real-time analytic report analysis and retrieval framework |
| US9648040B1 (en) * | 2013-09-19 | 2017-05-09 | Amazon Technologies, Inc. | Authorization check using a web service request |
| WO2015048599A1 (en) * | 2013-09-28 | 2015-04-02 | Mcafee Inc. | Location services on a data exchange layer |
| US9613041B2 (en) * | 2013-10-03 | 2017-04-04 | International Business Machines Corporation | Extending a content repository using an auxiliary data store |
| US9826045B2 (en) * | 2014-09-26 | 2017-11-21 | Oracle International Corporation | Efficient means to test server generated applications on mobile device |
| US10042882B2 (en) * | 2015-01-21 | 2018-08-07 | Microsoft Technology Licensing, Llc | Analytics application program interface |
| US9881176B2 (en) * | 2015-06-02 | 2018-01-30 | ALTR Solutions, Inc. | Fragmenting data for the purposes of persistent storage across multiple immutable data structures |
| US10282216B2 (en) * | 2015-07-16 | 2019-05-07 | Apptimize, Inc. | Automatic import of third party analytics |
| US11323484B2 (en) * | 2015-10-28 | 2022-05-03 | Qomplx, Inc. | Privilege assurance of enterprise computer network environments |
| US10990689B1 (en) * | 2016-03-31 | 2021-04-27 | EMC IP Holding Company LLC | Data governance through policies and attributes |
| US9794297B1 (en) * | 2016-10-03 | 2017-10-17 | International Business Machines Corporation | Security compliance framework usage |
| US10868737B2 (en) * | 2016-10-26 | 2020-12-15 | Arizona Board Of Regents On Behalf Of Arizona State University | Security policy analysis framework for distributed software defined networking (SDN) based cloud environments |
| US10681012B2 (en) * | 2016-10-26 | 2020-06-09 | Ping Identity Corporation | Methods and systems for deep learning based API traffic security |
| US10601776B1 (en) * | 2017-04-21 | 2020-03-24 | Palo Alto Networks, Inc. | Security platform for service provider network environments |
| US10673831B2 (en) * | 2017-08-11 | 2020-06-02 | Mastercard International Incorporated | Systems and methods for automating security controls between computer networks |
| US20190089743A1 (en) * | 2017-09-20 | 2019-03-21 | Microsoft Technology Licensing, Llc | Policies based on classification of groups, teams, and sites |
| US10901994B2 (en) * | 2018-05-03 | 2021-01-26 | Sap Se | Fine granular application-specific complex filters in remote analytical application integration |
| US11012475B2 (en) * | 2018-10-26 | 2021-05-18 | Valtix, Inc. | Managing computer security services for cloud computing platforms |
| US11450069B2 (en) * | 2018-11-09 | 2022-09-20 | Citrix Systems, Inc. | Systems and methods for a SaaS lens to view obfuscated content |
| RU2724796C1 (en) * | 2019-02-07 | 2020-06-25 | Акционерное общество "Лаборатория Касперского" | System and method of protecting automated systems using gateway |
| US10951728B2 (en) * | 2019-02-11 | 2021-03-16 | Blackberry Limited | Proxy for access of a vehicle component |
| US11381610B2 (en) * | 2019-05-20 | 2022-07-05 | Citrix Systems, Inc. | Systems and methods for establishing a channel between multiple devices |
| US11343247B1 (en) * | 2019-08-30 | 2022-05-24 | Equinix, Inc. | Local delegation of remote key management service |
| US10908970B1 (en) * | 2019-11-18 | 2021-02-02 | Salesforce.Com, Inc. | Data interface for secure analytic data system integration |
| US11507627B2 (en) * | 2019-12-19 | 2022-11-22 | Sap Se | Analytics content network for content delivery embedding |
| US11190424B2 (en) * | 2020-01-15 | 2021-11-30 | Vmware, Inc. | Container-based connectivity check in software-defined networking (SDN) environments |
| US11388186B2 (en) * | 2020-07-04 | 2022-07-12 | Kumar Srivastava | Method and system to stitch cybersecurity, measure network cyber health, generate business and network risks, enable realtime zero trust verifications, and recommend ordered, predictive risk mitigations |
| US11379227B2 (en) * | 2020-10-03 | 2022-07-05 | Microsoft Technology Licensing, Llc | Extraquery context-aided search intent detection |
| US11582262B2 (en) * | 2020-10-08 | 2023-02-14 | Google Llc | Extension framework for data analytics |
-
2020
- 2020-10-08 US US17/066,470 patent/US11582262B2/en active Active
-
2021
- 2021-10-07 WO PCT/US2021/054066 patent/WO2022076754A1/en not_active Ceased
- 2021-10-07 EP EP21801772.1A patent/EP4226245A1/en active Pending
-
2023
- 2023-02-08 US US18/166,221 patent/US12177255B2/en active Active
Also Published As
| Publication number | Publication date |
|---|---|
| US12177255B2 (en) | 2024-12-24 |
| US20230188572A1 (en) | 2023-06-15 |
| US20220116422A1 (en) | 2022-04-14 |
| US11582262B2 (en) | 2023-02-14 |
| WO2022076754A1 (en) | 2022-04-14 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8494996B2 (en) | Creation and revision of network object graph topology for a network performance management system | |
| US8442935B2 (en) | Extract, transform and load using metadata | |
| US12177255B2 (en) | Extension framework for data analytics | |
| US8832492B1 (en) | Systems and methods for managing applications | |
| WO2009017712A1 (en) | Context-based data pre-fetching and notification for mobile applications | |
| US9003231B1 (en) | System for instantiating service instances for testing in a known state | |
| US8893272B2 (en) | Method and device for recombining runtime instruction | |
| WO2014056371A1 (en) | Method and apparatus for determining range of files to be migrated | |
| CN111506389A (en) | Virtual machine starting method and device | |
| US20180284999A1 (en) | Data Migration with Application-Native Export and Import Capabilities | |
| US9483327B2 (en) | Mechanism for interposing on operating system calls | |
| CN114327271B (en) | Life cycle management method, device, equipment and storage medium | |
| US8560572B2 (en) | System for lightweight objects | |
| US9009731B2 (en) | Conversion of lightweight object to a heavyweight object | |
| US20230359457A1 (en) | Software development environment prebuild triggered by environment change commits | |
| US11635948B2 (en) | Systems and methods for mapping software applications interdependencies | |
| US20210056507A1 (en) | System and method for an intelligent workspace management | |
| JP6400191B2 (en) | Instruction set generation that implements rules designed to update specified objects according to the application data model | |
| CN111930720A (en) | Data tilt processing method, system, electronic device and medium | |
| US10268475B1 (en) | Near-zero downtime customizing change | |
| CN116997912B (en) | Protected fine-tuning of machine learning models | |
| CN117332417A (en) | Lesu software detection method, apparatus, device and storage medium | |
| CN117369832A (en) | Event processing method, device, electronic equipment and storage medium | |
| CN109669738B (en) | A kind of starting method and device of application program | |
| US8887125B1 (en) | Systems and methods for dynamic artefact substitution |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20230505 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) | ||
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| 17Q | First examination report despatched |
Effective date: 20250422 |