Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
SYSTEM FOR ENABLING CLOUD ACCESS TO LEGACY APPLICATION
Document Type and Number:
WIPO Patent Application WO/2018/046904
Kind Code:
A1
Abstract:
A system enabling cloud access to a legacy application, said system comprising a local system and a cloud system, wherein the local system comprises: a locally stored legacy application; a first storage comprising a first data store associated with the application; an adapter configured to retrieve data from the first data store; and a synchronisation engine configured to synchronise the retrieved data with the cloud system; and the cloud system comprises: a second storage comprising a second data store associated with the legacy application; and an application programming interface, API, configured to receive the retrieved data from the local system and update the second data store based on the received data.

Inventors:
RAMSAY MARK (GB)
Application Number:
PCT/GB2017/052581
Publication Date:
March 15, 2018
Filing Date:
September 05, 2017
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
SAGE UK LTD (GB)
International Classes:
H04L29/08
Domestic Patent References:
WO2005116892A12005-12-08
Foreign References:
US20140109095A12014-04-17
US20150142858A12015-05-21
US20120290478A12012-11-15
Attorney, Agent or Firm:
DEFINITION IP LTD (GB)
Download PDF:
Claims:
CLAIMS

1 . A system for enabling cloud access to a legacy application, said system comprising a local system and a cloud system, wherein

the local system comprises:

a locally installed legacy application;

a first storage comprising a first data store associated with the application;

an adapter configured to retrieve data from the first data store; and

a synchronisation engine configured to synchronise the retrieved data with the cloud system; and

the cloud system comprises:

a second storage comprising a second data store associated with the legacy application; and

an application programming interface, API, configured to receive the retrieved data from the local system and update the second data store based on the received data.

2. The system of claim 1 , wherein the second data store comprises a spread sheet.

3. The system of claim 1 or 2, wherein the cloud system comprises a plurality of second data stores and is configured to synchronise data with a plurality of local systems.

4. The system of any preceding claim, wherein the API is a representational state transfer, REST, API.

5. The system of any preceding claim, further comprising one or more consumer systems that are configured to access the second data store

6. The system of any preceding claim, wherein the first data store comprises a database and the adapter is configured to directly extract data by querying the database.

7. The system of any preceding claim, wherein the adapter is configured to receive a command from the cloud system and then execute the command against the application.

8. The system of any preceding claim, wherein the local system is configured to only synchronise data that has been changed or created since a previous synchronisation.

9. The system of claim 8, wherein the adapter is configured to retrieve only data that has been changed or created since the previous synchronisation.

10. The system of claim 8 or 9, wherein the synchronisation engine is configured to filter the retrieved data to remove data items that have not changed since the previous synchronisation.

1 1 . The system of any preceding claim, wherein the data comprises data formatted in JavaScript Object Notation, JSON.

12. The system of any preceding claim, wherein the local system comprises a connectivity unit configured to manage the connection between the adapter and the cloud system, wherein the connectivity unit is operable to act as a second adapter, encapsulating the interactions between with a platform used by the cloud system.

13. The system of any preceding claim, wherein the local system comprises a scheduler configured to request that the synchronisation engine performs the synchronisation.

14. The system of claim 13, wherein the scheduler may also be configured to trigger synchronisation in response to an event occurring in the local application.

15. The system of any preceding claim, wherein the cloud system comprises a job service unit configured to execute one or more jobs in response to data being synchronised to the cloud system.

16. The system of claim 15, wherein the job service unit is configured to execute jobs in response to data in the second data store being modified by the cloud system.

17. A method of enabling cloud access to a legacy application in a system comprising a local system and a cloud system, said local system comprising:

a locally installed legacy application;

a first storage comprising a first data store associated with the legacy application;

an adapter configured to retrieve data from the first data store;

and a synchronisation engine configured to synchronise the retrieved data with the cloud system; said cloud system comprising:

a second storage comprising a second data store associated with the legacy application; an application programming interface, API, configured to receive the retrieved data from the local system and update the second data store based on the received data; said method comprising at the local system:

retrieving data by the adapter from the first data store;

synchronising by the synchronisation engine the retrieved data with the cloud system, and at the cloud system:

receiving the retrieved data by the API, and

updating the second store based on the received data.

18. The method of claim 17, wherein the method is carried out in response to a request from a scheduler or the cloud system.

19. The method of claim 17 or 18, comprising removing any data items from the received data that are unchanged since the previous synchronisation.

20. An adapter for use in a system according to any one of claims 1 to 16, said adapter installable on a local system comprising a locally installed legacy application, the local system being connectable to a cloud system, wherein the adapter is configured to retrieve data from a first data store associated with the locally installed legacy application for synchronisation with the cloud system.

Description:
SYSTEM FOR ENABLING CLOUD ACCESS TO LEGACY APPLICATION

FIELD

[01 ] The present invention relates to a system and method for enabling cloud access to a legacy application.

BACKGROUND

[02] Increasingly, there is a desire for applications of various types to be accessible via the cloud. The use of the cloud as a means of hosting an application has clear advantages over locally-held applications (referred to as "desktop applications" in the art) in terms of the accessibility, because it allows 24/7 access from any location, be that from the premises of the application owner ("on-premise") or remote from the premises of the application owner ("off- premise"). Furthermore, cloud-hosted applications typically provide APIs that allow remote access to the applications in a controlled, prescribed manner via HTTP or HTTPS, providing a broadly compatible and secure means of access. Such APIs can also enable the cloud-hosted application to be accessed via mobile applications or web-based applications, further improving the accessibility thereof.

[03] However, in various fields older ("legacy") desktop applications are still routinely relied on for key functionality. For example, in the financial, payroll and accountancy field, applications are used that are Microsoft Windows® based and were developed many years ago, before the concept of cloud collaboration existed. As a result, these applications were not developed with off-premise collaboration in mind. These legacy applications are often designed around particular local technologies or architectures and require specific versions of operating systems or libraries, and particular database structures. In some cases, the data and logic of the application may also be proprietary and/or opaque to the user or administrator. All of these factors mean it is inherently difficult to make such applications cloud-accessible, without undertaking significant development to adapt, refactor and in some cases effectively rewrite, the software so that it can work in the cloud environment.

[04] Whilst it is possible to provide remote access to legacy desktop applications via a virtual private network (VPN) tunnel or similar remote connection technology to the system hosting the application, such an approach does not have the advantages of cloud-hosted applications that allow mobile and web-based access. Furthermore, such an approach typically requires the user accessing the remote application to undertake significant configuration before access, both in terms of installing and configuring a client application and also in terms of providing sufficient network infrastructure and capacity to accommodate these connections. In a commercial situation, this leads to a complex solution, and places responsibility on a user to provide and manage appropriate infrastructure to enable that complex solution. [05] It is an aim of the invention to address at least some of the above-mentioned difficulties, or other difficulties that will be appreciated by the skilled person from the description below. It is a further aim of the invention to provide convenient, cost effective, secure and resource efficient means of accessing the data and logic of legacy desktop applications via the cloud.

SUMMARY

[06] According to the present invention there is provided an apparatus and method as set forth in the appended claims. Other features of the invention will be apparent from the dependent claims, and the description which follows.

[07] According to a first aspect of the invention there is provided a system enabling cloud access to a legacy application, said system comprising a local system and a cloud system, wherein the local system comprises:

a locally stored legacy application;

a first storage comprising a first data store associated with the application;

an adapter configured to retrieve data from the first data store; and

a synchronisation engine configured to synchronise the retrieved data with the cloud system; and

the cloud system comprises:

a second storage comprising a second data store associated with the legacy application; and

an application programming interface, API, configured to receive the retrieved data from the local system and update the second data store based on the received data.

[08] The API may provide a programmatic interface that may be accessed by the local system.

[09] The second data store may comprise a relational database. The second data store may comprise a flat file, preferably a list of comma-separated values. The second data store may comprise a spread sheet, preferably a Microsoft® Excel workbook or Google® Sheets spread sheet. Each workbook or spread sheet may represent a particular data set, with the worksheets of the workbook representing particular tables of the data set.

[10] The cloud system may comprise one or more server computers. The server computers may be housed in a single physical location, such as a datacentre. The server computers may be distributed over a plurality of physical locations. The cloud system may comprise a plurality of second data stores and may be configured to synchronise data with a plurality of local systems.

[1 1 ] The API may be a representational state transfer, REST, API, preferably the Microsoft® Graph API.

[12] The system, preferably the cloud system, may further comprise one or more consumer systems that are configured to access the second data store. The cloud system may comprise consumer APIs that enable access to the second data store by consumer systems. The consumer systems may comprise at least one of a mobile application, desktop application or web application, configured to remotely view, create, edit or delete the data. [13] The application may be a software application that is configured to be executed on the local system and configured to operate with the first data store. The application may be payroll, accountancy, orfinancial reporting software. The local system may comprise an operating system and/or libraries configured to support the local application.

[14] The adapter may be a software application that is configured to operate as an intermediary between the local application and the cloud system. The adapter may be configured to directly extract data from the first data store. The first data store may comprise a database and the adapter may be configured to directly extract data by querying the database.

[15] The adapter may be configured to receive a command from the cloud system and then execute the command against the application. The adapter may be configured to execute the command by directly accessing the first data store. The adapter may be configured to execute the command by executing a stored procedure. The adapter may be configured to execute the command by accessing a local API provided by the application. The adapter may be configured to execute the command by executing shared business logic. The command may be a request to create, edit or delete data stored in the first data store. The second storage may also comprise a command list comprising commands to be executed by respective local applications. The cloud system may be configured to generate commands and place them in the command list in response to actions performed by the cloud system or consumer systems. The adapter may be configured to send a response to the command to the cloud system. The response may be an error message indicating that the command could not be executed. The adapter may generate only a response that is an error message, with the result of successfully executed commands being apparent from a subsequent synchronisation. Alternatively, the response may comprise data requested in the command. The response may comprise an identifier identifying a new data item.

[16] The adapter may correspond to one local application. The adapter may correspond to one version of the local application. The adapter may be configured to operate as an intermediary between a plurality of applications and the cloud system. The adapter may be configured to operate as an intermediary between a plurality of versions, preferably a predetermined number of preceding versions, of the local application and the cloud system.

[17] The local system may be configured to only synchronise data that has been changed or created since a previous synchronisation. The adapter may be configured to retrieve only data that has been changed or created since the previous synchronisation. The synchronisation engine may be configured to filter the retrieved data to remove data items that have not changed since the previous synchronisation. The synchronisation engine may perform a brute-force comparison of the retrieved data with data from the previous synchronisation.

[18] The data may comprise data formatted in JavaScript Object Notation, JSON. [19] The local system may comprise a connectivity unit configured to manage the connection between the adapter and the cloud system. The connectivity unit may act as a second adapter, encapsulating the interactions of the local system with a platform used by the cloud system. The platform may be Microsoft® Graph, Microsoft Office® 365 or Google Cloud Platform. The connectivity unit may maintain relevant authentication or authorisation information for accessing the platform. The connectivity unit may publish data or files, preferably a data contract, so that a data format of the data retrievable from the adapter is accessible to the cloud system. The connectivity unit may format the retrieved data so that it is in a format that is suitable for upload to the second data store. Each connectivity unit may be configured to receive and store commands from the cloud system, preferably by downloading the commands.

[20] The synchronisation engine may be operable to receive a request to initiate synchronisation. The request for synchronisation may comprise one or more the following parameters: a reference to an adapter; a reference to a particular dataset held by the first data store; a reference to a particular connectivity unit; one or more commands. Upon receipt of the request, the synchronisation engine may load the specified adapters and receive retrieved data from the adapters. The synchronisation engine may pass the retrieved data to the relevant connectivity unit for transmission to the cloud system.

[21 ] The synchronisation engine may be configured to trigger the passing of the commands stored in the connectivity unit to the data adapter. On execution of the commands, the synchronisation engine may then notify the respective connectivity units of which commands were and were not successfully executed. The synchronisation engine may also be configured to filter and/or format the results returned by data adapter.

[22] The local system may comprise a scheduler configured to request that the synchronisation engine performs the synchronisation. The scheduler may request the synchronisation at predetermined intervals, such as a predetermined number of minutes or hours. The scheduler may be configured to request the synchronisation at fixed times of day. The scheduler may also be configured to trigger synchronisation in response to an event occurring in the local application. The event may comprise creation or modification of data in the first data store, preferably by a local user.

[23] The cloud system may comprise a job service unit. The job service unit is configured to execute one or more jobs in response to data being synchronised to the cloud system. A job may comprise updating data held in the second storage is not held in the second data store. The second storage may comprise a list of contacts, and the job may comprise updating the contacts to reflect changes in the data held in the second data store. The job service unit may also be configured to execute jobs in response to data in the second data store being modified by the cloud system or consumer systems. The job may comprise generating commands in order to update the first data store to reflect changes in the data in the second data store. [24] According to a second aspect of the invention there is provided a method of enabling cloud access to a legacy application in a system comprising a local system and a cloud system, said local system comprising:

a locally installed legacy application;

a first storage comprising a first data store associated with the legacy application;

an adapter configured to retrieve data from the first data store;

and a synchronisation engine configured to synchronise the retrieved data with the cloud system; said cloud system comprising:

a second storage comprising a second data store associated with the legacy application; an application programming interface, API, configured to receive the retrieved data from the local system and update the second data store based on the received data; said method comprising at the local system:

retrieving data by the adapter from the first data store;

synchronising by the synchronisation engine the retrieved data with the cloud system, and at the cloud system:

receiving the retrieved data by the API, and

updating the second store based on the received data.

[25] The method may be carried out in response to a request from a scheduler or the cloud system.

[26] The method may comprise formatting the received data before transmitting it to the cloud system. The method may comprise removing any data items from the received data that are unchanged since the previous synchronisation.

[27] Further preferred features of the components required in the method of the second aspect are defined hereinabove in relation to the first aspect and may be combined in any combination.

[28] According to a third aspect of the invention there is provided a method of creating or modifying data associated with an application of a local system by a cloud system, comprising: receiving a command from the cloud system;

using an adapter to execute the command against the application to create or modify the data.

[29] The commands may be received from the cloud system by a connectivity unit of the local system. The commands may be passed from the connectivity unit to the adapter and executed in response to a synchronisation request. The method may comprise providing a response to the connectivity unit. The response may be an error message indicating that the command could not be executed. The response may indicate that the command has been successfully executed. The response may be transmitted to the cloud system by the connectivity unit.

[30] The method of the third aspect may be carried out as part of the method of the second aspect. The created or modified data may therefore be synchronised with the cloud system.

[31 ] Further preferred features of the components required in the method of the third aspect are defined hereinabove in relation to the first and second aspects and may be combined in any combination.

[32] According to a fourth aspect of the invention there is provided an adapter for use in a system according to the first aspect installable on a local system comprising a locally stored legacy application, the local system being connectable to a cloud system, wherein the adapter is configured to retrieve data from a first data store associated with the locally installed legacy application for synchronisation with the cloud system.

[33] According to an aspect of the invention there is provided a system for synchronising data between a local system and a cloud system, the local system comprising: an application; a first storage comprising a first data store associated with the application; an adapter configured to retrieve data from the first data store; and a synchronisation engine configured to synchronise the retrieved data with the cloud system; and the cloud system comprising: a second storage comprising a second data store associated with the application; and an application programming interface, API, configured to receive the retrieved data from the local system and update the second data store based on the received data.

[34] According to an aspect of the invention there is provided a method of synchronising data associated with an application of a local system with a cloud system, comprising: executing an adapter to retrieve stored data associated with the application; transmitting the received data to the cloud system.

[35] According to an aspect of the invention, there is provided an adapter installable on a local system comprising an application, the local system being connectable to a cloud system, wherein the adapter is configured to retrieve data from a first data store associated with the application for synchronisation with the cloud system.

[36] Further preferred features of the components required in the adapter of the fourth aspect are defined hereinabove in relation to the first, second and third aspects and may be combined in any combination. BRIEF DESCRIPTION OF DRAWINGS

[37] For a better understanding of the invention, and to show how embodiments of the same may be carried into effect, reference will now be made, by way of example, to the accompanying diagrammatic drawings in which:

[38] Figure 1 is a schematic view of an example environment in which examples of the invention may operate;

[39] Figure 2 is a schematic view of an example local system;

[40] Figures 3A and 3B are example illustrations of the object definitions used by commands of an example system;

[41 ] Figure 4 is a flowchart of an example method of synchronisation carried out by a local system;

[42] Figure 5 is a flowchart of an example method of executing commands carried out by a local system;

[43] Figure 6 is a schematic view of an example cloud system, and

[44] Figure 7 is an illustration of a data store of an example cloud system.

[45] In the drawings, corresponding reference characters indicate corresponding components. The skilled person will appreciate that elements in the figures are illustrated for simplicity and clarity and have not necessarily been drawn to scale. For example, the dimensions of some of the elements in the figures may be exaggerated relative to other elements to help to improve understanding of various example embodiments. Also, common but well-understood elements that are useful or necessary in a commercially feasible embodiment are often not depicted in order to facilitate a less obstructed view of these various example embodiments.

DESCRIPTION OF EMBODIMENTS

[46] Embodiments in accordance with the present invention may be embodied as an apparatus, method, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.), or an embodiment combining software and hardware aspects that may all generally be referred to herein as a "module" or "system." Furthermore, the present invention may take the form of a computer program product embodied in any tangible medium of expression having computer-usable program code embodied in the medium.

[47] Any combination of one or more computer-usable or computer-readable media may be utilized. For example, a computer-readable medium may include one or more of a portable computer diskette, a hard disk, a random access memory (RAM) device, a read-only memory (ROM) device, an erasable programmable read-only memory (EPROM or Flash memory) device, a portable compact disc read-only memory (CDROM), an optical storage device, and a magnetic storage device. Computer program code for carrying out operations of the present invention may be written in any combination of one or more programming languages.

[48] Embodiments may also be implemented in cloud computing environments. In this description and the following claims, "cloud computing" may be defined as a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned via vi realization and released with minimal management effort or service provider interaction, and then scaled accordingly.

[49] The flowchart and block diagrams in the flow diagrams illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It will also be noted that each block ofthe block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations, may be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions. These computer program instructions may also be stored in a computer-readable medium that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable medium produce an article of manufacture including instruction means which implement the function/act specified in the flowchart and/or block diagram block or blocks.

[50] In overview, embodiments of the present invention provide an adapter installable on a system having a locally-installed legacy application, which enables cloud access to the legacy application. In some embodiments, means are provided for efficiently synchronising data between a cloud system and the locally-installed legacy application.

[51 ] FIG. 1 is a schematic overview of the architecture of a system in which examples of the invention may operate. In one example, the system 1 comprises a cloud system 100, one or more local systems 200 and one or more consumer systems 300. The cloud system 100 is connected to the local systems 200 and the consumer systems 300 by means of appropriate network connections. The network connections may take any suitable form, including secure wired and/or wireless communication links, and may encompass wide area networks such as private leased lines or the Internet.

[52] The cloud system 100 comprises one or more server computers. The server computers may be housed in a single physical location, such as a datacentre, or may be distributed over numerous physical locations and connected via appropriate network connections. These network connections may also take any suitable form, including secure wired and/or wireless communication links and may encompass wide area networks such as private leased lines or the Internet.

[53] The cloud system 100 generally comprises storage 1 10 and a controller 120. The storage 1 10 comprises suitable persistent storage means, including hard disk drives, solid state drives, RAID arrays and the like. The storage 1 10 may comprise a single storage device on a single server, but typically will comprise multiple storage devices distributed over several servers. The storage 1 10 stores, either permanently or temporarily, any data that is required for the operation of the cloud system 100. The storage 1 10 also stores applications and data to be consumed by the consumer systems 300. The storage 1 10 may comprise Microsoft® One Drive or Google® Drive. The controller 120 comprises suitable software and hardware for managing and controlling the cloud system 100, including one or more processors and cloud management software. The processors may be distributed over several servers.

[54] The cloud system 100 makes the data stored therein and the applications installed thereon accessible to remote systems via Application Programming Interfaces (APIs). In one example, the cloud system 100 uses a REST (representational state transfer) API, such as the Microsoft® Graph API.

[55] The cloud system 100 is connected to one or more local systems 200. In one example, the local systems 200 are systems under the control of an organisation (e.g. a particular company), and comprising local applications installed thereon. For example, the local system 200 may be a system comprising one or more of the accountancy, payroll, supply chain management, CRM, human resources, business intelligence and financial reporting applications of a given company. The local system 200 may also comprise contact information, for example of entities related to the applications (e.g. customers, suppliers, employees, etc), along with other data relevant to that organisation, such as calendars and tasks. [56] In other examples, the local system 200 may be a system comprising other specialised software, such as applications for use in the bioinformatics, cheminformatics, text-mining, medical, healthcare or banking (including payments) fields, which are not normally cloud compatible. For example, locally-stored sensitive information (e.g. patient data) may be synchronised in an anonymous form to the cloud system 100 for analytic purposes (e.g. for use in disease registries or drug post-marketing surveillance registries. In further examples, locally stored lab data derived by specialised applications (e.g. genomic or proteomic data) may by synchronised to the cloud system 100 for analysis, or real-time individual physical activity data from various wearable devices may be synchronised to the cloud system 100 for analysis.

[57] The local systems 200 may be server computers or desktop computers. The local systems 200 are configured to transmit and receive commands and data to and from the cloud system 100, as will be discussed in more detail below.

[58] The consumer systems 300 are systems that consume the cloud resources, by accessing APIs provided by the cloud system 100. For example, the consumer systems 300 may comprise mobile applications or web applications that consume cloud data. The consumer systems 300 may also be cloud-hosted, and therefore form part of the cloud system 100. In the example where the local systems 200 comprise accountancy, payroll and financial reporting applications, the web applications or mobile applications may comprise means of remotely viewing, editing or analysing the data held by the accountancy, payroll and financial reporting applications. In further examples, the consumer systems 300 may comprise local desktop applications used on or off premise, thereby providing a convenient means of accessing the data associated with the local application 240 that is suitable for local application integration.

[59] FIG. 2 shows an example of the local system 200 in more detail. In one example, the local system 200 comprises a controller 220, storage 210, a communication interface 230, at least one local application 240, an adapter 250, a connectivity unit 260, and a synchronisation engine 270.

[60] The controller 220 comprises suitable software and hardware for managing and controlling the local system 100, including one or more processors, an operating system and other control software.

[61 ] The storage 210 stores data associated with the local application 240. For example, the storage 210 may comprise one or more databases or other data repositories associated therewith. In addition, the storage 210 may also store the local application 240. The storage 210 may also store, either permanently or temporarily, any other data required for the operation of the local system 200.

[62] The communication interface 230 is a suitable network interface that manages communications to and from the cloud system 100, and may include one or more network cards, switches, routers and other such networking hardware. [63] The local application 240 is a software application that is configured to be executed on the local system 100. In one example, the local application 240 may be payroll, accountancy, or financial reporting software (for example, legacy software, designed to operate on a single machine or a local network) that is configured to operate with one or more databases or other data stores stored in the storage 210. In one example, the local system 200 is specially configured to allow the local application 240 to run, for example by ensuring that the local system 200 has particular versions of operating systems, libraries and other relevant software installed.

[64] The adapter 250 is a software application that operates as an intermediary between the local application 240 and the cloud system 100 via the communication interface 230. The adapter 250 is configured to extract data from the local application 240 and its associated data stores and transmit that data to the cloud system 100. Accordingly, the local application data may be synchronised to the cloud system 100 and accessed therefrom. In one example, the adapter 250 comprises an API that is accessible by the cloud system 100.

[65] In one example, the adapter 250 is also configured to receive a command from the cloud system 100 and then execute the command against the local application 240. The code required to execute or process the command against the local application 240 is encapsulated in the adapter 250. Accordingly, the cloud system 100 sending the command requires no knowledge of the underlying structure of the data held on the local system 200, the logic of the local application 240, the architecture and environment of the local system 200 and so on. Instead the adapter 250 is configured to receive the commands and transmit messages in a standard format - e.g. one defined by a pre-agreed data contract - using predefined commands that will be discussed in detail below. Thus, only the adapter 250 needs to be operable to communicate outside a local network on which the local application 240 is running. Therefore, it is not necessary for access to the local application 240 to be set up for the cloud system 100, other than by way of the adapter 250. This means that multiple elements of the cloud system 100 and the consumer systems 300 can all access the local application 240 without specific access being set up for that part of the cloud or consumer system 100, 300.

[66] In one example, one adapter 250 is provided corresponding to each local application 240, and/or each version of the local application 240 that is installed on the local system 200. Typically, one adapter 250 will support the current version of the application 240, along with a predetermined number of preceding versions of the application 240. In further examples, one adapter 250 may operate as an intermediary between several local applications 240 and the cloud system 100.

[67] It will be understood that the means by which the adapter 250 executes the command against the local application 240 will vary according to the details of the local application 240 and the local system 200.

[68] In one example, the adapter 250 is configured to execute the command by directly accessing the data stored in the storage 210 that is associated with the local application 240. For example, if the command is a request to retrieve data (e.g. retrieve customer details from an accountancy application), the adapter 250 may be configured to access a data store (e.g. query a database or retrieve data from a flat file) associated with the local application 240 to retrieve the relevant details. The means of accessing the data store varies depending upon the technology used in the local application 240. For example, the adapter 250 may use APIs or other interfaces that employ one or more of the following technologies: ODBC, ADO.NET, SQL Server, MySQL, Business Objects and Data Objects.

[69] However, in a preferred example, the adapter 250 is configured to execute the command by executing stored procedures, routines or interfacing with the local application 240 by locally- available APIs. This may also involve executing shared business logic or accessing shared libraries in order to execute the command. For example, if the command is a request to create a new record (e.g. create a new customer in an accountancy application) or edit a record, the adapter 250 may execute a stored procedure against the data store associated with the local application 240. In further examples, the adapter 250 may programmatically access a locally- available API that then carries out the command under the control of the local application 240. Accordingly, the data stored in the local system 200 may be manipulated from the cloud system 100. Accessing the data stored in the storage 210 via stored procedures or routines, shared business logic, local APIs and/or shared libraries advantageously acts to ensure data integrity

[70] It will be understood that the adapter 250 may employ any combination of direct data access, stored procedure execution and API access to execute the received command.

[71 ] In one example, the received commands are executed by the adapter 240 upon receipt. In further examples, the received commands may be stored and then executed in batch.

[72] An example of the commands will now be described with reference to FIGs. 3A and 3B.

[73] FIGs. 3A and 3B each show an example definition of an object that may be included as a parameter or argument in a command. In this case of FIG. 3A, the object 400 is a supplier of goods or services. The definition includes a various attribute-value pairs, including a definition of the type of the object 401 , a description 402 providing a brief textual summary of the purpose of the object, and references 403 incorporating the attribute-value pairs defined in other definitions. The use of references allows definitions of objects to be flexibly and consistently constructed by combining previous definitions. Accordingly, a succinct and expressive means of defining the data to be synchronised is provided.

[74] FIG. 3B shows part of an example definition of an object 500 that represents a transaction. Similarly to the object 500 shown in FIG. 3A, the definition includes attribute-value pairs including a definition of the type of the object 501 and a description 502 providing a brief textual summary of the purpose of the object. The definition also includes lists 504 defining acceptable values for particular attributes. [75] Commands take the form of verbs having the object 400 as arguments. For example, a command "CreateCustomer" may take an object 400 in line with the definition shown in FIG. 3A as an argument, and execution of that command would result in the creation of a customer in the local application 240 having the specified attributes. Similarly, a command "Paylnvoice" may include an object 500 defining the transaction that settles an invoice. It will be understood that a range of other relevant commands may be defined, depending on the nature of the local application 240.

[76] Returning to FIG. 2, the adapter 250 may be further configured to send messages to the cloud system 100 via the communication interface 230.

[77] In one example, the messages may be in response to a received command or a request for synchronisation. For example, if the command is a request for a particular piece of data the adapter 250 is configured to transmit a response message comprising the requested data. In further examples, the command may be a request to create a new data item (e.g. generate a new customer) and the response may be an identifier (e.g. a primary key) identifying that new data item. The data may be transmitted using the JSON (JavaScript Object Notation) format.

[78] If a command cannot be executed, the adapter 250 is further configured to transmit a response indicating that the command could not be executed. For example, if the command refers to an item of data that does not exist, an appropriate response identifying the error may be generated.

[79] In other examples, the messages sent by the adapter 250 may be triggered by the local application 240. Particularly, an action taken by a user of the local application 240 may result in the creation or change of data that requires transmission to the cloud system 100. For example, if the local application 240 is an accountancy or payroll system, the creation of a new customer or payee by a local user requires the relevant data to be transmitted to the cloud system 100.

[80] In one example, the adapter 250 is configured to retrieve data according to a delta change method. In other words, the adapter 250 only transmits data that has changed since the previous command or transmission. For example, if the message is a list of data items (e.g. customers), the adapter may be configured to transmit only data items that have been edited or created since the last transmission of that data to the cloud system.

[81 ] In order to enable the delta change method, the adapter 250 may maintain state information, such as a historical record of the previous transmissions. In one example, the state information is stored in the storage 210.

[82] In further examples, the adapter 250 is configurable. In other words, the adapter 250 certain parameters and configuration settings of the adapter may be manipulated, such as the configuration settings for connecting to the local data stores associated with the local application 240. In one example, the adapter 250 defines an API that allows manipulation of configuration values remotely, for example from the cloud system 100. The adapter 250 may alternatively or additionally provide a user interface that allows these settings to be manipulated by a user of the local system.

[83] The connectivity unit 260 is configured to manage the connection between each adapter 250 and the cloud system 100. The connectivity unit 260 effectively acts as a second adapter, encapsulating the interactions between with the particular platform (e.g. the Microsoft® Office 365/Graph platform or Google® Cloud Platform) operated by cloud system 100. In one example, each connectivity unit 260 is configured to format the data extracted by the adapter 250 into a format that is suitable for upload to the storage 1 10 of the cloud system 100. For example, if the storage 1 10 comprises a spread sheet, the connectivity unit 260 formats the extracted data into worksheets or tables. In one example, the connectivity unit 260 maintains relevant authentication or authorisation information for accessing the platform. In one example, the connectivity unit 260 publishes the data contract associated with the adapter 250, so that the required data format is available to cloud applications on the cloud system 100.

[84] Each connectivity unit 260 may be configured to receive and store commands from the cloud system 100, for example by downloading the commands. Each connectivity unit 260 may also be configured to send any responses, including error messages, generated by the adapter 250 to the cloud system 100.

[85] The synchronisation engine 270 is configured to control the interactions between the cloud system 100 and the various adapters 250 and corresponding connectivity units 260. In particular, the synchronisation engine 270 controls the synchronisation of data between the cloud system 100 and the local system 200.

[86] The synchronisation engine 270 is operable to receive a request to initiate synchronisation. The request for synchronisation may be received from the cloud system 100, or the scheduler 280, which will be discussed in more detail below. The request for synchronisation may comprise one or more the following parameters: a reference an adapter 250; a reference to a particular dataset within the local application 240; a reference to a particular connectivity unit 260; one or more commands. Upon receipt of the request, the synchronisation engine 270 may load the specified adapters 250 with the relevant parameters and receive the results of the synchronisation request from the adapters 250. The results may then be passed on to the relevant connectivity unit 260 for transmission to the cloud system 100.

[87] In one example, the synchronisation engine 270 is configured to trigger the passing of the commands stored in the or each connectivity unit 260 to the relevant data adapter. On execution of the commands, the synchronisation engine 270 may then notify the respective connectivity units 260 of which commands were and were not successfully executed.

[88] In further examples, the synchronisation engine 270 may also be configured to filter and format the results returned by data adapter 250 before passing them to the relevant connectivity adapter 260. In one example, the synchronisation engine 270 is configured to ensure the data is correctly and consistently formatted.

[89] Whilst it has been described above that the data adapters 250 are operable to ensure only changed data is synchronised, in certain examples this may not be possible. For example if the underlying application 240 cannot support delta changes, or if the data contract is changed so that differently formatted data must be provided to the cloud system 100, the data adapter 250 may not be able to prevent unnecessary repeated transmission of data. Furthermore, whilst certain actions performed on the local system 200 may result in changes to the data associated with the application 250, and therefore be considered a change, the changes may not actually relate to data items (e.g. fields) that are part of the data contract. In such circumstances, the data adapter 250 may consider there has been a change, but in reality, there is no change in the data to be transmitted. Accordingly, in one example, the synchronisation engine 270 is configured to filter the results to ensure unchanged records are not transmitted. Particularly, the synchronisation engine 270 may compare the results to stored previously transmitted results. In one example, the synchronisation engine 270 may perform a brute-force comparison of the previously transmitted results and the results to be filtered, removing any results that have not changed.

[90] It will be understood that the various components of the system 200 may pass data to/from each other in any convenient format. For example, the data may be in JSON format.

[91 ] In a further example of the invention, the local system 200 comprises a scheduler 280. The scheduler 280 is configured to periodically request that the synchronisation engine 270 performs the synchronisation. The scheduler 280 may request the synchronisation at predetermined intervals, such as a predetermined number of minutes or hours. Alternatively or additionally, the scheduler 280 may be configured to request the synchronisation af fixed times of day, for example as 09:00, 12:00 and 17:00. Furthermore, the scheduler 280 may also be configured to trigger synchronisation in response to an events occurring in the local application 240, such as a modification of application data. The scheduler 280 may be configured to perform this event- based synchronisation a given interval (e.g. a predefined number of minutes or seconds) after the event.

[92] In further examples, the scheduler 280 is configured to specify the particular adapters 250 or datasets to be synchronised, so that different data can be synchronised at different intervals. The parameters of the scheduler 280, such as what to synchronise, what intervals to synchronise at, and which events trigger synchronisation, may be set by a user. For example, the parameters may be set locally, or via the cloud system 100.

[93] A method of using the system 200 for synchronisation will now be described with reference to FIG. 4. [94] In use, the synchronisation engine 270 carries out the synchronisation, for example in response to a request from the scheduler 280 or the cloud system 100, as illustrated in step S41 .

[95] The synchronisation engine 270 executes the adapters 250 specified by the request in step S42, and the adapters 250 in turn retrieve the data to be synchronised from their corresponding local application 240 in step S43, for example by querying databases associated with the local application 240.

[96] The synchronisation engine 270 then formats the data in step S44, and in one example, removes any data items that are unchanged since the previous synchronisation.

[97] Next, in step S45, the synchronisation engine 270 passes the formatted data to the relevant connectivity unit 260. The connectivity unit 260 then uploads the data to the cloud system 100 in step S46. The connectivity unit may also format the data before uploading it.

[98] It will be understood that the method may comprise other steps, as have been described above.

[99] Use of the system 200 for processing commands will now be described with reference to FIG. 5.

[100] In step S51 , commands are received from the cloud system 100 by the connectivity unit 260,

[101 ] Next, in step S52, the commands are passed to the relevant adapter 250 by the synchronisation engine 280. In one example, this may be in response to a synchronisation request.

[102] Next, in step S53, the commands are executed by the adapters 250, resulting in the creation or modification of data in the corresponding local application 240.

[103] Next, in step S54, the adapter 250 provides a response to the connectivity unit 270. In one example, the response may be an error message indicating that the command could not be executed. In a further example, the response may be a response indicating that the command has been successfully executed.

[104] Next, the connectivity unit 270 processes the response. If the command has been successful, the command may be marked as successfully completed by the connectivity unit 270 and deleted from the stored list of commands to be processed.

[105] Next, in step S55, the connectivity unit 270 transmits a response to cloud system 100. If the command is unsuccessful, the response may be an error message. In the event of a command being successful, the newly created data or newly edited data will be synchronised with the cloud system in the next synchronisation. Alternatively, a response indicating the command has been successfully executed may be transmitted to the cloud system 100. [106] It will be understood that the method may comprise other steps, as have been described above.

[107] In one example, the methods outlined above may be carried out together. In other words, the execution of the commands may be carried out as part of the synchronisation, with the amended or newly created data being provided back to the cloud system 100 in the synchronisation.

[108] FIG. 6 shows an example of the cloud system 100 in more detail. The cloud system 100 comprises the storage 110, the controller 120, a network interface 130 and a plurality of APIs 140.

[109] The communication interface 130 is a suitable network interface that manages communications to and from the local systems 200, and to and from the consumer systems 300, and may include one or more network cards, switches, routers and other such networking hardware.

[1 10] The APIs 140 provide a programmatic interface that may be accessed by the local systems 200 and consumer systems 300. In one example, the APIs 140 comprise an API that allows the connectivity units 260 of the local systems 200 to access the data stored in the storage 1 10, so that the data stored in the local system 200 can be synchronised therewith. In one example, the APIs 140 comprise Microsoft® Graph APIs. In one example, the APIs 140 comprise APIs that allow the consumer systems 300 to access the data stored in the storage 1 10, so that cloud system 100 data can be accessed and modified by remote consumer systems 300.

[1 1 1 ] The storage 1 10 includes one or more data stores 1 1 1 , each of which correspond to the data held by a respective local application 240.

[1 12] In one example, the data stores 1 1 1 comprise relational databases. In one example, the data stores 1 1 1 comprise flat files, such as lists of comma-separated values (CSV files), for example stored in Microsoft® One Drive or Google® Drive.

[1 13] In a further example, the data stores 1 1 1 comprise a spread sheet. Particularly, in examples where the cloud system 100 comprises the Microsoft® Graph API, Microsoft® Excel workbooks may act as the data stores. Alternatively, in examples where the cloud system 100 comprises Google® Cloud Platform, Google® Sheets may act as the data stores. Each workbook may represent a particular data set, with the worksheets of the workbook representing particular tables of the data set, as illustrated in FIG. 7. This provides a particularly advantageously lightweight, easy-to-update and easy to access data structure for storing the data synchronised from the local application 240.

[1 14] In one example, the storage 1 10 also includes one or more command lists 1 13, which comprise commands to be executed by respective local applications 240. The commands present in the command lists 1 13 may be generated in response to actions taken by the cloud system 100 or consumer systems 300. For example, if a data store relates to payroll and a consumer system 300 requests creation of a new payee, a command may be placed in the command list 1 13 that instructs a local application 240 to create the new payee.

[1 15] In use, a synchronisation process is triggered between the cloud system 100 and one or more local applications 240 installed on one or more local systems 200. In one example, the synchronisation process is triggered by the scheduler 280 of the local system 200. In other examples, the synchronisation process may be triggered by the cloud system 100 sending a request to the synchronisation engine 270 of the local system 200.

[1 16] Upon triggering the synchronisation process, the adapters 250 retrieve the data to be synchronised from the local application 240 and the data is passed to the relevant connectivity unit 260, as described above. The data to be synchronised is then sent to the cloud system 100 by the connectivity unit(s) via the relevant API. Upon receipt of the data to be synchronised, the cloud system 100 updates the data store 1 1 1 corresponding to the local application 240 to include the received data.

[1 17] In a further use, the commands stored in the command lists 1 13 are received by the relevant connectivity units 260, for example by the connectivity units 260 downloading the command list via an API 140. In one example, the download of the command lists 1 13 occurs on a scheduled basis. The commands are then executed against the local application 240 as described above.

[1 18] In a further example of the invention, the cloud system 100 also comprises a job service unit 150. The job service unit 150 is configured to execute one or more jobs in response to data being synchronised to the cloud system 100.

[1 19] A job may involve updating data held in the storage 1 10 of the cloud system 100 that is not held in the data store 1 1 1 . For example, the cloud system 100 may store a list of contacts for use in a cloud-based email application, which may be updated if data is synchronised editing details of a customer, supplier or other entity for which contact details may be held.

[120] In a further example, a job may involve carrying out predefined logic to accomplish a task. For example, if the local application 240 is an accounting system, the synchronisation of payment data may trigger a job that results in the generation of an invoice.

[121 ] In one example, the job service unit 150 is also configured to execute jobs in response to data being modified in the cloud system 100. In one example, the jobs may result in the update of data stored on local systems 200. For example, if the list of contacts is edited to change contact details associated with an entity, the job may comprise generating commands requesting the change of details, and placing those commands in the command lists 1 13 for execution by the adapters 240. In one example, the job service unit 150 provides a separate API to enable the local systems 200 to access the job service unit 150. [122] The job service unit 150 is hosted and executed by the cloud system 100 using Microsoft® Azure or Google® App Engine.

[123] The above-described systems and methods may advantageously allow data held on local systems under the control of locally-installed applications to be elevated into the cloud and/or accessed from the cloud. Accordingly, the data can be consumed by various systems and applications via the cloud, thereby allowing diverse remote applications to securely manipulate and view the previously inaccessible data whilst not compromising data integrity.

[124] Furthermore, the above-described systems and methods may allow the cloud system to edit and create data in the local applications, by passing commands thereto which are then executed against the local application. The use of such commands provides a simple mechanism that avoids issues with concurrent access to the local data. The above-described systems and methods also advantageously allow other cloud-held data to be updated in response to the synchronisation to the cloud.

[125] Various adaptations of the embodiments of the invention described above are possible. In certain embodiments, the other data repositories that may be stored on the local storage 210 include data repositories on which is stored data associated with the local application 240 and against which queries from the cloud system can be executed directly.

[126] Attention is directed to all papers and documents which are filed concurrently with or previous to this specification in connection with this application and which are open to public inspection with this specification, and the contents of all such papers and documents are incorporated herein by reference.

[127] All of the features disclosed in this specification (including any accompanying claims, abstract and drawings), and/or all of the steps of any method or process so disclosed, may be combined in any combination, except combinations where at least some of such features and/or steps are mutually exclusive.

[128] Each feature disclosed in this specification (including any accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise. Thus, unless expressly stated otherwise, each feature disclosed is one example only of a generic series of equivalent or similar features.

[129] The invention is not restricted to the details of the foregoing embodiment(s). The invention extends to any novel one, or any novel combination, of the features disclosed in this specification (including any accompanying claims, abstract and drawings), or to any novel one, or any novel combination, of the steps of any method or process so disclosed.




 
Previous Patent: DIFFUSERS FOR HEAD UP DISPLAYS

Next Patent: QUADRUPOLE DEVICES