Google Charts API into data.medicare.gov - socrata

We are trying to interconnect the data.medicare.gov data and have it displayed into various google charts. We would like to have a pulldown type of data selector which then allows us to choose the record, and then have the stats displayed on the various google charts.
Does anyone know of a page that shows the examples of google charts which are connected to the data.medicare.gov ?
Here are a few examples of the pages that we created, and would like to interconnect with the data on the data.medicare.gov
http://u19124280.onlinehome-server.com/keacare/health_survery_dificiencies/
We have an example of this using the socrata visualizer, but we were't sure on how to customize the look of this version, so we would like to modify the pages above with the google charts to interconnect with the data from data.medicare.gov.
This is the example of it using the socrata visualizer:
http://u19124280.onlinehome-server.com/keacare/api_tests/health_survery_dificiencies/
Thank you for your feedback,
Kcare

Related

Using Google API to find if a company has a website

I am looking for a solution that would tell me if a particular company has a website. The way I imagine using it is: I would send a phrase-based query to the API (for example "Salesforce Limited") and it would return a website if it has one in its database).
I checked Google Maps API and Google Places API but can's see if they provide website addresses for places.
I know Google displays a location on the right hand side if you type a name of the place and at times also has a website link referring to it:
example data I am after
Do you know if the website data can be accessed by any of the Google APIs and if not what could be an alternative way of obtaining such data?
Thanks
Kam

google calendar sync specifications

I am working on a web application that among other things maintains its own calendar. I want to allow people with gmail accounts to subscribe to this calendar feed. Based on the research I made I can do it by outputting an iCalendar formatted file into a publicly accessible location and direct google calendar to subscribe to this location. What I am trying to find is some technical documentation about how google performs these requests for feed updates, so I can generate the csv files correctly and efficiently. For example what is the frequency of the requests, what is the format of those requests and so on. All I could find API documentation about how to pull information from google calendar. But this is not what I need. Basically I want to create the csv files on demand instead of maintaining them constantly, hence I need to be able to intercept google requests for calendar sync and handle them accordingly. Can somebody point me into the right direction?

Showing users viewing the doc in Google Drive API app

We are building a web application based on Google Drive API. We'd like to incorporate a facility of displaying who is viewing our "document" in real time like Google docs and spreadsheets are doing.
Implementing it from scratch would be quite challenging because of the necessity to track when a user leaves the page. So we'd first like to check if anything is already available for this purpose.
We have found out Google Analytics API may be helpful, but it can only give us a number, not user names.
Google Drive Realtime API looks promising and suitable for other needs of our development, however at the moment it's not clear whether it might help with displaying current viewers.
Any ideas on possible solutions would be greatly appreciated.
This is possible in the realtime API. See https://developers.google.com/drive/realtime/handle-events#collaborator_events
There is an example of it in the Realtime Playground.

How to show Database data in google maps on my website?

I have some dynamic data. I want to call this data dynamically in google maps location positions. When user clicks the location, user should be able to see details and photo of particular location. User should be able to filter the data as per his requirement and view filtered location.
Kindly let me know what type of API i should go for. I have searched alot and i came across Google maps api, google geo, google places api, fusiontables, spreadsheets, xml, kml, javascript, webservice and much more techniques and services.
I am working on asp.net site and sql database, is there any way to work with the same platform. Else please give me proper and easy dynamic way to use the service.
I want the exact maps features used in following site : http://inspire.makemytrip.com/inspire/
Thank You
P.S. : Whoever doing Downvote for this post should first Note that Google maps API 3 official group has themselves mailed me to add Question here so if you dont wish to answer atleast dont downvote.
I would suggest using Google Maps API V3 with PHP/MySQL as there are numerable tutorials available.
If you insist on using ASP here is a start.

Google Maps application, use Data API or my own data store

I wish to develop a site mashing up user generated geodata content with geodatacontent from Google search (Locations of niche businesses entered and recommend/commented by the users as well as the search result though Google Maps for the same businesses, presented on a map. Users can grade/comment on the Google Search result as well, I store the comments and grades etc.)
Any tips as to whether try to use the Data API or just keep all the data in my own datastore?