![]() |
VOOZH | about |
APOS Live Data Gateway (LDG) is a data connection and data transformation solution that enables live data connectivity and expanded data source options for SAP Analytics Cloud and other SAP solutions. When paired with CData Connectors, users can build semantic layer views for live Xero data, enabling real-time analytics on Xero just like working with a relational database.
With built-in optimized data processing, the CData Connector offers unmatched performance for interacting with live Xero data. When you issue complex SQL queries to Xero, the driver pushes supported SQL operations, like filters and aggregations, directly to Xero and utilizes the embedded SQL engine to process unsupported operations client-side (often SQL functions and JOIN operations). Its built-in dynamic metadata querying allows you to work with and analyze Xero data using native data types.
Accessing and integrating live data from Xero has never been easier with CData. Customers rely on CData connectivity to:
Customers regularly integrate their Xero data with preferred tools, like Tableau, Qlik Sense, or Excel, and integrate Xero data into their database or data warehouse.
In order to access Xero data through the APOS Live Data Gateway, you will need to download the connector files from APOS and install them on the machine hosting the Live Data Gateway. An APOS representative can deliver the necessary files.
Before establishing the connection to Xero from the APOS Live Data Gateway, you need to configure the Xero JDBC Connection String.
For assistance in constructing the JDBC Connection String, use the connection string designer built into the Xero JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.xero.jar
Fill in the connection properties and copy the connection string to the clipboard.
To connect, set the Schema connection property in addition to any authentication values. Xero offers authentication for private applications, public applications, and partner applications. Set the XeroAppAuthentication property to PUBLIC, PRIVATE, or PARTNER, depending on the type of application configured. To connect from a private application, you will additionally need to set the OAuthAccessToken, OAuthClientId, OAuthClientSecret, CertificateStoreType, CertificateStore, and CertificateStorePassword.
To connect from a public or partner application, you can use the embedded OAuthClientId, OAuthClientSecret, and CallbackURL, or you can register an app to obtain your own OAuth values.
See the "Getting Started" chapter of the help documentation for a guide to authenticating to Xero.
π Using the built-in connection string designer to generate a JDBC URL (xero is shown.)Your connection string will look similar to the following:
jdbc:Xero:InitiateOAuth=GETANDREFRESH;
After installing the connector files and configuring the connection string, you are ready to connect to Xero in the Live Data Gateway Admin tool and build a semantic layer view in the Live Data Gateway Web UI.
jdbc:Xero:InitiateOAuth=GETANDREFRESH;
At this point, we are ready to build our semantic layer view in the Live Data Gateway Web UI.
With the Semantic Layer View created, you are ready to access your Xero data through the APOS Live Data Gateway, enabling real-time data connectivity to Xero data from SAP Analytics Cloud and other SAP solutions.
Please visit APOS Systems - APOS Solutions - Request Evaluation Software to request evaluation software or email [email protected] for more information on working with your live Xero data in APOS Live Data Gateway.
Download a free trial of the Xero Driver to get started:
Download NowLearn more:
π Xero IconComplete read-write access to Xero accounting enables developers to search (Customers, Transactions, Invoices, Sales Receipts, etc.), update items, edit customers, and more, from any Java/J2EE application.