- Google Visualization API Essentials
- Traci L. Ruthkoski
- 244字
- 2021-07-27 18:02:23
Knowledge prerequisites
With Google Visualization Tools, a developer with knowledge of HTML5 and some JavaScript can utilize approximately 90 percent of the functionality of the Application Programming Interface (API). Some methods of creating visualizations do not even require writing code at all, but instead rely on the Graphic User Interface (GUI) of common Google Drive (previously known as Google Docs) tools. The remaining 10 percent of the functionality comes from the ability to interface with custom data sources. Google often makes its Java Libraries, in this case the Data Source Libraries, available for developers to use. A developer requiring such a capability can build custom data source connectors to a database on a web server. However, data connectors provided in the Visualization API, including communications through a SQL-like query language and jQuery, are generally adequate for most visualization projects.
Skill summary
To work in depth with the Visualization APIs, the following programming skills are highly recommended:
- HTML5
- JavaScript
- Java (specific uses only)
System requirements
In short, the Visualization API requires very little beyond a text editor and Internet access to create visualizations. However, additional tools make development much easier. Suggested tools or services when working with the Visualization API are as follows:
- A service or web server to host HTML pages
- A Google account with Google Drive activated (https://drive.google.com/start)
A Google account is required for the purposes of this book. Without a Google account, many of the tutorials and examples will not work properly.