{"id":17003921,"url":"https://github.com/cldwalker/datomic-free","last_synced_at":"2025-03-22T16:30:46.980Z","repository":{"id":5911763,"uuid":"7130930","full_name":"cldwalker/datomic-free","owner":"cldwalker","description":"A wrapper around datomic-free to easily start and upgrade it","archived":false,"fork":false,"pushed_at":"2014-12-17T03:15:57.000Z","size":187,"stargazers_count":51,"open_issues_count":1,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-18T13:32:20.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cldwalker.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-12T13:58:54.000Z","updated_at":"2022-08-24T04:00:39.000Z","dependencies_parsed_at":"2022-07-29T18:09:24.414Z","dependency_job_id":null,"html_url":"https://github.com/cldwalker/datomic-free","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fdatomic-free","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fdatomic-free/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fdatomic-free/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fdatomic-free/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cldwalker","download_url":"https://codeload.github.com/cldwalker/datomic-free/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244986306,"owners_count":20542992,"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-14T04:33:16.678Z","updated_at":"2025-03-22T16:30:46.662Z","avatar_url":"https://github.com/cldwalker.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description\nA wrapper around [Datomic Free](https://my.datomic.com/downloads/free) that makes it easy to\nstart Datomic Free transactors and upgrade to newer versions.\n\n## Usage\n\nFor first time users:\n\n```sh\n$ git clone https://github.com/cldwalker/datomic-free.git ~/.datomic-free\n$ ~/.datomic-free/bin/datomic-free start\n\n# To make it easy to use `datomic-free` add an alias to your bashrc/zshrc\n$ echo 'alias datomic-free=$HOME/.datomic-free/bin/datomic-free' \u003e\u003e ~/.zshrc\n$ . ~/.zshrc\n$ datomic-free start\n\n# To specify transactor.properties (Absolute path only)\n$ datomic-free start /absolute/path/to/transactor.properties\n\n# To migrate existing data/ to datomic-free\n$ rm -rf ~/.datomic-free/data\n$ cp -R $OLD_DATOMIC_REPO/data  ~/.datomic-free/\n```\n\nWhenever you'd like to update to the latest Datomic Free:\n\n```sh\n$ datomic-free update\n```\n\nThis new version is now the active datomic-free version. Since datomic-free keeps data outside\nof versions in ~/.datomic-free/data, you use the same data across versions *by default*.\n\nTo update to a specific version, pass a version:\n\n```sh\n$ datomic-free update 0.8.3627\n```\n\nTo use another version you've already installed:\n\n```sh\n$ datomic-free use 0.8.3646\n```\n\n## License\nSee LICENSE.txt. This project is in no way affiliated with Datomic (Metadata Partners, LLC).\n\n## Credits\n* Thanks to @richhickey and @stuarthalloway for datomic\n* Thanks to @rkneufeld for the downloading function of the shell script\n* Bug fixes: @sherbondy\n\n## TODO\n* Allow other config and args to bin/transactor\n* rest command to execute bin/rest\n* better help\n* better exit codes\n* better error checking for use\n* convert this readme to a man page\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcldwalker%2Fdatomic-free","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcldwalker%2Fdatomic-free","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcldwalker%2Fdatomic-free/lists"}