TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google Dataset Search

388 pointsby abraxazabout 4 years ago

19 comments

abraxazabout 4 years ago
Information on how to annotate datasets: <a href="https:&#x2F;&#x2F;developers.google.com&#x2F;search&#x2F;docs&#x2F;data-types&#x2F;dataset" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;search&#x2F;docs&#x2F;data-types&#x2F;dataset</a><p>&gt; We can understand structured data in Web pages about datasets, using either schema.org Dataset markup, or equivalent structures represented in W3C&#x27;s Data Catalog Vocabulary (DCAT) format. We also are exploring experimental support for structured data based on W3C CSVW, and expect to evolve and adapt our approach as best practices for dataset description emerge. For more information about our approach to dataset discovery, see Making it easier to discover datasets.<p>For more info on those:<p>- W3C&#x27;s Data Catalog Vocabulary: <a href="https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;vocab-dcat-3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;vocab-dcat-3&#x2F;</a><p>- Schema.org dataset: <a href="https:&#x2F;&#x2F;schema.org&#x2F;Dataset" rel="nofollow">https:&#x2F;&#x2F;schema.org&#x2F;Dataset</a><p>- CSVW Namespace Vocabulary Terms: <a href="https:&#x2F;&#x2F;www.w3.org&#x2F;ns&#x2F;csvw" rel="nofollow">https:&#x2F;&#x2F;www.w3.org&#x2F;ns&#x2F;csvw</a><p>- Generating RDF from Tabular Data on the Web (examples on how to use CSVW): <a href="https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;csv2rdf&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;csv2rdf&#x2F;</a>
评论 #27069657 未加载
评论 #27069639 未加载
chatmastaabout 4 years ago
This is a great resource. At Splitgraph, we index ~40k open data sets, and we make sure to include structured metadata for each one, so we show up in these results. (example [0])<p>One cool aspect of this metadata is that it allows a dataset to have multiple sources. So if two sites index the same dataset, there is no duplicate content penalty like there might be with textual content. If you search for a dataset, it will include links to all its sources (whether canonical or otherwise).<p>For most of the data we index at Splitgraph, the canonical source is an open government data portal powered by Socrata (e.g. data.cdc.gov). We noticed that Socrata powered a lot of portals, so we wrote a Socrata plugin for Splitgraph, along with a scraper to index the metadata. The plugin basically implements a Postgres FDW so that Splitgraph can translate from SQL to the upstream query language. In this case, the plugin translates to Socrata&#x27;s bespoke API language. But for private deployments we also have plugins for Snowflake, Postgres, some SaaS services, etc.<p>If you find some data on Google Dataset Search with Splitgraph listed as a source, please take a look! Our &quot;Data Delivery Network&quot; (DDN) is implemented on top of the Postgres wire protocol, so you can connect with any Postgres client (or use our web editor). All the Postgres query syntax is available to you; you can even JOIN across any of the other 40k+ datasets indexed at Splitgraph. That includes &quot;live data&quot; like Socrata portals, but also versioned snapshots of data called &quot;data images.&quot; Here&#x27;s an example of a point-in-time query across two snapshots (basically a diff) [1], and another query that joins across tables at data.cityofchicago.org and data.cambridgema.gov [2].<p>[0] <a href="https:&#x2F;&#x2F;www.splitgraph.com&#x2F;cdc-gov&#x2F;distribution-of-covid19-deaths-and-populations-by-jwta-jxbg" rel="nofollow">https:&#x2F;&#x2F;www.splitgraph.com&#x2F;cdc-gov&#x2F;distribution-of-covid19-d...</a> – &quot;View Source&quot; to see the Schema.org metadata<p>[1] <a href="https:&#x2F;&#x2F;bit.ly&#x2F;3epvxcj" rel="nofollow">https:&#x2F;&#x2F;bit.ly&#x2F;3epvxcj</a><p>[2] <a href="https:&#x2F;&#x2F;bit.ly&#x2F;3f1ll8K" rel="nofollow">https:&#x2F;&#x2F;bit.ly&#x2F;3f1ll8K</a><p>(Sorry for the bit.ly links. The URL for our query editor includes the full SQL string, and I don&#x27;t want to mess up HN formatting.)
评论 #27083665 未加载
davcancasabout 4 years ago
This dataset search engine has been around for years! We created DataMarket (<a href="https:&#x2F;&#x2F;datamarket.es" rel="nofollow">https:&#x2F;&#x2F;datamarket.es</a>) inspired by this site (and Auren Hoffman&#x27;s SafeGraph).
评论 #27070002 未加载
Der_Einzigeabout 4 years ago
Stop, you&#x27;re making the barrier to entry too low! &#x2F;s<p>This is really really cool. Between this and Hugginfaces Dataset and models hubs, AI&#x2F;ML is really getting easier to use.
评论 #27070218 未加载
john-tells-allabout 4 years ago
Dataset with 9,000 annotated cat images! =&gt; <a href="https:&#x2F;&#x2F;datasetsearch.research.google.com&#x2F;search?query=cat&amp;docid=L2cvMTFqY2tkNTI3MQ%3D%3D" rel="nofollow">https:&#x2F;&#x2F;datasetsearch.research.google.com&#x2F;search?query=cat&amp;d...</a>
uptimeabout 4 years ago
I have a lot to read before I get excited but if the team is here: Can we get DCAT for sets that are otherwise only discoverable with OAI-PMH? Seems like a divide between govt and academic repos that hinders harvesting.
damirkotoricabout 4 years ago
Shameless plug. I wrote a piece about The State of Open Data Portals <a href="https:&#x2F;&#x2F;uxdesign.cc&#x2F;designing-open-data-portals-for-government-85e2524f5877" rel="nofollow">https:&#x2F;&#x2F;uxdesign.cc&#x2F;designing-open-data-portals-for-governme...</a> where I predict that it&#x27;ll take a Google to really provide a single searchable dataset portal for the whole world.<p>Doesn&#x27;t take a genius to predict, but there ya go! Governments are assembling datasets in a very fragmented way. It&#x27;ll take a private company to provide one single website to explore and find all datasets from around the world, making it easier to look at holistic patterns that are happening around the world, or compare patterns between countries.<p>Though, I would expect a much better UX from Google nowadays. This site has more in common with Google Scholar than Google Search.<p>And ultimately I&#x27;d like to see them build something where people don&#x27;t need to download datasets in order to make use of the data.<p>I compare the state of open data to the state of mapping software before Google Maps. You needed to download map files and open them on special software that you open on your computer to make sense of the data. And then Google Maps came along and flipped that whole model. Open data needs the same leap forward in order for more people to make greater use of open data.
igraviousabout 4 years ago
Discussion from Jan 2020: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22130874" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22130874</a> | 32 comments<p>Discussion from Sept 2018: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17919297" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17919297</a> | 76 comments
plaidfujiabout 4 years ago
I’ve come across this a few different times over the years... always seems enticing and potentially useful, but I’ve never found a real use for it. I suppose it provides a library of well-prepped datasets to test ML models on? Anyone ever used this for any practical purpose beyond a sandbox-type use case?
评论 #27078989 未加载
smhxabout 4 years ago
another good resource that&#x27;s more specific to machine learning is <a href="https:&#x2F;&#x2F;paperswithcode.com&#x2F;datasets" rel="nofollow">https:&#x2F;&#x2F;paperswithcode.com&#x2F;datasets</a>
ravila4about 4 years ago
The lab I work in has a project that helps annotate datasets with metadata and register their schemas: <a href="https:&#x2F;&#x2F;discovery.biothings.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;discovery.biothings.io&#x2F;</a><p>A common barrier to making FAIR datasets is that not all data lends itself to be schema.org compliant. The idea is that instead of enforcing one schema to rule them all, we allow people to make their own schemas by extending existing ones, and register them in an API to be easily discoverable.
jeresuikkilaabout 4 years ago
They should add a &quot;I&#x27;m Feeling lucky&quot; button
a_square_pegabout 4 years ago
Also in case the team is here... the updated date for ERA5 back extension to 1950-1978 (Preliminary version - <a href="https:&#x2F;&#x2F;datasetsearch.research.google.com&#x2F;search?query=ERA5%20atmospheric%20reanalysis&amp;docid=L2cvMTFwM2tiM3NmYw%3D%3D" rel="nofollow">https:&#x2F;&#x2F;datasetsearch.research.google.com&#x2F;search?query=ERA5%...</a>) is incorrect as this was only released last year (2020) but is stated as 2011.
antplsabout 4 years ago
No mention of <a href="https:&#x2F;&#x2F;frictionlessdata.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;frictionlessdata.io&#x2F;</a> dataset metadata format which is also used by Kaggle
fabcommabout 4 years ago
This is every data scientists’ dream.
评论 #27069681 未加载
评论 #27069637 未加载
paulcoleabout 4 years ago
I was looking up dentistry data sets (my industry) and came across this:<p><a href="https:&#x2F;&#x2F;www.arcgis.com&#x2F;home&#x2F;item.html?id=9850793c688e4eebaab8be8e98cc6b28" rel="nofollow">https:&#x2F;&#x2F;www.arcgis.com&#x2F;home&#x2F;item.html?id=9850793c688e4eebaab...</a><p>Can anybody explain why this showed up in a dataset search and what exactly the data is?
评论 #27070642 未加载
sigmonsaysabout 4 years ago
Do they have a deprecation notice up already?
评论 #27070070 未加载
apprenticerabout 4 years ago
The privacy problem should be considered
评论 #27075069 未加载
评论 #27073118 未加载
lunatunaabout 4 years ago
I&#x27;m not a scientist, so not the most scholarly first lookup, but tried searching for penis data[0]. The first link sent me to a site that requires signup to use [1]. No fun. Won&#x27;t use again.<p>[0] - <a href="https:&#x2F;&#x2F;datasetsearch.research.google.com&#x2F;search?query=penis&amp;docid=L2cvMTFqbl82NWZ3Ng%3D%3D" rel="nofollow">https:&#x2F;&#x2F;datasetsearch.research.google.com&#x2F;search?query=penis...</a> [1] - <a href="https:&#x2F;&#x2F;data.world&#x2F;jemus42&#x2F;world-penis-data" rel="nofollow">https:&#x2F;&#x2F;data.world&#x2F;jemus42&#x2F;world-penis-data</a>
评论 #27071049 未加载