We are proud to share our inclusion in the 2024 Gartner Magic Quadrant for Data Integration Tools. We believe this recognition reflects the differentiated business outcomes CData delivers to our customers.
Get the Report →How to Easily Query Bitbucket Data in OpenOffice Base
Connect to Bitbucket data in OpenOffice Base using the CData ODBC Driver for Bitbucket and generate reports with live data insights.
Apache OpenOffice Base is a versatile, free database tool that makes connecting and managing data easy. With CData ODBC Driver for Bitbucket, you can seamlessly integrate and query live Bitbucket data, bringing real-time insights directly into OpenOffice.
This guide simplifies the setup, showing you how to connect Bitbucket to OpenOffice Base so you can easily generate reports, analyze trends, and make informed decisions right within your familiar workspace.
Overview
Here is an overview of the steps:
- CONFIGURE: Configure the DSN for Bitbucket data in the CData ODBC Driver for Bitbucket, using the required connection properties.
- CONNECT: Set up the ODBC connection in OpenOffice Base using the configured DSN.
- IMPORT: Once connected, review the available metadata and tables.
- CREATE: Create a report based on the queried Bitbucket data data.
Configure the Bitbucket DSN Using the CData ODBC Driver for Bitbucket
To start, configure the DSN (Data Source Name) for Bitbucket data in your system using the CData ODBC Driver for Bitbucket. Download and install a 30-day free trial with all the features from here.
Once installed, launch the ODBC Data Source Administrator:
- On Windows: Search for ODBC Data Source Administrator in the Start menu and open the application.
- On Mac: Open Applications, go to Utilities, and select ODBC Manager.
- On Linux: Use the command line to launch ODBC Data Source Administrator or use unixODBC if installed.
Once launched, double-click on the CData Bitbucket data Source and enter the required values to establish a connection:
For most queries, you must set the Workspace. The only exception to this is the Workspaces table, which does not require this property to be set, as querying it provides a list of workspace slugs that can be used to set Workspace. To query this table, you must set Schema to 'Information' and execute the query SELECT * FROM Workspaces>.
Setting Schema to 'Information' displays general information. To connect to Bitbucket, set these parameters:
- Schema: To show general information about a workspace, such as its users, repositories, and projects, set this to Information. Otherwise, set this to the schema of the repository or project you are querying. To get a full set of available schemas, query the sys_schemas table.
- Workspace: Required if you are not querying the Workspaces table. This property is not required for querying the Workspaces table, as that query only returns a list of workspace slugs that can be used to set Workspace.
Authenticating to Bitbucket
Bitbucket supports OAuth authentication only. To enable this authentication from all OAuth flows, you must create a custom OAuth application, and set AuthScheme to OAuth.
Be sure to review the Help documentation for the required connection properties for you specific authentication needs (desktop applications, web applications, and headless machines).
Creating a custom OAuth application
From your Bitbucket account:
- Go to Settings (the gear icon) and select Workspace Settings.
- In the Apps and Features section, select OAuth Consumers.
- Click Add Consumer.
- Enter a name and description for your custom application.
- Set the callback URL:
- For desktop applications and headless machines, use http://localhost:33333 or another port number of your choice. The URI you set here becomes the CallbackURL property.
- For web applications, set the callback URL to a trusted redirect URL. This URL is the web location the user returns to with the token that verifies that your application has been granted access.
- If you plan to use client credentials to authenticate, you must select This is a private consumer. In the driver, you must set AuthScheme to client.
- Select which permissions to give your OAuth application. These determine what data you can read and write with it.
- To save the new custom application, click Save.
- After the application has been saved, you can select it to view its settings. The application's Key and Secret are displayed. Record these for future use. You will use the Key to set the OAuthClientId and the Secret to set the OAuthClientSecret.
Setup an ODBC Connection in OpenOffice Base
Once you've set up the DSN, it's time to connect to it in OpenOffice Base and start querying data:
- Launch OpenOffice Base and select Database from the home screen.
- In the Database Wizard, choose ODBC from the 'Connect to an existing database' option and click Next.
- Click Browse to locate and select the DSN you created, then click OK.
- Enter the username associated with the DSN, click Test Connection to verify, and then click Next.
- Finally, click Finish to save the new database file to your desired directory. This will connect OpenOffice Base to your live Bitbucket data data, ready for querying and analysis.
Your connection is now established — ready to query and analyze data seamlessly within OpenOffice Base.
Review the Metadata and Tables
After the database file is created and the connection is established, the table list will automatically display all available Bitbucket data objects.
- Review the Bitbucket data Object List: In the left pane, click on Tables to view the Bitbucket data objects now available within OpenOffice Base.
- View Object Data: Click on any object to view its contents. The Bitbucket data data will display directly within OpenOffice Base, allowing you to review records and fields with ease.
That's it! You have now successfully established a connection to Bitbucket data in OpenOffice Base, with data readily available for analysis and reporting.
Create a Report
Now, let's generate a report based on your Bitbucket data data.
- Open your database and go to the Reports tab, then select Create Report Using Wizard.
- In the Report Wizard, choose the Bitbucket data table from the Table or Query section. Select the columns from Available Fields that you want to include in your report and move them to the Fields in Report section using the arrows.
- After configuring the fields, click Finish to generate your report.
- Analyze, adjust, save, and publish the report as needed.
Your report is now created, drawing live data directly from Bitbucket data, and ready for analysis.
Try CData Free for 30 Days
Experience the power of live Bitbucket data data at your fingertips and seamlessly integrate it into OpenOffice Base. Start your free trial today!