{"id":21611903,"url":"https://github.com/yamatattsu/pg_fire","last_synced_at":"2025-03-18T16:25:29.045Z","repository":{"id":213167440,"uuid":"733197662","full_name":"yamatattsu/pg_fire","owner":"yamatattsu","description":"pg_fire is a PostgreSQL extension to show fire effect.","archived":false,"fork":false,"pushed_at":"2023-12-18T20:04:54.000Z","size":7594,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T20:17:17.355Z","etag":null,"topics":["demo","extension","fire","postgresql","sql"],"latest_commit_sha":null,"homepage":"","language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yamatattsu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-18T19:30:28.000Z","updated_at":"2024-02-10T01:25:28.000Z","dependencies_parsed_at":"2023-12-19T03:18:33.750Z","dependency_job_id":"daa21715-0498-4216-9a53-7c051b493bf7","html_url":"https://github.com/yamatattsu/pg_fire","commit_stats":null,"previous_names":["yamatattsu/pg_fire"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamatattsu%2Fpg_fire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamatattsu%2Fpg_fire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamatattsu%2Fpg_fire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamatattsu%2Fpg_fire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yamatattsu","download_url":"https://codeload.github.com/yamatattsu/pg_fire/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244257960,"owners_count":20424277,"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":["demo","extension","fire","postgresql","sql"],"created_at":"2024-11-24T21:14:48.869Z","updated_at":"2025-03-18T16:25:29.024Z","avatar_url":"https://github.com/yamatattsu.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"pg_fire\n=======\n\npg_fire is a PostgreSQL extension to show fire effect.\n\nThis exension was created by Tatsuro Yamada for [PostgreSQL Advent calendar 2023](https://qiita.com/yamatattsu/items/9c2ed8078dea4c3c9c84).\n\nContents\n========\n\nThis README contains the following sections:\n\n1. [Usage](#1-usage)\n2. [Installation Requirements](#2-installation-requirements)\n3. [Installation](#3-installation)\n4. [Author](#4-author)\n5. [Acknowledgments](#5-acknowledgments)\n\n1 Usage\n=======\n\nRun the following command on psql after Installation.\n\n```\npostgres=# call pg_fire(40, 50); -- output size: 40 chars x 50 rows\n```\n\nScreen shot:\n\n\u003cimg src=\"img/result_40_50.gif\"\u003e\n\n \nRotate 90 degrees to the right and it will look like this:\n\n\u003cimg src=\"img/result_40_50_rotate.gif\"\u003e\n\n\t\n2 Installation Requirements\n===========================\n\n- Nothing\n\n\n3 Installation\n==============\n\n1. Clone the repository and Install\n\t```\n\tsu - postgres\n\n\tgit clone https://github.com/yamatattsu/pg_fire\n\tcd pg_fire\n\tmake -s install\n\t```\n\n2. Create extension\n\t```\n\t$ psql\n\tCREATE EXTENSION pg_fire;\n\t\\dx\n\t```\n\n3. Enjoy watching Fire effect\n\t```\n\tcall pg_fire(40, 50); -- output size: 40 chars x 50 rows\n\t```\n\n4 Author\n=========\n\n* Tatsuro Yamada (yamatattsu at gmail dot com)\n\n5 Acknowledgments\n=================\n\n* [Lode's Computer Graphics Tutorial: Fire Effect](https://lodev.org/cgtutor/fire.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamatattsu%2Fpg_fire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamatattsu%2Fpg_fire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamatattsu%2Fpg_fire/lists"}