Discover how a bimodal integration strategy can address the major data management challenges facing your organization today.
Get the Report →Create Azure Data Lake Storage-Connected Business Apps in AppSheet
Connect to Azure Data Lake Storage Data via CData Connect Cloud in Google AppSheet and create custom business applications with real-time access to Azure Data Lake Storage data.
Google AppSheet is a no-code development platform for application software, enabling users to design mobile, tablet, and web applications. When combined with CData Connect Cloud, you gain immediate cloud-to-cloud access to Azure Data Lake Storage data for business applications. This article outlines the process of connecting to Azure Data Lake Storage using Connect Cloud and constructing a basic app from Azure Data Lake Storage data within AppSheet.
CData Connect Cloud offers a dedicated cloud-to-cloud interface for Azure Data Lake Storage, enabling the creation of reports directly from live Azure Data Lake Storage data within AppSheet, all without the need for data replication to a native database. When you design applications that interact with data, AppSheet formulates SQL queries to retrieve the required information. With its inherent optimized data processing capabilities, CData Connect Cloud efficiently channels all supported SQL operations, including filters and JOINs, directly to Azure Data Lake Storage. This leverages server-side processing to swiftly deliver the requested Azure Data Lake Storage data.
Configure Azure Data Lake Storage Connectivity for AppSheet
Connectivity to Azure Data Lake Storage from AppSheet is made possible through CData Connect Cloud. To work with Azure Data Lake Storage data from AppSheet, we start by creating and configuring a Azure Data Lake Storage connection.
- Log into Connect Cloud, click Connections and click Add Connection
- Select "Azure Data Lake Storage" from the Add Connection panel
-
Enter the necessary authentication properties to connect to Azure Data Lake Storage.
Authenticating to a Gen 1 DataLakeStore Account
Gen 1 uses OAuth 2.0 in Azure AD for authentication.
For this, an Active Directory web application is required. You can create one as follows:
To authenticate against a Gen 1 DataLakeStore account, the following properties are required:
- Schema: Set this to ADLSGen1.
- Account: Set this to the name of the account.
- OAuthClientId: Set this to the application Id of the app you created.
- OAuthClientSecret: Set this to the key generated for the app you created.
- TenantId: Set this to the tenant Id. See the property for more information on how to acquire this.
- Directory: Set this to the path which will be used to store the replicated file. If not specified, the root directory will be used.
Authenticating to a Gen 2 DataLakeStore Account
To authenticate against a Gen 2 DataLakeStore account, the following properties are required:
- Schema: Set this to ADLSGen2.
- Account: Set this to the name of the account.
- FileSystem: Set this to the file system which will be used for this account.
- AccessKey: Set this to the access key which will be used to authenticate the calls to the API. See the property for more information on how to acquire this.
- Directory: Set this to the path which will be used to store the replicated file. If not specified, the root directory will be used.
- Click Create & Test
- Navigate to the Permissions tab in the Add Azure Data Lake Storage Connection page and update the User-based permissions.
Add a Personal Access Token
If you are connecting from a service, application, platform, or framework that does not support OAuth authentication, you can create a Personal Access Token (PAT) to use for authentication. Best practices would dictate that you create a separate PAT for each service, to maintain granularity of access.
- Click on your username at the top right of the Connect Cloud app and click User Profile.
- On the User Profile page, scroll down to the Personal Access Tokens section and click Create PAT.
- Give your PAT a name and click Create.
- The personal access token is only visible at creation, so be sure to copy it and store it securely for future use.
With the connection configured, you are ready to connect to Azure Data Lake Storage data from AppSheet.
Connect to Azure Data Lake Storage from AppSheet
The steps below outline connecting to CData Connect Cloud from AppSheet to create a new Azure Data Lake Storage data source.
- Log into AppSheet
- Click "My account" in the menu
- Click the Sources tab and add a new data source
- Select Cloud Database and set the connection information
- Type: Sql Server
- Server: tds.cdata.com,14333
- Database: the Azure Data Lake Storage connection, for example, ADLS1
- Username: a Connect Cloud user, for example, [email protected]
- Password: the PAT for the above Connect Cloud user
- SSL: Require SSL
- Click "Test Connection"
- Click "Authorize Access"
Create an App
Once you create the data source for Azure Data Lake Storage, you can start building apps on Azure Data Lake Storage data. Start by clicking "My apps" in the menu.
- Click to create a new app and select "Start with your own data"
- Name the app and select an appropriate category, based on your data
- Select the newly created data source
- Select the table or view with the data you want
At this point, you can configure the design of your app, selecting which columns from the selected table to display, use as labels, and more. Preview the app in the preview panel and then publish or share it when ready.
To get live data access to 100+ SaaS, Big Data, and NoSQL sources directly from your cloud applications, try CData Connect Cloud today!