{"id":26267941,"url":"https://github.com/oslabs-beta/giraffeql","last_synced_at":"2025-04-30T19:22:48.371Z","repository":{"id":54172169,"uuid":"334246398","full_name":"oslabs-beta/giraffeQL","owner":"oslabs-beta","description":"🦒 Developer tool to visualize relational databases and export schemas for GraphQL API's.","archived":false,"fork":false,"pushed_at":"2021-03-05T14:24:04.000Z","size":13101,"stargazers_count":147,"open_issues_count":0,"forks_count":18,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-08T10:53:16.663Z","etag":null,"topics":["application","front-end-development","graphql","nextjs","nocode","oauth","postgresql","react","visualizer"],"latest_commit_sha":null,"homepage":"https://giraffeql.io","language":"JavaScript","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/oslabs-beta.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}},"created_at":"2021-01-29T19:43:05.000Z","updated_at":"2024-11-03T12:25:53.000Z","dependencies_parsed_at":"2022-08-13T08:20:20.066Z","dependency_job_id":null,"html_url":"https://github.com/oslabs-beta/giraffeQL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FgiraffeQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FgiraffeQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FgiraffeQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FgiraffeQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oslabs-beta","download_url":"https://codeload.github.com/oslabs-beta/giraffeQL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251767441,"owners_count":21640522,"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":["application","front-end-development","graphql","nextjs","nocode","oauth","postgresql","react","visualizer"],"created_at":"2025-03-14T04:18:51.588Z","updated_at":"2025-04-30T19:22:48.353Z","avatar_url":"https://github.com/oslabs-beta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"750\" src=\"./public/logo.svg\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n\u003ca href='https://www.giraffeql.io'\u003egiraffeql.io\u003c/a\u003e\n\u003cbr/\u003e\n\u003ca href='https://twitter.com/intent/follow?screen_name=giraffeQL'\u003e\u003cimg alt=\"twitter\" src=\"https://img.shields.io/twitter/follow/giraffeQL?label=%40giraffeQL\u0026logoColor=%2357d3af\u0026style=social\"\u003e\u003c/a\u003e\u003c/h1\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"license\" src=\"https://img.shields.io/github/license/oslabs-beta/giraffeQL?color=%2357d3af\"\u003e\n  \u003cimg alt=\"issues\" src=\"https://img.shields.io/github/issues-raw/oslabs-beta/giraffeQL?color=yellow\"\u003e\n  \u003cimg alt=\"last commit\" src=\"https://img.shields.io/github/last-commit/oslabs-beta/giraffeQL?color=%2357d3af\"\u003e\n  \u003ca href='https://github.com/oslabs-beta/giraffeQL/stargazers'\u003e\u003cimg alt=\"Repo stars\" src=\"https://img.shields.io/github/stars/oslabs-beta/giraffeQL?logoColor=%2334495e\u0026style=social\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n**giraffeQL** is an open source tool that visualizes your PostgreSQL relationships to easily configure your database for a GraphQL API. In other words, you can drag-and-drop colorful tables and export Javascript!\n\nUsers can create new tables, connect columns, and edit data while seeing their changes take effect in a _real-time_ GraphQL code preview. The code can be exported ready-to-go in any application.\n\n# \u003cimage width=30 align=\"center\" src=\"./public/readme-logo.svg\"\u003e **Features**\n\n- **Sign-in page**: Sign up for an account through GitHub OAuth, or just continue as a guest. Registered users enjoy additional project-saving functionality.\n\n- **Start a new diagram**: Upload an existing PostgreSQL URI to auto-populate your data or start from scratch.\n\u003cimg width=\"500\" src=\"./public/frontpage/import.gif\"\u003e\n\n- **Organize your tables**: Drag-and-drop your new nodes and organize your data to best visualize the architecture of your database.\n\u003cimg width=\"500\" src=\"./public/readme/visualize_tables.gif\"\u003e\n\n- **Search for nodes**: Search for tables by name to easily find data or relationships among large or cluttered databases.\n\n- **Create connections**: Visualize and modify constraints between column relationships by connecting nodes with one-click.\n\n- **Edit data**: Enter edit mode to change a table's names, fix a mistake, switch data types, or properties.\n\u003cimg width=\"500\" src=\"./public/readme/edit_table.gif\"\u003e\n\n- **Add tables/columns**: Notice something missing or just want something new? Create new tables and columns easily.\n\n- **Export your code**: Easily copy your generated code to your clipboard or export as a Javascript file to add to your project.\n\u003cimg width=\"500\" src=\"./public/frontpage/codegenerate.gif\"\u003e\n\n# \u003cimage width=30 align=\"center\" src=\"./public/readme-logo.svg\"\u003e **Contributors**\n\n[Benjamin Trosch](https://www.linkedin.com/in/benjitrosch/) [@benjitrosch](https://github.com/benjitrosch)\n\n[Anson Avellar](https://www.linkedin.com/in/ansonavellar/) [@theansonia](https://github.com/theansonia)\n\n[Dan Snyder](https://www.linkedin.com/in/daniel-snyder-77aa4bbb/) [@dasnyder3](https://github.com/dasnyder3)\n\n[Eric Peng](https://www.linkedin.com/in/eric-peng-40b37b13b/) [@ericpengJoJo](https://github.com/ericpengJoJo)\n\n[Dawid Stasiński @StasinskiPL](https://github.com/StasinskiPL)\n\n___\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/oslabs-beta/giraffeQL/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fgiraffeql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foslabs-beta%2Fgiraffeql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fgiraffeql/lists"}