home

Menu
  • GraphQL API

metadata.json

{
    "title": "Datasette",
    "about": "simonw/datasette.io",
    "about_url": "https://github.com/simonw/datasette.io",
    "databases": {
        "content": {
            "queries": {
                "feed": {
                    "title": "Datasette News",
                    "sql": "select\n  'tag:datasette.io,' || date as atom_id,\n  'Datasette News: ' || date as atom_title,\n  date || 'T00:00:00-08:00' as atom_updated,\n  'https://datasette.io/news/' || date as atom_link,\n  render_markdown(group_concat(body, '\n\n')) as atom_content_html,\n  'Simon Willison' as atom_author_name,\n  'https://simonwillison.net/' as atom_author_uri\nfrom\n  news\ngroup by\n  date\norder by\n  date desc\nlimit\n  20",
                    "name": "feed"
                }
            },
            "source": null,
            "source_url": null,
            "license": null,
            "license_url": null,
            "about": "simonw/datasette.io",
            "about_url": "https://github.com/simonw/datasette.io"
        },
        "global-power-plants": {
            "title": "Global Power Plant Database",
            "license": "CC Attribution 4.0 License",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "source": "World Resources Institute",
            "source_url": "http://www.wri.org/publication/global-power-plant-database",
            "about": "global-power-plants-datasette",
            "about_url": "https://github.com/simonw/global-power-plants-datasette",
            "tables": {
                "global-power-plants": {
                    "facets": [
                        "country_long",
                        "owner",
                        "primary_fuel"
                    ],
                    "source": null,
                    "source_url": null,
                    "license": null,
                    "license_url": null,
                    "about": "simonw/datasette.io",
                    "about_url": "https://github.com/simonw/datasette.io"
                }
            }
        },
        "legislators": {
            "title": "Members of the United States Congress",
            "license": "CC0 1.0 Universal",
            "license_url": "https://github.com/unitedstates/congress-legislators/blob/main/LICENSE",
            "source": "unitedstates/congress-legislators",
            "source_url": "https://github.com/unitedstates/congress-legislators",
            "about": "simonw/congress-legislators-datasette",
            "about_url": "https://github.com/simonw/congress-legislators-datasette"
        }
    },
    "plugins": {
        "dogsheep-beta": {
            "database": "dogsheep-index",
            "config_file": "templates/dogsheep-beta.yml",
            "template_debug": true
        }
    }
}
Powered by Datasette · How this site works · Code of conduct