I do not know a single textbook, but there are many examples in different programming languages. For instance. I used the python library to get the data stored in Postgres into Fusion tables. Basically a CSV dump of my database is created and the python client is used to insert / update my Fusion table.
https://developers.google.com/fusiontables/docs/sample_code
source
share