{"id":27992839,"url":"https://github.com/fabiogouw/datomic-starter","last_synced_at":"2026-03-07T03:31:57.446Z","repository":{"id":113663755,"uuid":"609953020","full_name":"fabiogouw/datomic-starter","owner":"fabiogouw","description":"A docker image ready to run Datomic Starter edition","archived":false,"fork":false,"pushed_at":"2023-04-30T05:09:17.000Z","size":62,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T15:50:16.234Z","etag":null,"topics":["clojure","datomic","docker-image","dockerfile"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabiogouw.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-05T18:12:37.000Z","updated_at":"2024-06-05T08:01:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d04ba8e-6022-43b0-a1bf-473bbac10c21","html_url":"https://github.com/fabiogouw/datomic-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabiogouw/datomic-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiogouw%2Fdatomic-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiogouw%2Fdatomic-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiogouw%2Fdatomic-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiogouw%2Fdatomic-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiogouw","download_url":"https://codeload.github.com/fabiogouw/datomic-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiogouw%2Fdatomic-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["clojure","datomic","docker-image","dockerfile"],"created_at":"2025-05-08T18:43:12.638Z","updated_at":"2026-03-07T03:31:57.438Z","avatar_url":"https://github.com/fabiogouw.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Datomic Starter docker image\n\nThis repository contains the source code for a docker image for running Datomic Starter edition. I made this one to easily spin up a dev / test environment, so I can use it to run integration tests using libraries like [Test Containers](https://www.testcontainers.org/).\n\nThis image is based on the clojure official image. It starts both the Datomic's transactor (the one that receives the writes requests and stores them) and the [Datomic console](https://docs.datomic.com/on-prem/other-tools/console.html), so I can use it to query the database.\n\nAfter cloning the repo, in the terminal using a machine that has Docker installed, go to the *src* folder and run the command below, replacing the following parameters:\n- **datomic_version** - the Datomic version you want to use. It's optional and if not provided, the default value is 1.0.6726\n\nAll these information can be obtained in Datomic's account page.\n\n``` bash\ndocker build -t my-datomic-starter:0.1 --build-arg datomic_version={{datomic_version}} . \n```\n\nAs an example:\n\n``` bash\ndocker build -t my-datomic-starter:0.1 --build-arg datomic_version=1.0.6726 . \n```\n\nTo run, you just need to create the container.\n\n``` bash\ndocker run -d -p 8080:8080 -p 4334:4334 my-datomic-starter:0.1\n```\n\nGo to [http://localhost:8080/browse](http://localhost:8080/browse) and you'll have access to the Datomic console. Also, you can connect to the containter to get access to the shell and start a new REPL instance to interact with Datomic (in the image below, there's and exemple on how to do it and create a new database and insert some datoms on it).\n\n![Connecting to a container and running some Clojure commands on REPL](docs/terminal.png \"Connecting to a container and running some Clojure commands on REPL\")","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiogouw%2Fdatomic-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiogouw%2Fdatomic-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiogouw%2Fdatomic-starter/lists"}