{"id":16135864,"url":"https://github.com/jmaupetit/data7","last_synced_at":"2025-03-18T15:31:41.421Z","repository":{"id":245837677,"uuid":"817478682","full_name":"jmaupetit/data7","owner":"jmaupetit","description":"⚡ Open your data in minutes","archived":false,"fork":false,"pushed_at":"2025-02-24T04:54:06.000Z","size":1264,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T10:36:35.054Z","etag":null,"topics":["csv","database","datasets","http","parquet","sql"],"latest_commit_sha":null,"homepage":"https://jmaupetit.github.io/data7/","language":"Python","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/jmaupetit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"docs/code_of_conduct.md","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":"2024-06-19T19:55:38.000Z","updated_at":"2025-02-12T14:17:10.000Z","dependencies_parsed_at":"2024-07-29T11:27:17.471Z","dependency_job_id":"a4bfe82b-75a2-4a52-b9af-4798101a9070","html_url":"https://github.com/jmaupetit/data7","commit_stats":{"total_commits":43,"total_committers":3,"mean_commits":"14.333333333333334","dds":"0.18604651162790697","last_synced_commit":"202abe44118325589a4347b5b21873b0ffff0979"},"previous_names":["jmaupetit/data7"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmaupetit%2Fdata7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmaupetit%2Fdata7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmaupetit%2Fdata7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmaupetit%2Fdata7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmaupetit","download_url":"https://codeload.github.com/jmaupetit/data7/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243936396,"owners_count":20371505,"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","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":["csv","database","datasets","http","parquet","sql"],"created_at":"2024-10-09T23:09:40.174Z","updated_at":"2025-03-18T15:31:40.772Z","avatar_url":"https://github.com/jmaupetit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data7 ⚡ Open your data in minutes\n\n\u003e Pronounced data·set (**7** like **sept** in French).\n\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jmaupetit/data7/quality.yml)\n![PyPI - Version](https://img.shields.io/pypi/v/data7)\n\n## The idea 💡\n\n**TL;DR** Data7 is a high performance web server that generates dynamic datasets\n(in [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) or\n[Parquet](https://en.wikipedia.org/wiki/Apache_Parquet) formats) from existing\ndatabases and streams them over HTTP 🎉\n\n## A quick example\n\nLet say you have a `restaurant` table in your PostgreSQL database, and you want\nto make this table an always-up-to-date dataset that can be easily used by the\nrest of the world.\n\nAll you have to do is to initialize your project:\n\n```sh\ndata7 init\n```\n\n✍️ Edit configuration files:\n\n```yaml\n# settings.yaml\nproduction:\n  host: \"https://data7.wonderful-places.org\"\n  port: 80\n\n# .secrets.yaml\nproduction:\n  DATABASE_URL: \"postgresql+asyncpg://user:pass@server:port/wonderful-places\"\n\n# data7.yaml\nproduction:\n  datasets:\n    - basename: restaurants\n      query: \"SELECT * FROM restaurant\"\n```\n\n🏎️ Fire up the `data7` server:\n\n```sh\ndata7 run\n```\n\n💥 Your dataset is available at:\n\n- [https://data7.wonderful-places.org/d/restaurants.csv](https://data7.wonderful-places.org/d/restaurants.csv)\n  (CSV)\n- [https://data7.wonderful-places.org/d/restaurants.parquet](https://data7.wonderful-places.org/d/restaurants.parquet)\n  (Parquet)\n\n## Documentation\n\nThe complete documentation of the project is avaiable at:\n[https://jmaupetit.github.io/data7/](https://jmaupetit.github.io/data7/)\n\n## License\n\nThis work is released under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmaupetit%2Fdata7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmaupetit%2Fdata7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmaupetit%2Fdata7/lists"}