web*_*ber 20 visualization data-visualization real-time demo
我正在开发一个关于实时可视化的演示,我正在尝试开箱即用.看起来任何大数据实时演示都在Twitter或流量数据上.是否有其他选项可以发布实时数据(免费)?
谢谢
Mar*_*coL 25
只是一些想法:
这是一些实时航班跟踪数据:评估计划有限但免费.
Twitter Streaming API,Facebook RealTime Updates API(如果你已经在社交网络上发布了应用程序),Foursquare
各种能源生产(实时和准实时)数据.
对于这些,你可能不得不在页面上乱窜,以跟踪数据的来源,抱歉.
Google Analytics RealTime API(适用于您的注册网站)
和这里和这里的其他实时API服务的"不那么更新"列表(一些免费的,有些则不是).
小智 5
您可以在 www.hooksdata.io 上找到实时数据源。使用查询语言,您可以指定所需的数据,然后在您想要接收数据的位置添加 Webhook URL,或者随时提取数据。
\n\nAPI 文档: https: //www.hooksdata.io/docs/api/introduction/
\n\n可用数据源及示例:
\n\nRSS :
\n\n输入:
\n\nSELECT * FROM RSS(\'http://feeds.feedburner.com/TechCrunch/\')\nRun Code Online (Sandbox Code Playgroud)\n\nTwitter用户时间线:
\n\n输入:
\n\nSELECT * FROM TwitterUserTimeline(\'Techstars\')\nRun Code Online (Sandbox Code Playgroud)\n\n输出:
\n\n{ "_entity_type": "tweet", "_id": "tweet_976733289221210112", "contributors": null, "coordinates": null, "created_at": "Thu Mar 22 08:12:17 +0000 2018", "entities": { "hashtags": [ { "indices": [ 121, 132 ], "text": "3Dprinting" } ], "symbols": [], "urls": [], "user_mentions": [ { "id": 117789943, "id_str": "117789943", "indices": [ 3, 19 ], "name": "StanleyBlack&Decker", "screen_name": "StanleyBlkDeckr" }, { "id": 14277276, "id_str": "14277276", "indices": [ 61, 71 ], "name": "techstars", "screen_name": "techstars" } ] }, "favorite_count": 0, "favorited": false, "geo": null, "id": 976733289221210112, "id_str": "976733289221210112", "in_reply_to_screen_name": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "is_quote_status": false, "lang": "en", "metadata": { "iso_language_code": "en", "result_type": "recent" }, "place": null, "retweet_count": 7, "retweeted": false, "retweeted_status": { "contributors": null, "coordinates": null, "created_at": "Wed Mar 21 20:37:05 +0000 2018", "entities": { "hashtags": [ { "indices": [ 100, 111 ], "text": "3Dprinting" } ], "symbols": [], "urls": [ { "display_url": "twitter.com\\/i\\/web\\/status\\/9\\u2026", "expanded_url": "https:\\/\\/twitter.com\\/i\\/web\\/status\\/976558334030442498", "indices": [ 117, 140 ], "url": "https:\\/\\/t.co\\/6GWviWvVd1" } ], "user_mentions": [ { "id": 14277276, "id_str": "14277276", "indices": [ 40, 50 ], "name": "techstars", "screen_name": "techstars" } ] }, "favorite_count": 11, "favorited": false, "geo": null, "id": 976558334030442498, "id_str": "976558334030442498", "in_reply_to_screen_name": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "is_quote_status": false, "lang": "en", "metadata": { "iso_language_code": "en", "result_type": "recent" }, "place": null, "possibly_sensitive": false, "retweet_count": 7, "retweeted": false, "source": "<a href=\\"http:\\/\\/percolate.com\\" rel=\\"nofollow\\">Percolate<\\/a>", "text": "Ahead of the Stanley+Techstars program, @Techstars leaders visited us to see how we\'ve incorporated #3Dprinting and\\u2026 https:\\/\\/t.co\\/6GWviWvVd1", "truncated": true, "user": { "contributors_enabled": false, "created_at": "Fri Feb 26 16:34:00 +0000 2010", "default_profile": false, "default_profile_image": false, "description": "Official Twitter account for Stanley Black and Decker", "entities": { "description": { "urls": [] }, "url": { "urls": [ { "display_url": "stanleyblackanddecker.com", "expanded_url": "http:\\/\\/stanleyblackanddecker.com", "indices": [ 0, 22 ], "url": "http:\\/\\/t.co\\/OwfwWAucUP" } ] } }, "favourites_count": 474, "follow_request_sent": false, "followers_count": 5293, "following": false, "friends_count": 170, "geo_enabled": false, "has_extended_profile": false, "id": 117789943, "id_str": "117789943", "is_translation_enabled": false, "is_translator": false, "lang": "en", "listed_count": 136, "location": "New Britain", "name": "StanleyBlack&Decker", "notifications": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http:\\/\\/pbs.twimg.com\\/profile_background_images\\/84200087\\/stanley_twitter_nologos.jpg", "profile_background_image_url_https": "https:\\/\\/pbs.twimg.com\\/profile_background_images\\/84200087\\/stanley_twitter_nologos.jpg", "profile_background_tile": false, "profile_banner_url": "https:\\/\\/pbs.twimg.com\\/profile_banners\\/117789943\\/1501159100", "profile_image_url": "http:\\/\\/pbs.twimg.com\\/profile_images\\/534427580120571905\\/qEDM5_-D_normal.jpeg", "profile_image_url_https": "https:\\/\\/pbs.twimg.com\\/profile_images\\/534427580120571905\\/qEDM5_-D_normal.jpeg", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "FFD30D", "profile_text_color": "333333", "profile_use_background_image": true, "protected": false, "screen_name": "StanleyBlkDeckr", "statuses_count": 1239, "time_zone": null, "translator_type": "none", "url": "http:\\/\\/t.co\\/OwfwWAucUP", "utc_offset": null, "verified": false } }, "source": "<a href=\\"http:\\/\\/twitter.com\\/download\\/iphone\\" rel=\\"nofollow\\">Twitter for iPhone<\\/a>", "text": "RT @StanleyBlkDeckr: Ahead of the Stanley+Techstars program, @Techstars leaders visited us to see how we\'ve incorporated #3Dprinting and ad\\u2026", "truncated": false, "user": { "contributors_enabled": false, "created_at": "Mon Jul 27 04:06:55 +0000 2015", "default_profile": true, "default_profile_image": false, "description": "Humble Star", "entities": { "description": { "urls": [] } }, "favourites_count": 51, "follow_request_sent": false, "followers_count": 26, "following": false, "friends_count": 74, "geo_enabled": false, "has_extended_profile": false, "id": 3296795162, "id_str": "3296795162", "is_translation_enabled": false, "is_translator": false, "lang": "en", "listed_count": 0, "location": "", "name": "Munkhi Tse", "notifications": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png", "profile_background_image_url_https": "https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png", "profile_background_tile": false, "profile_banner_url": "https:\\/\\/pbs.twimg.com\\/profile_banners\\/3296795162\\/1520835673", "profile_image_url": "http:\\/\\/pbs.twimg.com\\/profile_images\\/973081082500235264\\/46urpcv1_normal.jpg", "profile_image_url_https": "https:\\/\\/pbs.twimg.com\\/profile_images\\/973081082500235264\\/46urpcv1_normal.jpg", "profile_link_color": "1DA1F2", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "protected": false, "screen_name": "Munkhitse", "statuses_count": 53, "time_zone": "Pacific Time (US & Canada)", "translator_type": "none", "url": null, "utc_offset": -25200, "verified": false } }\nRun Code Online (Sandbox Code Playgroud)\n\nTwitter搜索:
\n\n输入:
\n\nSELECT * FROM TwitterSearch(\'Techstars\')\nRun Code Online (Sandbox Code Playgroud)\n\n输出:
\n\n{ "_entity_type": "tweet", "_id": "tweet_976733289221210112", "contributors": null, "coordinates": null, "created_at": "Thu Mar 22 08:12:17 +0000 2018", "entities": { "hashtags": [ { "indices": [ 121, 132 ], "text": "3Dprinting" } ], "symbols": [], "urls": [], "user_mentions": [ { "id": 117789943, "id_str": "117789943", "indices": [ 3, 19 ], "name": "StanleyBlack&Decker", "screen_name": "StanleyBlkDeckr" }, { "id": 14277276, "id_str": "14277276", "indices": [ 61, 71 ], "name": "techstars", "screen_name": "techstars" } ] }, "favorite_count": 0, "favorited": false, "geo": null, "id": 976733289221210112, "id_str": "976733289221210112", "in_reply_to_screen_name": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "is_quote_status": false, "lang": "en", "metadata": { "iso_language_code": "en", "result_type": "recent" }, "place": null, "retweet_count": 7, "retweeted": false, "retweeted_status": { "contributors": null, "coordinates": null, "created_at": "Wed Mar 21 20:37:05 +0000 2018", "entities": { "hashtags": [ { "indices": [ 100, 111 ], "text": "3Dprinting" } ], "symbols": [], "urls": [ { "display_url": "twitter.com\\/i\\/web\\/status\\/9\\u2026", "expanded_url": "https:\\/\\/twitter.com\\/i\\/web\\/status\\/976558334030442498", "indices": [ 117, 140 ], "url": "https:\\/\\/t.co\\/6GWviWvVd1" } ], "user_mentions": [ { "id": 14277276, "id_str": "14277276", "indices": [ 40, 50 ], "name": "techstars", "screen_name": "techstars" } ] }, "favorite_count": 11, "favorited": false, "geo": null, "id": 976558334030442498, "id_str": "976558334030442498", "in_reply_to_screen_name": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "is_quote_status": false, "lang": "en", "metadata": { "iso_language_code": "en", "result_type": "recent" }, "place": null, "possibly_sensitive": false, "retweet_count": 7, "retweeted": false, "source": "<a href=\\"http:\\/\\/percolate.com\\" rel=\\"nofollow\\">Percolate<\\/a>", "text": "Ahead of the Stanley+Techstars program, @Techstars leaders visited us to see how we\'ve incorporated #3Dprinting and\\u2026 https:\\/\\/t.co\\/6GWviWvVd1", "truncated": true, "user": { "contributors_enabled": false, "created_at": "Fri Feb 26 16:34:00 +0000 2010", "default_profile": false, "default_profile_image": false, "description": "Official Twitter account for Stanley Black and Decker", "entities": { "description": { "urls": [] }, "url": { "urls": [ { "display_url": "stanleyblackanddecker.com", "expanded_url": "http:\\/\\/stanleyblackanddecker.com", "indices": [ 0, 22 ], "url": "http:\\/\\/t.co\\/OwfwWAucUP" } ] } }, "favourites_count": 474, "follow_request_sent": false, "followers_count": 5293, "following": false, "friends_count": 170, "geo_enabled": false, "has_extended_profile": false, "id": 117789943, "id_str": "117789943", "is_translation_enabled": false, "is_translator": false, "lang": "en", "listed_count": 136, "location": "New Britain", "name": "StanleyBlack&Decker", "notifications": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http:\\/\\/pbs.twimg.com\\/profile_background_images\\/84200087\\/stanley_twitter_nologos.jpg", "profile_background_image_url_https": "https:\\/\\/pbs.twimg.com\\/profile_background_images\\/84200087\\/stanley_twitter_nologos.jpg", "profile_background_tile": false, "profile_banner_url": "https:\\/\\/pbs.twimg.com\\/profile_banners\\/117789943\\/1501159100", "profile_image_url": "http:\\/\\/pbs.twimg.com\\/profile_images\\/534427580120571905\\/qEDM5_-D_normal.jpeg", "profile_image_url_https": "https:\\/\\/pbs.twimg.com\\/profile_images\\/534427580120571905\\/qEDM5_-D_normal.jpeg", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "FFD30D", "profile_text_color": "333333", "profile_use_background_image": true, "protected": false, "screen_name": "StanleyBlkDeckr", "statuses_count": 1239, "time_zone": null, "translator_type": "none", "url": "http:\\/\\/t.co\\/OwfwWAucUP", "utc_offset": null, "verified": false } }, "source": "<a href=\\"http:\\/\\/twitter.com\\/download\\/iphone\\" rel=\\"nofollow\\">Twitter for iPhone<\\/a>", "text": "RT @StanleyBlkDeckr: Ahead of the Stanley+Techstars program, @Techstars leaders visited us to see how we\'ve incorporated #3Dprinting and ad\\u2026", "truncated": false, "user": { "contributors_enabled": false, "created_at": "Mon Jul 27 04:06:55 +0000 2015", "default_profile": true, "default_profile_image": false, "description": "Humble Star", "entities": { "description": { "urls": [] } }, "favourites_count": 51, "follow_request_sent": false, "followers_count": 26, "following": false, "friends_count": 74, "geo_enabled": false, "has_extended_profile": false, "id": 3296795162, "id_str": "3296795162", "is_translation_enabled": false, "is_translator": false, "lang": "en", "listed_count": 0, "location": "", "name": "Munkhi Tse", "notifications": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png", "profile_background_image_url_https": "https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png", "profile_background_tile": false, "profile_banner_url": "https:\\/\\/pbs.twimg.com\\/profile_banners\\/3296795162\\/1520835673", "profile_image_url": "http:\\/\\/pbs.twimg.com\\/profile_images\\/973081082500235264\\/46urpcv1_normal.jpg", "profile_image_url_https": "https:\\/\\/pbs.twimg.com\\/profile_images\\/973081082500235264\\/46urpcv1_normal.jpg", "profile_link_color": "1DA1F2", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "protected": false, "screen_name": "Munkhitse", "statuses_count": 53, "time_zone": "Pacific Time (US & Canada)", "translator_type": "none", "url": null, "utc_offset": -25200, "verified": false } }\nRun Code Online (Sandbox Code Playgroud)\n\nNFL比赛:
\n\n输入:
\n\nSELECT * FROM NFLGames\nWHERE status = \'FUTURE\' and\naway_team.team_name = \'New England Patriots\' OR\nhome_team.team_name = \'New England Patriots\' AND\nstart_datetime.countdown = 3600\nRun Code Online (Sandbox Code Playgroud)\n\n足球比赛:\n输入:
\n\nSELECT * FROM SoccerGames\nWHERE away_team.team_name = \'Real Madrid\'\nOR home_team.team_name = \'Real Madrid\'\nAND start_datetime.countdown = 3600\nRun Code Online (Sandbox Code Playgroud)\n\n输出:
\n\n{\n"matches_count": 1,\n"results": [\n {\n "_entity_type": "SoccerGame",\n "_id": "SoccerGame_490555",\n "away_score": null,\n "away_team": {\n "_entity_type": "SoccerTeam",\n "_id": "SoccerTeam_86",\n "espn_id": 86,\n "id": "SoccerTeam_86",\n "logo_url": "http://a.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/86.png&h=500",\n "team_name": "Real Madrid"\n },\n "competition": "Spanish Primera Divisi\xc3\xb3n",\n "game_id": "490555",\n "home_score": null,\n "home_team": {\n "_entity_type": "SoccerTeam",\n "_id": null,\n "team_name": "Leganes"\n },\n "link": "http://m.espn.go.com/soccer/gamecast?gameId=490555&lang=EN&wjb=",\n "start_datetime": {\n "countdown": 86970,\n "datetime": "2018-02-21T17:45:00+0000",\n "timestamp": 1519235100\n },\n "status": "FUTURE",\n "timestamp": 1519235100\n }\n]\nRun Code Online (Sandbox Code Playgroud)\n\n}
\n\n电视节目剧集:
\n\n输入:
\n\nSELECT * FROM\nEpisodesByTVShow(name = \'Game of Thrones\')\nWHERE start_datetime.countdown = 3600\nRun Code Online (Sandbox Code Playgroud)\n\n输出:
\n\n{\n "_entity_type": "Episode",\n "_id": "Episode_4961",\n "image": {\n "medium": "http://static.tvmaze.com/uploads/images/medium_landscape/1/2681.jpg",\n "original": "http://static.tvmaze.com/uploads/images/original_untouched/1/2681.jpg"\n },\n "link": "http://www.tvmaze.com/episodes/4961/game-of-thrones-1x10-fire-and-blood",\n "number": 10,\n "runtime": 60,\n "season": 1,\n "start_datetime": {\n "countdown": -210591933,\n "datetime": "2011-06-20T01:00:00+0000",\n "timestamp": 1308531600\n },\n "summary": "Daenerys must realize her destiny. Jaime finds himself in an unfamiliar predicament.",\n "title": "Fire and Blood",\n "tvmaze_episode_id": 4961,\n "tvshow": {\n "_entity_type": "TVShow",\n "_id": "TVShow_82",\n "externals": {\n "imdb": "tt0944947",\n "thetvdb": 121361,\n "tvrage": 24493\n },\n "genres": [\n "Drama",\n "Adventure",\n "Fantasy"\n ],\n "id": "TVShow_82",\n "image": {\n "medium": "http://static.tvmaze.com/uploads/images/medium_portrait/143/359013.jpg",\n "original": "http://static.tvmaze.com/uploads/images/original_untouched/143/359013.jpg"\n },\n "language": "English",\n "name": "Game of Thrones",\n "network": {\n "country": {\n "code": "US",\n "name": "United States",\n "timezone": "America/New_York"\n },\n "id": 8,\n "name": "HBO"\n },\n "officialSite": "http://www.hbo.com/game-of-thrones",\n "premiered": "2011-04-17",\n "rating": {\n "average": 9.3\n },\n "runtime": 60,\n "schedule": {\n "days": [\n "Sunday"\n ],\n "time": "21:00"\n },\n "status": "Running",\n "summary": "<p>Based on the bestselling book series <i>A Song of Ice and Fire</i> by George R.R. Martin, this sprawling new HBO drama is set in a world where summers span decades and winters can last a lifetime. From the scheming south and the savage eastern lands, to the frozen north and ancient Wall that protects the realm from the mysterious darkness beyond, the powerful families of the Seven Kingdoms are locked in a battle for the Iron Throne. This is a story of duplicity and treachery, nobility and honor, conquest and triumph. In the <b>Game of Thrones</b>, you either win or you die.</p>",\n "tvmaze_id": 82,\n "type": "Scripted",\n "updated": 1517168016,\n "url": "http://www.tvmaze.com/shows/82/game-of-thrones",\n "webChannel": {\n "country": {\n "code": "US",\n "name": "United States",\n "timezone": "America/New_York"\n },\n "id": 22,\n "name": "HBO Go"\n },\n "weight": 99\n }\n }\nRun Code Online (Sandbox Code Playgroud)\n\n城市天气:
\n\n输入:
\n\nSELECT * FROM WeatherByCity\n(name = \'San Francisco\'\nAND country.name = \'United States\'\nAND subdivision.type = \'State\'\nAND subdivision.name = \'California\')\nWHERE weather_conditions.main = \'Rain\'\nAND start_datetime.countdown = 86400\nRun Code Online (Sandbox Code Playgroud)\n\n输出:
\n\n{\n "_entity_type": "WeatherStatus",\n "_id": "WeatherStatus_Geoname_5391959-1519178400",\n "city": {\n "_entity_type": "City",\n "_id": "Geoname_5391959",\n "admin1_code": "CA",\n "admin2_code": "075",\n "admin3_code": null,\n "admin4_code": null,\n "alternative_names": [\n "Franciscopolis",\n "Frisco",\n "Gorad San-Francyska",\n "Kapalakiko",\n "Khiu-kim-san",\n "Khiu-k\xc3\xaem-s\xc3\xa2n",\n "Lungsod ng San Francisco",\n "New Albion",\n "SF",\n "SFO",\n "San Francisco",\n "San Franciscu",\n "San Francisko",\n "San Fransisco",\n "San Fransiskas",\n "San Fransisko",\n "San Frantzisko",\n "San Phransisko",\n "San-Francisko",\n "San-Fransisko",\n "Sanfrancisko",\n "Sao Francisco",\n "S\xc3\xa3o Francisco",\n "Yerba Buena",\n "can pirancisko",\n "jiu jin shan",\n "saenpeulan",\n "saenpeulansiseuko",\n "saina pharansisako",\n "saina phransisko",\n "san f ran si s ko",\n "san fan shi",\n "san fransskw",\n "san fransyskw",\n "san fransysk\xdb\x86",\n "san phransisko",\n