{"id":13472457,"url":"https://github.com/node-vision/strapi-plugin-entity-relationship-chart","last_synced_at":"2025-03-26T15:32:19.133Z","repository":{"id":42232799,"uuid":"271180278","full_name":"node-vision/strapi-plugin-entity-relationship-chart","owner":"node-vision","description":"Strapi Plugin displays Entity Relationship Diagram of all models, fields and relations.","archived":false,"fork":false,"pushed_at":"2023-11-18T10:38:42.000Z","size":580,"stargazers_count":179,"open_issues_count":12,"forks_count":24,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-30T04:14:17.749Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/node-vision.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,"dei":null}},"created_at":"2020-06-10T04:40:44.000Z","updated_at":"2024-09-24T21:49:34.000Z","dependencies_parsed_at":"2024-01-16T07:22:19.162Z","dependency_job_id":"8029e27b-0e86-4552-8ad4-c57749cf2cc1","html_url":"https://github.com/node-vision/strapi-plugin-entity-relationship-chart","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-vision%2Fstrapi-plugin-entity-relationship-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-vision%2Fstrapi-plugin-entity-relationship-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-vision%2Fstrapi-plugin-entity-relationship-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-vision%2Fstrapi-plugin-entity-relationship-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/node-vision","download_url":"https://codeload.github.com/node-vision/strapi-plugin-entity-relationship-chart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245681468,"owners_count":20655202,"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":[],"created_at":"2024-07-31T16:00:54.785Z","updated_at":"2025-03-26T15:32:18.729Z","avatar_url":"https://github.com/node-vision.png","language":"JavaScript","readme":"# Strapi plugin Entity Relationship Chart\n\nPlugin displays Entity Relationship Diagram of all Strapi models, fields and relations.\n\n![Preview](https://raw.githubusercontent.com/node-vision/strapi-plugin-entity-relationship-chart/master/preview.png)\n\n## How to install:\n\n1. In a root folder of your strapi project run `npm install strapi-plugin-entity-relationship-chart --save`\n2. Rebuild admin UI `strapi build`\n3. Run strapi `strapi develop`\n\n## Exclude models from chart\n\nYou can exclude **contentTypes** or **components** from the chart by adding their ids to `exclude` plugin configuration property:\n\n```js\n// file: config/plugins.js\n\"use strict\";\n\nmodule.exports = () =\u003e ({\n  // ...\n  \"entity-relationship-chart\": {\n    enabled: true,\n    config: {\n      // By default all contentTypes and components are included.\n      // To exlclude strapi's internal models, use:\n      exclude: [\n        \"strapi::core-store\",\n        \"webhook\",\n        \"admin::permission\",\n        \"admin::user\",\n        \"admin::role\",\n        \"admin::api-token\",\n        \"plugin::upload.file\",\n        \"plugin::i18n.locale\",\n        \"plugin::users-permissions.permission\",\n        \"plugin::users-permissions.role\",\n      ],\n    },\n  },\n  // ...\n});\n```\n\n## Submitting issues:\nUse github issues on the repo: - https://github.com/node-vision/strapi-plugin-entity-relationship-chart/issues\n\n## Version Notes:\n\n- this plugin was tested with stable Strapi - 4.0.6\n","funding_links":[],"categories":["Strapi v3","JavaScript","\u003ca name='PluginProviders'\u003e\u003c/a\u003ePlugin \u0026 Providers"],"sub_categories":["Plugin \u0026 Providers - v3","\u003ca name='CommunityPlugins'\u003e\u003c/a\u003eCommunity Plugins"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-vision%2Fstrapi-plugin-entity-relationship-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode-vision%2Fstrapi-plugin-entity-relationship-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-vision%2Fstrapi-plugin-entity-relationship-chart/lists"}