{"id":13507800,"url":"https://github.com/annkissam/akd","last_synced_at":"2025-04-09T18:31:08.636Z","repository":{"id":57478775,"uuid":"113053554","full_name":"annkissam/akd","owner":"annkissam","description":"Elixir Deployment Automation Package","archived":false,"fork":false,"pushed_at":"2020-09-01T20:22:45.000Z","size":352,"stargazers_count":52,"open_issues_count":8,"forks_count":2,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-24T10:12:29.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/annkissam.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}},"created_at":"2017-12-04T14:34:12.000Z","updated_at":"2024-05-20T17:40:34.000Z","dependencies_parsed_at":"2022-09-17T04:31:50.067Z","dependency_job_id":null,"html_url":"https://github.com/annkissam/akd","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annkissam%2Fakd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annkissam%2Fakd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annkissam%2Fakd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annkissam%2Fakd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/annkissam","download_url":"https://codeload.github.com/annkissam/akd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247801155,"owners_count":20998338,"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-08-01T02:00:39.388Z","updated_at":"2025-04-09T18:31:07.664Z","avatar_url":"https://github.com/annkissam.png","language":"Elixir","funding_links":[],"categories":["Deployment"],"sub_categories":[],"readme":"# Akd\n\n[![Circle CI](https://circleci.com/gh/annkissam/akd.svg?style=svg)](https://circleci.com/gh/annkissam/akd)\n[![Coverage Status](https://coveralls.io/repos/github/annkissam/akd/badge.svg?branch=master)](https://coveralls.io/github/annkissam/akd?branch=master)\n[![Hex Version](http://img.shields.io/hexpm/v/akd.svg?style=flat)](https://hex.pm/packages/akd)\n[![hex.pm downloads](https://img.shields.io/hexpm/dt/akd.svg)](https://hex.pm/packages/akd)\n[![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/akd)\n[![docs](https://inch-ci.org/github/annkissam/akd.svg)](http://inch-ci.org/github/annkissam/akd)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/annkissam/akd/master/LICENSE)\n\n\u003cimg src=\"sprites/akd.png\" alt=\"https://hexdocs.pm/akd/Akd.html\" width=\"270\" height=\"150\"\u003e\n\n_Akd is Configurable, but easy to set up_\n\nAkd is a framework that allows Elixir developers to easily write automated\ndeployment tasks. Akd is purely written in elixir.\n\nAkd, in its purest form, is a way of executing a list of operations on a remote\n(or local) machine. Akd provides an intuitive DSL that allows developers to easily\ndefine a pipeline consisting of a set of these operations along with corresponding,\nremedial operations, in the event that one or more of the primary pipeline\noperations fails. If you have experience with the Ruby gem `capistrano`, Akd\nshould feel familiar.\n\nAkd's primary goal is twofold:\n- to provide developers with the ability to easily compose a series of deployment\noperations using the Elixir programming language, and\n- to standardize the way in which Elixir application deployments (using tools\nlike `distillery` or `docker`) are performed.\n\nA Deployment lifecycle in Akd is divided into various `Operation`s.\n`Operation`s are grouped into an abstraction called a `Hook`. A deployment is\na pipeline of `Hook`s which call individual `Operation`s.\n\nAkd integrates seamlessly with packages like `Distillery` and `SimpleDocker` to\nmake the whole deployment process a cakewalk.\n\nFor details on how to setup a new project with `akd` checkout the [walkthrough](https://www.annkissam.com/technology/elixir).\n\n## Installation\n\nAkd is [available in Hex](https://hex.pm/packages/akd) and can be installed\nby adding `akd` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:akd, \"~\u003e 0.2.3\"}]\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannkissam%2Fakd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fannkissam%2Fakd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannkissam%2Fakd/lists"}