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"
        }
    },
    "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