{"id":15810120,"url":"https://github.com/gitpod-samples/template-datasette","last_synced_at":"2025-08-12T02:39:43.919Z","repository":{"id":138613720,"uuid":"383002759","full_name":"gitpod-samples/template-datasette","owner":"gitpod-samples","description":"The Datasette template, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.","archived":false,"fork":false,"pushed_at":"2021-07-05T04:28:30.000Z","size":3,"stargazers_count":9,"open_issues_count":0,"forks_count":8,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-06-06T23:02:12.051Z","etag":null,"topics":["datasette","gitpod","python","sqlite","template"],"latest_commit_sha":null,"homepage":"https://www.gitpod.io","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitpod-samples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-05T03:27:52.000Z","updated_at":"2023-04-11T22:58:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"05064101-223e-4031-936d-c337520abcfa","html_url":"https://github.com/gitpod-samples/template-datasette","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/gitpod-samples/template-datasette","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-samples%2Ftemplate-datasette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-samples%2Ftemplate-datasette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-samples%2Ftemplate-datasette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-samples%2Ftemplate-datasette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitpod-samples","download_url":"https://codeload.github.com/gitpod-samples/template-datasette/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-samples%2Ftemplate-datasette/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269991094,"owners_count":24508977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datasette","gitpod","python","sqlite","template"],"created_at":"2024-10-05T04:00:23.728Z","updated_at":"2025-08-12T02:39:43.860Z","avatar_url":"https://github.com/gitpod-samples.png","language":"Shell","readme":"# A Datasette template on Gitpod\n\nThis is a [Datasette](https://datasette.io/) template configured for ephemeral development environments on [Gitpod](https://www.gitpod.io/).\n\n## Next Steps\n\nClick the button below to start a new development environment:\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/template-datasette)\n\n## Get Started With Your Own Project\n\n### A new project\n\nClick the above \"Open in Gitpod\" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.\n\n### An existing project\n\nTo get started with Datasette on Gitpod, add a [`.gitpod.yml`](./.gitpod.yml) file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the [Getting Started](https://www.gitpod.io/docs/getting-started) documentation.\n\n## Notes \u0026 caveats\n\nDrag and drop any CSV files you like to this project root and they will be converted into a SQLite database and loaded into a Datasette instance.\n\nYou can uncomment lines in `requirements.txt` to install extra plugins.\n\n## Configuring full-text search\n\nDatasette supports SQLite full-text search. You can configure it for a table using the `sqlite-utils` command-line tool.\n\nIn the terminal run the following:\n\n```bash\n$ cd .data\n$ sqlite-utils tables data.db --table --columns\ntable    columns\n-------  ------------------------------------\nexample  ['headline', 'body', 'url', 'extra']\n```\n\nThis shows you the tables and columns in your database.\n\nIf you want to make the `example` table searchable by `headline` and `body`, run the following command:\n\n    $ sqlite-utils enable-fts data.db example headline body --fts4\n\nYour Datasette instance will now display a search box that can be used to search the text in those columns.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitpod-samples%2Ftemplate-datasette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitpod-samples%2Ftemplate-datasette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitpod-samples%2Ftemplate-datasette/lists"}