{"id":16542062,"url":"https://github.com/itzg/docker-grakn","last_synced_at":"2025-07-06T10:02:45.464Z","repository":{"id":145317469,"uuid":"82996477","full_name":"itzg/docker-grakn","owner":"itzg","description":"This Docker image packages the GRAKN.AI knowledge graph database","archived":false,"fork":false,"pushed_at":"2017-03-08T18:17:12.000Z","size":17,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-06T10:02:38.593Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itzg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-02-24T03:18:25.000Z","updated_at":"2020-01-22T01:35:39.000Z","dependencies_parsed_at":"2023-04-25T17:47:08.934Z","dependency_job_id":null,"html_url":"https://github.com/itzg/docker-grakn","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/itzg/docker-grakn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Fdocker-grakn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Fdocker-grakn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Fdocker-grakn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Fdocker-grakn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itzg","download_url":"https://codeload.github.com/itzg/docker-grakn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Fdocker-grakn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263882251,"owners_count":23524457,"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-10-11T18:56:34.763Z","updated_at":"2025-07-06T10:02:45.442Z","avatar_url":"https://github.com/itzg.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"This Docker image packages the [GRAKN.AI](https://grakn.ai/) knowledge graph database\nin a way that it can be deployed and scaled alongside backing Cassandra and\nZooKeeper containers.\n\n# Quick Usage\n\nRun\n\n```\ndocker-compose up -d\n```\n\nusing this `docker-compose.yml` file:\n\n```\nversion: \"3\"\n\nservices:\n  zookeeper:\n    image: jplock/zookeeper:3.4.9\n    volumes:\n      - \"zookeeper:/tmp/zookeeper\"\n  cassandra:\n    image: cassandra:2.1.9\n    volumes:\n      - \"cassandra:/var/lib/cassandra\"\n  grakn:\n    image: itzg/grakn\n    ports:\n      - \"4567:4567\"\n\nvolumes:\n  cassandra:\n  zookeeper:\n```\n\nWith that you can continue with the [quick start](https://grakn.ai/pages/documentation/get-started/quickstart-tutorial.html) and related material by\nexec'ing into the grakn container:\n\n```\ndocker-compose exec grakn bash\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzg%2Fdocker-grakn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzg%2Fdocker-grakn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzg%2Fdocker-grakn/lists"}