{"id":20626649,"url":"https://github.com/roosoft/graph_database","last_synced_at":"2026-07-10T23:32:21.240Z","repository":{"id":144771907,"uuid":"426694603","full_name":"RooSoft/graph_database","owner":"RooSoft","description":"CLI protype app interacting with a neo4j graph database","archived":false,"fork":false,"pushed_at":"2021-11-11T19:46:57.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T07:35:28.329Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/RooSoft.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,"publiccode":null,"codemeta":null}},"created_at":"2021-11-10T16:24:49.000Z","updated_at":"2021-11-11T19:47:00.000Z","dependencies_parsed_at":"2023-04-26T00:02:37.385Z","dependency_job_id":null,"html_url":"https://github.com/RooSoft/graph_database","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RooSoft/graph_database","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RooSoft%2Fgraph_database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RooSoft%2Fgraph_database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RooSoft%2Fgraph_database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RooSoft%2Fgraph_database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RooSoft","download_url":"https://codeload.github.com/RooSoft/graph_database/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RooSoft%2Fgraph_database/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35346644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"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-16T13:14:16.091Z","updated_at":"2026-07-10T23:32:21.217Z","avatar_url":"https://github.com/RooSoft.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphDatabase\n\nCLI protype app interacting with a [neo4j](https://neo4j.com) graph database\n\n## Add configuration\nCreate a `config/config.exs` file with contents similar to thos\n\n```elixir\nuse Mix.Config\n\nconfig :bolt_sips, Bolt,\n  url: \"bolt://localhost:7687\",\n  basic_auth: [username: \"neo4j\", password: \"test\"],\n  ssl: false\n```\n\n## How to compile\n```bash\nmix escript.build\n```\n\n## How to run\n```bash\n./graph_database\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froosoft%2Fgraph_database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froosoft%2Fgraph_database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froosoft%2Fgraph_database/lists"}