{"id":19443700,"url":"https://github.com/automata/json2sigma","last_synced_at":"2025-11-19T09:03:07.113Z","repository":{"id":8354429,"uuid":"9916666","full_name":"automata/json2sigma","owner":"automata","description":"Interactive view for JSON files exported from GML files using sigma.js","archived":false,"fork":false,"pushed_at":"2013-05-07T16:47:05.000Z","size":220,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T08:16:17.465Z","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":"coderwall/coderwall-next","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/automata.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}},"created_at":"2013-05-07T16:42:34.000Z","updated_at":"2024-04-06T20:08:35.000Z","dependencies_parsed_at":"2022-09-09T00:23:07.013Z","dependency_job_id":null,"html_url":"https://github.com/automata/json2sigma","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/automata/json2sigma","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automata%2Fjson2sigma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automata%2Fjson2sigma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automata%2Fjson2sigma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automata%2Fjson2sigma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/automata","download_url":"https://codeload.github.com/automata/json2sigma/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automata%2Fjson2sigma/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285215532,"owners_count":27133906,"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-11-19T02:00:05.673Z","response_time":65,"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":[],"created_at":"2024-11-10T15:43:56.293Z","updated_at":"2025-11-19T09:03:07.095Z","avatar_url":"https://github.com/automata.png","language":"JavaScript","readme":"# GML2JS\n\nBaseado no trabalho original de \u003ca href=\"https://github.com/coyotebush/github-network-analysis\"\u003e@coyotebush\u003c/a\u003e para visualização de repositórios de código do Github.\n\n# Usando\n\nPrimeiramente é necessário este repositório:\n\n    git clone https://github.com/automata/json2sigma.git\n\nEm seguida, precisamos usar o Gephi para exportar um arquivo GML qualquer para JSON:\n\n1. Baixe e instale o Gephi\n2. Instale o plugin JSONExporter: Ferramentas \u003e Plugins \u003e Procure e instale\n3. Abra um arquivo GML qualquer no Gephi\n4. Exporte a rede como JSON: Arquivo \u003e Exportar \u003e Arquivo de grafo \u003e foo.json\n\nEdite o arquivo json2sigma/code.js, nas últimas linhas, para referenciar seu arquivofoo.json exportado:\n\n    graph.parseJson('foo.json', function() {\n      graph.iterEdges(function(e){\n        e.size=Math.sqrt(e.weight);\n      });\n      graph.draw();\n    });\n\nSalve o arquivo e abra o index.html em seu navegador Web.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomata%2Fjson2sigma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautomata%2Fjson2sigma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomata%2Fjson2sigma/lists"}