Light data integration
Abstract
Methods, systems, and apparatus, including computer programs encoded on computer storage media, for a light integration. One of the methods includes receiving a plurality of objects from a functional logic tier of an application, each object representative of data stored in a data tier of the application, a first portion of the stored data being stored in a first persistent data store and a second portion of the stored data being stored in a second persistent data store. The method includes presenting in a first area of the user interface information from the plurality of objects, the information selected from the first portion of the data. The method includes receiving an indication of an object being selected from the plurality of objects. The method includes presenting in a second area of the user interface information from the second part of data corresponding to the selected business object.
Claims
exact text as granted — not AI-modifiedWhat is claimed is:
1. A computer-implemented method, comprising:
receiving, by a user interface, a plurality of objects from a functional logic tier of an application, each object representative of data stored in a data tier of the application, a first portion of the stored data being stored in a first persistent data store and a second portion of the stored data being stored in a second persistent data store different from the first persistent data store;
receiving an indication of an object being selected through the user interface from the plurality of objects;
in response to receiving the indication, causing the functional logic tier to:
configure a first query for the first portion of the data represented by the selected object, the first query having a first configuration that is based on a first requirement of querying the first persistent data store;
configure a second query for the second portion of the data represented by the selected object, the second query having a second configuration that is based on a second requirement of querying the second persistent data store, the second requirement being different than the first requirement of querying the first persistent data store, and
obtain, by executing the first query and the second query, the first portion of data from the first persistent data store and the second portion of data from the second persistent data store; and
presenting, in an area of the user interface, information representing the first portion of data and the second portion of data corresponding to the selected object and retrieved from the functional logic tier;
wherein the functional logic tier is configured to map a first data type to a neutral data type based on the first requirement for querying the first persistent data store, and wherein the functional logic tier is configured to map a second data type to the neutral data type based on the second requirement for querying the second persistent data store.
2. The computer-implemented method of claim 1 , wherein the first persistent data store is a SQL database and the second data store is a NoSQL database.
3. The computer-implemented method of claim 1 , wherein at least one of the first data store and the second data store are selected from a group consisting of a relational database, a cloud database, a column database, a document database, a key value database, a graph database, and a multi-model database.
4. The computer-implemented method of claim 1 , wherein the second portion of the data includes a key that references the first portion of the data.
5. The computer-implemented method of claim 1 , wherein an interface of the object does not distinguish data based on which persistent data store stores the data.
6. The computer-implemented method of claim 1 , further comprising storing a key that references the first portion of the data in the second portion of the data.
7. A non-transitory computer storage medium encoded with computer program instructions that when executed by one or more computers cause the one or more computers to perform operations comprising:
receiving, by a user interface, a plurality of objects from a functional logic tier of an application, each object representative of data stored in a data tier of the application, a first portion of the stored data being stored in a first persistent data store and a second portion of the stored data being stored in a second persistent data store different from the first persistent data store;
receiving an indication of an object being selected through the user interface from the plurality of objects;
in response to receiving the indication causing the functional logic tier to:
configure a first query for the first portion of the data represented by the selected object, the first query having a first configuration that is based on a first requirement of querying the first persistent data store;
configure a second query for the second portion of the data represented by the selected object, the second query having a second configuration that is based on a second requirement of querying the second persistent data store, the second requirement being different than the first requirement of querying the first persistent data store, and
obtain, by executing the first query and the second query, the first portion of data from the first persistent data store and the second portion of data from the second persistent data store; and
presenting, in an area of the user interface, information representing the first portion of data and the second portion of data corresponding to the selected object and retrieved from the functional logic tier;
wherein the functional logic tier is configured to map a first data type to a neutral data type based on the first requirement for querying the first persistent data store, and wherein the functional logic tier is configured to map a second data type to the neutral data type based on the second requirement for querying the second persistent data store.
8. The non-transitory computer storage medium of claim 7 , wherein the first persistent data store is a SQL database and the second data store is a NoSQL database.
9. The non-transitory computer storage medium of claim 7 , wherein at least one of the first data store and the second data store are selected from a group consisting of a relational database, a cloud database, a column database, a document database, a key value database, a graph database, and a multi-model database.
10. The non-transitory computer storage medium of claim 7 , wherein the second portion of the data includes a key that references the first portion of the data.
11. The non-transitory computer storage medium of claim 7 , wherein an interface of the object does not distinguish data based on which persistent data store stores the data.
12. The non-transitory computer storage medium of claim 7 further comprising storing a key that references the first portion of the data in the second portion of the data.
13. A system comprising:
one or more computers and one or more storage devices storing instructions that are operable, when executed by the one or more computers, to cause the one or more computers to perform operations comprising:
receiving, by a user interface, a plurality of objects from a functional logic tier of an application, each object representative of data stored in a data tier of the application, a first portion of the stored data being stored in a first persistent data store and a second portion of the stored data being stored in a second persistent data store different from the first persistent data store;
receiving an indication of an object being selected through the user interface from the plurality of objects;
in response to receiving the indication, causing the functional logic tier to:
configure a first query for the first portion of the data represented by the selected object, the first query having a first configuration that is based on a first requirement of querying the first persistent data store;
configure a second query for the second portion of the data represented by the selected object, the second query having a second configuration that is based on a second requirement of querying the second persistent data store, the second requirement being different than the first requirement of querying the first persistent data store, and
obtain, by executing the first query and the second query, the first portion of data from the first persistent data store and the second portion of data from the second persistent data store; and
presenting, in an area of the user interface information representing the first portion of data and the second portion of data corresponding to the selected object and retrieved from the functional logic tier
wherein the functional logic tier is configured to map a first data type to a neutral data type based on the first requirement for querying the first persistent data store, and
wherein the functional logic tier is configured to map a second data type to the neutral data type based on the second requirement for querying the second persistent data store.
14. The system of claim 13 , wherein the first persistent data store is a SQL database and the second data store is a NoSQL database.
15. The system of claim 13 , wherein at least one of the first data store and the second data store are selected from a group consisting of a relational database, a cloud database, a column database, a document database, a key value database, a graph database, and a multi-model database.
16. The system of claim 13 , wherein the second portion of the data includes a key that references the first portion of the data.
17. The system of claim 13 , wherein an interface of the object does not distinguish data based on which persistent data store stores the data.
18. The system of claim 13 , further comprising storing a key that references the first portion of the data in the second portion of the data.
19. The computer-implemented method of claim 1 , further comprising joining the first portion of the stored data being stored in the first persistent data store and the second portion of the stored data being stored in the second persistent data store using a common value referencing the first portion and the second portion, the common value being stored in the first data type in the first persistent data store and the second data type in the second persistent data store.
20. The non-transitory computer storage medium of claim 7 , further comprising joining the first portion of the stored data being stored in the first persistent data store and the second portion of the stored data being stored in the second persistent data store using a common value referencing the first portion and the second portion, the common value being stored in the first data type in the first persistent data store and the second data type in the second persistent data store.
21. The system of claim 13 , further comprising joining the first portion of the stored data being stored in the first persistent data store and the second portion of the stored data being stored in the second persistent data store using a common value referencing the first portion and the second portion, the common value being stored in the first data type in the first persistent data store and the second data type in the second persistent data store.Join the waitlist — get patent alerts
Track US11042559B2 — get alerts on status changes and closely related new filings.
We store only your email — no account needed. See our privacy policy.